Re: [Boost-users] XML library?
I would definitely prefer libxml2/libxml++ over xerces-c (its too big and awkward in usage - prepare to type alot). For simple and basic usage you could also use tinyxml/ticpp or rapidxml. And yes, its a pitty that Boost does not provide some basic XML parser/generator. In so many projects you end up needing just a simpel parser...
Cheers,
Andrej
----- Original Message ----
From: Michiel Helvensteijn
----- Original Message ---- From: Michiel Helvensteijn
I was surprised not to find an XML parser/generator library in boost. Or is it hidden somewhere?
Is it planned for a future release, perhaps?
In the meantime, can anyone recommend another open source C++ XML library I can use (with DOM parser)?
Take a look at the RapidXML (rapidxml.sourceforge.net). While not full conforming it can be ok for small documents. -- josue
participants (2)
-
Andrej van der Zee
-
Josue Andrade Gomes