Tiny XML Parser

ASXMLP is a J2SE / J2ME library for parsinhg XML which is small, portable, flexible, highly efficient, and has minimal requirements.

The library offers both push and model views of an xml document, and typically compiles to around 6Kb of class files, making it ideal for J2ME projects, applets, or WebStart applications where code size of great concern.

The parser was originally written by Al Sutton, and has been tested in Jonathan Knudsens' Parsing XML in J2ME article at developers.sun.com.

The source code can be downloaded from Sourceforge