The aim of SCEW is to provide an easy interface around the XML Expat parser, as well as a simple interface for creating new XML documents. It provides functions to load and access XML elements without the need to create Expat event handling routines every time you want to load a new XML document

These are the main SCEW features:
 Uses a DOM-like object model for new or parsed XML documents

 UTF-8, ISO-8859-1 and US-ASCII encodings (and UTF-16 in Windows)

SCEW is freely available for download under the terms of the GNU Lesser General Public License v2.1 (LGPL)

The latest version 1.1.7 (2014/03/12, changes) can be found on

The SCEW source code is stored in a git repository

Browse the API documentation online or download the PDF.