SCEW - Simple C Expat Wrapper

About

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...

Download

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

Resources

Access news, bug tracking system, feature requests... at Savannah.

Developers

The SCEW source code is stored in a CVS repository.

cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/scew co scew

Browse the repository online.

Documentation

Browse the documentation online.

Contact

You can reach the author at aleix ([at]) member ([dot]) fsf ([dot]) org.