SCEW - Simple C Expat Wrapper

About
Resources
Download
Documentation
Links

About

The aim of SCEW is to provide an easy interface around the XML Expat parser. 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...

Resources

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

Development repository

The SCEW source code is stored in a Mercurial repository.

hg clone http://hg.sv.nongnu.org/hgweb/scew

Browse the repository online.

Documentation

Browse the documentation online.

Links