DOMIT! is an XML parser that is consistent with the Document Object Model (DOM) Level 1 specification.
It has been designed for speed and ease of use. Some of the more esoteric areas of the specification are thus omitted.
In particular, DOMIT is non-validating, and recognizes - but does not attempt to handle - document types, comments, notations, and processing instructions.
One of the major advantages of using DOMIT is it is not an extension and is not subject to restrictions by your hosting provider.
If you are acquainted with XML development in Macromedia Flash, you will find yourself very comfortable with this implementation.
|