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 <m.helvensteijn@gmail.com> To: boost-users@lists.boost.org Sent: Saturday, 26 July, 2008 10:44:54 PM Subject: [Boost-users] XML library? 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)? Thanks! -- Michiel Helvensteijn _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users __________________________________________________________ Not happy with your email address?. Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html

----- Original Message ---- From: Michiel Helvensteijn <m.helvensteijn@gmail.com>
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