Selecting an XML parser API in Java

Ronald Bourret rbourret at ito.tu-darmstadt.de
Mon Jul 19 15:02:50 BST 1999


babak Nakhayi wrote:

> To: 	XML developers; xml newsgroup; XML-Dev Mailing list
>
> I am going to use an API for writing my own XML parser( I want to write
> a VoxML parser) . By now I have downloaded Microsoft, IBM and Oracle
> APIs.
> Does anyone know which one is better?

1) Your best bet is to use a standard API.  The standard object-oriented 
API is the DOM (http://www.w3.org/TR/REC-DOM-Level-1/).  The standard 
event-driven API is SAX (http://www.megginson.com/SAX/index.html).

2) Why do you want to write a parser?  Why not just use an existing parser?

3) majordomo at ic.ac.uk is the administrative address for XML-DEV. That is, 
it is used to subscribe and unsubscribe to the mailing list. To send 
messages to the XML-DEV mailing list, use xml-dev at ic.ac.uk, not 
majordomo at ic.ac.uk.

4) Generally, you should post questions to only one mailing list.  For 
questions like this, xml-dev (xml-dev at ic.ac.uk) is probably your best bet, 
since it is for developers.

-- 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/ and on CD-ROM/ISBN 981-02-3594-1
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