Download List

Descripción del Proyecto

Simple Plain Xml Parser (spxml) is a simple and
plain stream-oriented XML parser that supports
pull-model and DOM-model XML parsing. As the user
passes it chunks of an XML document, it
identifies elements, character data, or other
entities and return the appropriate event. Chunks
can range from one byte to the whole XML document
and can safely be read from pipes. Resulting DOM
trees can be read, modified, and saved.

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.

2007-07-22 18:46
0.4

Esta versión incluye codificación UTF-8 y apoyar la instrucción de procesamiento.
Tags: Major feature enhancements
This release adds UTF-8 encoding and processing instruction support.

2007-03-02 15:54
0.3

Esta versión incluye una herramienta de XML canónica de ensayo, las pruebas para Windows y MS Visual C + + archivos de proyecto.
Tags: Minor feature enhancements
This release adds a canonical XML test tool, tests
for Windows, and MS
Visual C++ project files.

2007-02-18 12:10
0.2

Correcciones de errores menores y se realizaron mejoras en el rendimiento.
Tags: Minor bugfixes
Minor bugfixes and performance improvements were
done.

2007-01-18 14:58
0.1

Tags: Initial freshmeat announcement

Project Resources