DOMIT! v 0.1 Tutorial
index    >>
1     2    3    4    5    6    7    8    9    10    11    12    13    14    15   
16    17    18    19    20    21    22    23    24    25    26   
Introduction

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.


Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.