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. /
Similar scripts
XML Parser for Java
(Popularity: ) : This package which contains classes and methods for parsing, generating, manipulating and validating XML documents is a validating XML parser ...