We are pleased to announce the first release of DOMIT!, an XML parser for PHP 4. DOMIT! is lightweight, fast, and implements a generous subset of the DOM Level 1 specification.
The primary goal of DOMIT! is to provide PHP developers with a standards-compliant means of working with XML, thus ensuring more portable and communicable code.
DOMIT! is not an extension; it is written purely in PHP and should therefore run on any web hosting platform with PHP 4 and above installed.
DOMIT! requires coupling with a SAX parser. You can use either the SAXY parser that comes bundled with DOMIT! ( see http://www.engageinteractive.com/saxy/ ) or the Expat parser that is included in most later PHP distributions.
DOMIT! has been used in a production environment for the last month and we consider it quite stable for typical usage.
For general information about DOMIT!, visit the homepage: http://www.engageinteractive.com/domit/
To view the online documentation, visit: http://www.engageinteractive.com/domit/docs.html
To take the DOMIT! tutorial, visit: http://www.engageinteractive.com/domit/tutorial.html
To view an example of how DOMIT! can be used to parse an RSS feed, visit: http://www.engageinteractive.com/domit/example_domit_rss.html
Visit the DOMIT! bulletin board at: http://www.engageinteractive.com/phpBB2/index.php
Register for the DOMIT! mailing list at: http://www.engageinteractive.com/lists/?p=subscribe
We are committed to the ongoing development of DOMIT! and welcome all comments and contributions.