SCEW - Simple C Expat Wrapper
Introduction
The aim of SCEW is to provide an easy interface around the XML Expat parser (original Expat 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...
Resources
Access news, bug tracking system, feature requests... at
Savannah.
Download
The lastest version 0.4.0 (25/05/2004) can be found on
Documentation and CVS
You can browse the documentation and
CVS online.
SCEW is freely available for download under the terms of the GNU Lesser
General Public License (LGPL).
Copyright (C) 2002, 2003, 2004 Aleix Conchillo Flaque