[Home] [By Thread] [By Date] [Recent Entries]
>>>>> Paul Miller <stele@f...>: > 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@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1 To unsubscribe, mailto:majordomo@i... the following message; unsubscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



