[
Lists Home |
Date Index |
Thread Index
]
- From: Steinar Bang <sb@metis.no>
- To: xml-dev@ic.ac.uk
- Date: 06 Dec 1999 09:46:18 +0100
>>>>> Paul Miller <stele@fxtech.com>:
> I should have been more clear. I just want to use XML for simple
> non-web-bound application data files (document files). I need a
> non-validating parser that I can use to efficiently parse my
> application data, without all the complexity (and overhead) of
> something like DOM, but not as general-purpose as expat.
What I did in a similar situation, was to take James Clark's expat
http://www.jclark.com/xml/expat.html
and wrap it in a SAXoid interface. Today I would have done the same
thing with James Clarks modified version of David Megginsons proposal
instead of my own reinterpretation of the Java SAX into C++ (which is
what I now have).
Alternatively you can take a look at Xerces-C from the Apache
consortium:
http://xml.apache.org/xerces-c/index.html
It has its own SAX interface.
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 unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe 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)
|