by boen_robot
XML_XSLT2Processor is a PHP class that allows you to perform XSLT 2.0 transformations within PHP by using SAXON or AltovaXML. All with the ease of the PHP XSL extension. Documentation is also available from the project page.
==Class changes== Implemented issue 1907670 (reported by orzccc) - XSLT messages support is present for SAXON/JAVA-CLI. Messages can be seen in the error log. Their contents is shown as a serialized XML string. XML parser errors are shown in the error ...
==Class changes== Implemented issue 1907670 (reported by orzccc) - XSLT messages support is present for SAXON/JAVA-CLI. Messages can be seen in the error log. Their contents is shown as a serialized XML string. XML parser errors are shown in the error ...
==Class changes== Attempted to resolve Linux compatibility issues (reported by escapenguin). Actual tests on Linux (by me) are still to be done. PATH searching is now completely manual. This allows the constructor to throw an Exception when the ...
==Class changes== Attempted to resolve Linux compatibility issues (reported by escapenguin). Actual tests on Linux (by me) are still to be done. PATH searching is now completely manual. This allows the constructor to throw an Exception when the ...
XML_XSLT2Processor is a PHP class that lets you pefrorm XSLT 2.0 transformations within PHP by using SAXON or AltovaXML. This release is yet another major step in this class' development. It now includes a PHPUnit testing suite, and all future release ...
Includes a testing suite. Instructions for running the tests are available from the XML_XSLT2Processor wiki at http://xslt2processor.wiki.sourceforge.net/Running-the-tests SAXON's JAVA archive can now be searched from the PATH or SAXON_HOME, making the ...
Includes a testing suite. Instructions for running the tests are available from the XML_XSLT2Processor wiki at http://xslt2processor.wiki.sourceforge.net/Running-the-tests SAXON's JAVA archive can now be searched from the PATH or SAXON_HOME, making the ...
Not providing $processorPath no longer triggers a warning. (How on earth did I missed THAT one before?!?) Unified the custom PI XSLT selection for AltovaXML. It now selects the first good stylesheet, and doesn't support the official XSLT MIME ...
Not providing $processorPath no longer triggers a warning. (How on earth did I missed THAT one before?!?) Unified the custom PI XSLT selection for AltovaXML. It now selects the first good stylesheet, and doesn't support the official XSLT MIME ...
The package name as described by the package.xml file has been changed from XSLT2Processor to XML_XSLT2Processor, as it should have been from the start. The version number is replaced during the installation, rather then being hard coded in every ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use