DOM is a standard API for manipulating XML documents.
PHP 4 and PHP 5 have extensions that provide access to the DOM API for use in PHP applications. However, these extensions are not compatible.
This class attempts to solve the DOM API compatibility problem, eliminating the need to write application code that handles the differences between the PHP 4 and PHP 5 implementations.
This package can be used create or parse XML documents using a DOM 2 API implementation.
The API is the same that is provided by PHP 5. This package comes with an adapter that provides a PHP 5 DOM API implementation that works with the PHP 4 DOM API .