[
Lists Home |
Date Index |
Thread Index
]
- From: Ronald Bourret <rbourret@ito.tu-darmstadt.de>
- To: "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
- Date: Wed, 4 Nov 1998 12:09:08 +0100
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@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
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)
|