Download List

Project Description

MillScript-XML is an alternative Java XML parsing
library with its own custom API. The underlying
tokenizer can be configured to permit
non-well-formed XML. This library's API provides
both an event model and a more conventional token
stream model. The authors believe that the token
stream is more friendly to applications, easier to
use, and helps to minimise object creation and
inter-conversion of types with the parser. A SAX2
implementation is provided for compatibility with
existing applications.

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.

2005-07-20 16:59 Back to release list
0.2

This initial alpha release provides tokenizing
support for both non-well-formed and well-formed
XML documents, character encoding autodetection
(including byte order marks), and a SAX2 XMLReader
implementation.
Tags: Initial freshmeat announcement

Project Resources