comparison between XML C/C++ parsers?
David Megginson
david at megginson.com
Wed Aug 11 03:30:45 BST 1999
Michele Lee writes:
> I'm trying to decide which XML C/C++ parser to use. Is there any
> comparison available? In particular, comparison between IBM4C++
> and expat.
Expat is small, fast, and stable -- it's getting a very heavy workout
in the Perl community (where it's the standard Perl XML parser), so
serious bugs tend to have been chased down, and it seems to operate
practically at I/O speed.
On the downside, Expat is C rather than C++, so the interface is a
little messy -- you might want to put together a C++ wrapper to help
avoid nastier bugs.
I have no experience yet with IBM4C++, but I do know that they have an
interface based on SAX as well as the DOM. It's very new, so expect
bugs.
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
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