[
Lists Home |
Date Index |
Thread Index
]
- From: "james@xmlTree.com" <james@xmltree.com>
- To: <xml-dev@ic.ac.uk>
- Date: Thu, 24 Jun 1999 12:13:09 +0100
Dear All,
This may seem like a simple problem, but I can't find any references to how best to solve
it.
I need to process a series of xml documents, which can be in a number of different
formats. I don't know in advance the type of the documents, only their URLs. What is the
best way of analysing what type the document is (and how to process it)? Is there a "best
practice" for this?
For example, should I
1) Try and read the document type declaration? If so, what function/property should I be
using? I'm using MS XMLDOM (from IE 5).
2) Try and look for a link to a XML schema?
3) Just start walking the tree looking for particular nodes in a particular order?
Thanks if you can help.
James Carlyle
james@xmltree.com
www.xmltree.com - directory of XML content on the web
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|