The aim of SCEW is to provide an easy interface around the XML Expat parser (original site). It provides functions to load and access XML elements without the need to create the Expat event handling routines each time you want to load a different XML document. It also lets you access to the internal Expat parser, that means you can still have all the functionality that Expat library gives you.
SCEW also incorporates functions to create and handle XML trees. That is, add and delete nodes, change attribute names and values...
SCEW is freely available for download under the terms of the GNU Lesser General Public License (LGPL).
The latest version 0.4.0 (2004/05/25, changes) can be found on
Access news, bug tracking system, feature requests... at Savannah.
The SCEW source code is stored in a Mercurial repository.
hg clone http://hg.sv.nongnu.org/hgweb/scew
Browse the repository online.
Browse the documentation online.
You can reach the author at aleix ([at]) member ([dot]) fsf ([dot]) org.