|
NanoXML is a very small
MinML is an XML parser
XML Parser for Java is a
(5KB!) XML parser for Java.
written in Java. It was
validating XML parser
It currently performs no
written to be used in
written in 100% pure Java.
validation (the DTD is
embedded Java systems where
The package
ignored).
storage space is at a
(com.ibm.xml.parser)
premium. The code is quite
contains classes and methods
compact, but MinML was also
for parsing, generating,
designed to minimise the
manipulating, and validating
heap space used by the
XML documents. XML Parser
program when parsing a
for Java is believed to be
document. MinML does not
the most robust XML
support DTDs - MinML reads
processor currently
and ignores DTDs, and Mixed
available and conforms most
content - this is not
closely to the XML 1.0
allowed. Supported features
Recommendation.
are: Attributes, Empty
elements, Entity references,
Character references, and
CDATA sections.
Date: Aug, 13 2000 Date: Jul, 26 2000 Date: Jun, 30 2000 |