myXML for PHP

myXML for PHP - myXML is a PHP implementation of the W3C's DOM, XPath, and XSLT recommendations that does not
require additional libraries. It allows you to take advantage of XML/XSLT technologies even if your provider does not support it. The DOM API features standard names for methods and properties and should be compatible with future releases of PHP. The library allows the execution of PHP code on the fly, and inserts result into a DOM tree or attribute value.

Comment