SXP - Simple XML Persistence News
Brought to you by:
assen
Courtesy of Andrei Errapart, SXP now comes in a autoconf-enabled version, as well as an RPM for linux/ia-32.
From version 0.06, you can persist Unicode (or rather, wchar_t) strings via SXP. They are stored in UTF-8 in the XML. Tags and attribute names still must be ASCII.
The first release of SXP, a simple XML persistence library, is made available to the public. SXP makes it very easy to enable your C++ objects to read/write themselves from/to XML files, simplifying debugging, presentation and interoperation with other applications. SXP is built on top of James Clark's expat parser.