simple XML for C++ application data-file I/O

Steinar Bang sb at metis.no
Mon Dec 6 08:46:24 GMT 1999


>>>>> Paul Miller <stele at 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 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 unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe 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