[
Lists Home |
Date Index |
Thread Index
]
- From: Ronald Bourret <rbourret@ito.tu-darmstadt.de>
- To: XML developers <XML-L@LISTSERV.HEANET.IE>, XML-Dev Mailing list <xml-dev@ic.ac.uk>
- Date: Mon, 19 Jul 1999 15:07:59 +0200
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@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@ic.ac.uk, not
majordomo@ic.ac.uk.
4) Generally, you should post questions to only one mailing list. For
questions like this, xml-dev (xml-dev@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@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)
|