473,805 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New To XML! What Do I Need?

I am extremely new to the working of XML. Our client wants us to
access their Website. They also want us to retrieve XML (files?) from
their site. We will then somehow import it into our SQL database
where we do our own thing with our custom software and then send it
back to the client via XML again.

My question is..what do I need to set up in terms of hardware and
software to be able to download the XML files into my environment.

I hear terminology such as Listeners, DOMs, and Parsers. In our shop,
we have MSDN available to us. Will that help and what should my first
step be?

Thanks in advance.
Nov 11 '05 #1
3 1475

From your posting it sounds like you're very new to XML, therefore I really
recommend getting yourself familiar with XML before you look at parsers and
processing techniques. Essential XML is a pretty dated book, but still very
relevant reading about the core technologies. The Xml Family Of
Specifications gives you a broader overview over the field and is newer than
the Essential XML and discusses a broader spectrum of XML related
technologies. Both are platform independent books and should help you
understanding XML.

Once you got that foundation you can look are more platform specific stuff.
Kirk Allen Evan's XML and ASP.NET is pretty well regarded, for example.
You'll also find lots of online resources [0] [1] and examples in your .NET
Framework SDK documentation that should get you going.

Now, let's talk about parsers for a second. You need a parser to process
XML. The good news (and the bad news) is that the .NET Framework ships with
at least 4 ( some might argue it's even more ) technologies to parse XML. An
understanding of Xml will help you to pick the right one.

To sum it up: There shouldn't be any specific hardware requirements to
process XML, just a computer that's "fast enough", for small applications
anything that's less than 5 years old will do, but of course that depends on
the amount of XML you're planning to process . With the .NET Framework (part
of MSDN) you have every tools you need to accomplish your task. You will
even find relevant examples in the framework documentation. I strongly
recommend that your first step be reading up on XML, to understand what the
magic of all the <> tags is ...

--
HTH
Christoph Schittko [MVP]
Software Architect, .NET Mentor

[0] http://www.topxml.com
[1] http://www.xml.com
"Newbie" <Qu************ ****@hotmail.co m> wrote in message
news:94******** *************** ***@posting.goo gle.com...
I am extremely new to the working of XML. Our client wants us to
access their Website. They also want us to retrieve XML (files?) from
their site. We will then somehow import it into our SQL database
where we do our own thing with our custom software and then send it
back to the client via XML again.

My question is..what do I need to set up in terms of hardware and
software to be able to download the XML files into my environment.

I hear terminology such as Listeners, DOMs, and Parsers. In our shop,
we have MSDN available to us. Will that help and what should my first
step be?

Thanks in advance.

Nov 11 '05 #2
You may also want to take a look at Dare Obasanjo's atricle discussing the
different API's to process XML [0] to get an idea about what's available.

--
HTH
Christoph Schittko [MVP]
Software Architect, .NET Mentor

[0] http://www.xml.com/pub/a/2003/07/09/xmlapis.html

"Newbie" <Qu************ ****@hotmail.co m> wrote in message
news:94******** *************** ***@posting.goo gle.com...
I am extremely new to the working of XML. Our client wants us to
access their Website. They also want us to retrieve XML (files?) from
their site. We will then somehow import it into our SQL database
where we do our own thing with our custom software and then send it
back to the client via XML again.

My question is..what do I need to set up in terms of hardware and
software to be able to download the XML files into my environment.

I hear terminology such as Listeners, DOMs, and Parsers. In our shop,
we have MSDN available to us. Will that help and what should my first
step be?

Thanks in advance.

Nov 11 '05 #3
Thanks for the previous answer.

As for the sending and receiving of XML files, could I just set up a
WebDAV where our vendors could upload and download the files for us?
What are the pros and cons to this method?

Are there any auditing features?

Thanks again.
Nov 11 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2267
by: Phil Powell | last post by:
// PROCESS XML CONTENT INTO DYNAMICALLY-NAMED ARRAYS foreach (array('mime', 'state', 'country') as $val) { $parser = xml_parser_create(); xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1); xml_parse_into_struct($parser, ${$val . 'XML'}, ${$val . 'XMLArray'}, $tags); xml_parser_free($parser); $myXMLArray = ${$val . 'XMLArray'}; for ($i = 1; $i < @sizeof($myXMLArray) - 1; $i++) { if ($myXMLArray) {
8
2352
by: Robert J Egan | last post by:
Hi i'm trying to search a remote website page. The form returns xml information, though the page extension is missing. I retrieve the information and write it to the screen. So far so good - However i cannot format this information in anyway. A copy of the returned information saved to my server results in the xml data being formatted and displayed as intended! Can anyone explain to me why one would work but not the other. Regards ...
1
2171
by: felipe_azv | last post by:
a got this code in asp to construct a xml , to export it to a url this is de asp code: <% SQL = "Select * from User where CodeUser in ("& request.form("C1" &")" set rs = server.CreateObject("ADODB.Recordset") rs.CursorType = 3
2
2769
by: Simon Strandgaard | last post by:
I am trying to understand how to create a 'catalog.xml' file for my docbook-xml documents. If I understand correct a local catalog.xml file can both avoid hardcoding in makefiles (portability), plus speed up if the stylesheet+dtds is located on the local machine. Question #1: How do I create a catagory.xml file, which works?
0
1560
by: MarionEll | last post by:
Premier XML Industry Event Slated for Dec. 7-12 in Philadelphia; Presenters Include Adobe, BEA, Microsoft, IBM, Sun, Hewlett-Packard, Oracle Alexandria, Va. Sept. 30, 2003 - IDEAlliance, a leading trade association dedicated to fostering XML and other information technology standards, today announced the full program for XML Conference and Exposition 2003, being held Dec. 7-12, at the Pennsylvania Convention Center in Philadelphia,...
6
6789
by: yzzzzz | last post by:
Hi, In which cases is the <?xml version="1.0" encoding="UTF-8"?> processing instruction required at the beginning of an XML document, for the document to be valid? e.g. does it depend on the encoding used in the document, of the version of XML being used... Thanks.
0
1759
by: Stylus Studio | last post by:
World's Most Advanced XML Schema Editor Adds Support for IBM AlphaWorks XML Schema Quality Checker to Improve XML Schema Style and Quality BEDFORD, MA -- 09/13/2005 -- Stylus Studio (http://www.stylusstudio.com), the industry-leading provider of XML development tools for advanced data integration, today announced new support for IBM's alphaWorks XML Schema Quality Checker, furthering solidifying its position as the provider of the...
0
2798
by: jts2077 | last post by:
I am trying to create a large nested XML object using E4X methods. The problem is the, the XML I am trying to create can only have xmlns set at the top 2 element levels. Such as: <store xmlns="http://www.store.com/xml/1.1.0.0/impex/catalog"> <product sku="10050-1653" xmlns="http://www.store.com/xml/1.1.0.0/impex/catalog"> <sku>10050-1653</sku> <name xml:lang="x-default">shop's Foie Gras</name> <online>1</online> ...
9
2486
by: Lie | last post by:
Why this generates AttributeError, then not? Python 2.5.2 (r252:60911, Apr 21 2008, 11:17:30) on linux2 Type "help", "copyright", "credits" or "license" for more information. Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'dom' <module 'xml.dom' from '/usr/lib/python2.5/xml/dom/__init__.pyc'>
10
15589
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I had a program and it always works fine and suddenly it gives me the following message when a pass a xml file to our server program: error code: -1072896680 reason: XML document must have a top level element. line #: 0 I don't know if it is my xml file or it is something else? Here is my client side program: <%@ Language=vbScript%>
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10364
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10370
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5545
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3849
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.