MinML is an XML parser written in Java which implements nearly all of the XML language (it ignores DTDs). It was developed for use in small embedded systems and has a code footprint of less than 10Kb. It is designed to minimise the amount of heap space consumed when parsing a document. MinML implements the SAX1 interface.
| Tags | Internet Software Development Libraries Java Libraries |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: A fix for a bug in parsing an empty element in mixed content.


Release Notes: MinML now support mixed content.


Release Notes: This release fixes one small bug in Locator and improves performance by roughly 10%.


Release Notes: The jar file in version 1.2 was corrupt. A bug in processing empty elements has been fixed.


Release Notes: An attribute bug which broke some SOAP messages was fixed.