Download List

项目描述

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.

系统要求

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.

2001-11-18 21:28
1.7

一个在解析混合内容的一个空元素的bug修复。
标签: Minor bugfixes
A fix for a bug in parsing an empty element in mixed content.

2001-11-11 23:07
1.6

MinML现在支持混合内容。
标签: Major feature enhancements
MinML now support mixed content.

2001-10-27 23:33
1.5

此版本修正一个小错误,定位器性能提高约10%。
标签: Minor bugfixes
This release fixes one small bug in Locator and improves performance by roughly 10%.

2001-05-26 23:10
1.3

在1.2版本的jar文件是腐败的。阿空元素在处理错误已得到修复。
标签: Minor bugfixes
The jar file in version 1.2 was corrupt. A bug in
processing empty elements has been fixed.

2001-05-04 19:58
1.2

错误的属性发生了一些SOAP消息是固定的。
标签: Minor bugfixes
An attribute bug which broke some SOAP messages was fixed.

Project Resources