
17 Apr
2006
17 Apr
'06
7:06 p.m.
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.