L
Laurens
Hi,
Is there any good open-source C++ XML parser library that isn't as huge as
Xerces? The Xerces DLL is about 2.4 Mb in size, which is far too big for my
application. (It doesn't seem to be possible to link Xerces statically.)
The parser doesn't need to do DTD/Schema validation, but it should be able
to expand entities. I also need a DOM to navigate the document. XPath
querying would be nice, but is not essential.
Any ideas?
Thanks
-Laurens
Is there any good open-source C++ XML parser library that isn't as huge as
Xerces? The Xerces DLL is about 2.4 Mb in size, which is far too big for my
application. (It doesn't seem to be possible to link Xerces statically.)
The parser doesn't need to do DTD/Schema validation, but it should be able
to expand entities. I also need a DOM to navigate the document. XPath
querying would be nice, but is not essential.
Any ideas?
Thanks
-Laurens