$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stjepan Rajko (stipe_at_[hidden])
Date: 2008-07-27 14:37:40
On Sat, Jul 26, 2008 at 6:44 AM, Michiel Helvensteijn
<m.helvensteijn_at_[hidden]> wrote:
> I was surprised not to find an XML parser/generator library in boost. Or is
> it hidden somewhere?
>
The property_tree library (which is in the boost trunk, but not in the
release IIRC) does a decent job parsing simple XML files, and has a
very nice, straightforward interface. It uses rapidXML internally.
The docs are at:
http://kaalus.atspace.com/ptree/doc/index.html
And a recent thread on the library status:
http://listarchives.boost.org/Archives/boost/2008/03/134104.php
Stjepan