Download List

Project Description

AsmXml is a very fast XML parser and decoder for x86 platforms. It is written in pure assembler and supports only a subset of the XML 1.0 specification.

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-11-29 19:57
0.6

This release fixes minor bugs and adds an option to ignore attributes not declared in the schema.
Tags: Minor bugfixes

2007-11-05 22:36
0.5

This release fixes minor bugs, and adds a small Ruby script to generate C++ headers to help processing of parsed documents.
Tags: Minor bugfixes

2007-10-22 19:34
0.4

This version adds an option to ignore attributes or text elements in order to speed up parsing and to save memory. The schema has also been extended: it is now possible to put attributes in groups.
Tags: Minor feature enhancements

2007-05-30 21:13
0.3

This release adds support for mixed content, schema files implement more features, and elements can be now identified with an integer ID, allowing fast recognition using switch/case C statements. A very rudimentary Docbook-to-HTML converter has been added to show the use of the parser with mixed content. This release also includes the object file and makefiles for Mac OS X (intel).
Tags: Major feature enhancements

2007-02-12 19:58
0.2

This update adds full support for comments and CDATA sections. It also adds access to all classes of the compiled schema.
Tags: Minor feature enhancements

Project Resources