| Title |
MinML |
| Description |
This is an XML parser written in java to be used in embedded java systems where storage space is at a premium. The code is quite compact, but MinML was also designed to minimize heap space used by the program when parsing a document. MinML does not support DTDs - MinML reads and ignores DTDs, and Mixed content - this is not allowed. Supported features are: Attributes, Empty elements, Entity references, Character references, and CDATA sections. / |
| Comments * |
|