DOMIT! is an XML parser that is almost fully consistent with the Document Object Model (DOM) Level 2 specification.
It has been designed for speed and ease of use.
DOMIT! is not an extension; it is written purely in PHP and should work in any PHP 4 environment, regardless of restrictions put in place by your web hosting provider.
DOMIT! must be used in conjunction with a SAX parser. By default, you have the option of using either the Expat parser (available with most later distributions of PHP) or the SAXY parser - another purely PHP-based parser developed by Engage Interactive.
As of version 0.9, DOMIT! now includes a lightweight version named DOMIT! Lite, which is slightly faster, especially for larger documents. However, it does not handle parsing of the xml prolog, processing instructions, comments, and certain other functionality.
As of version 0.96, DOMIT! has support for namespaces. Version 0.98 brings PHP5 compatability.
|