$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-04-17 15:06:59
lanser wrote :
> hello, i need a simple xml prasing library, i consider there should be
> some in boost lib but i can't find it or document for this, help!
I would advise libxml++.
It's a C++ wrapper for libxml2, which is nicier than the original C library.
Unlike Xerces, it uses modern C++ with templates and RTTI.
Be aware though that it depends on glibmm (which is pretty huge - but
you could trim it to what's only needed) for Unicode handling.