by assen
SXP is a lightweight, very easy-to-use support library for enabling your C++ objects to persist (serialize) themselves to XML files.
UTF-8 related bugfixes + changed to newer version of expat.
Courtesy of Andrei Errapart, SXP now comes in a autoconf-enabled version, as well as an RPM for linux/ia-32.
RPM packaging courtesy of Andrei Errapart.
GNU autoconf added by Andrei Errapart.
removed incompatibilities with GCC on linux-ia32 with a ton if ifdefs.
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 ...
Anonymous committed patchset 1 of module CVSROOT to the SXP - Simple XML Persistence CVS repository, changing 11 files
Anonymous created the Welcome to Developers forum thread
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use