Download List

Project Description

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. It uses a DOM-like object model for new or parsed XML documents, supports loading concatenated XML documents, can copy and compare full XML documents, elements, or attributes, writes XML documents to multiple outputs, and allows adding new I/O sources easily. It supports UTF-8, ISO-8859-1, and US-ASCII encoding (and UTF-16 in Windows).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-26 04:53
0.4.0

This release included minor bug fixes and a new feature to
dynamically load XML from a stream.
Tags: Minor feature enhancements

2004-01-30 19:10
0.3.2

This release has some fixes and improvements, most of them related to
Windows.
Tags: Minor feature enhancements

2003-07-21 17:21
0.3.1

This release includes many bug fixes and some
missing performance improvements.
Tags: Major bugfixes

2003-07-11 09:19
0.3.0

This new release includes many changes,
improvements and cleanups. It adds an error system,
reads XML declarations, improves the performance of
element and attribute iteration, and features better
whitespace treatment.
Tags: Major feature enhancements

2003-04-25 04:40
0.2.1

A fix for a crash bug in scew_element_del_attr(), C++-compatible headers, and fixes for some compilation warnings.
Tags: Major bugfixes

Project Resources