Since DOMIT! is not an extension, it requires no special setup on your server. You will, however, need to have the following files present on your server filesystem:
xml_domit_parser.php - the main DOMIT! php file.
xml_domit_utilities.php - required if you want to render your XML as a normalized (whitespace formatted) string or if you want to use the parseXML method of DOMIT_Document.
xml_saxy_parser.php - required if you would like to use the SAXY parser with DOMIT! instead of the Expat parser.
|