DOMIT! is an XML parser that is consistent with the Core Document Object Model (DOM) Level 2 specification.
It has been designed for speed and ease of use.
DOMIT is non-validating. Version 0.96 introduces namespace support. PHP5 compliance is available in Version 0.98 .
DOMIT! is not an extension and is therefore deployable in any web hosting environment that supports PHP 4+.
DOMIT! Lite, a lighterweight version of DOMIT!, is now included with the distribution. It provides the basic parsing and creation functionality, but does not support xml declarations, DocumentTypes, DocumentFragments, CharacterData, Comments,and ProcessingInstructions.
|