Categories

Updated: 07/26/2000

MinML

MinML is an XML parser written in Java. It was written 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 minimise the 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.
©2003-2019 jCay.com