xml parser

Ronald Bourret rbourret at ito.tu-darmstadt.de
Wed Nov 4 11:14:03 GMT 1998


Phani Adabala wrote:

> 1.To develop a search engine for xml documents, can we use the xml parser 
> already developed by microsoft and others or do we need to build our own 
> parser?

You definitely don't need to write your own parser -- there are plenty available, including Microsoft's.  See, for example:

http://www.xmlsoftware.com/parsers/
http://www.oasis-open.org/cover/xml.html#xmlSoftware

It would also be a good idea to write your software in a parser-independent way, using SAX (http://www.megginson.com/SAX/) or DOM (http://www.w3.org/TR/REC-DOM-Level-1/).  The former is an event-driven interface, the latter is a tree interface.

-- Ron Bourret


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list