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.
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.
If you are acquainted with XML development in Macromedia Flash, you will find yourself very comfortable with this implementation.
|