Using PHP 5s XSL Extension to Perform XSL Transformations
By Tony Marston2005-04-19
Prerequisites
It is assumed that you have a version of PHP which has been compiled with XML and XSL support.
A previous version of this document, Using PHP 4's Sablotron extension to perform XSL Transformations was written for PHP 4 and used the XSLT extension. Please note that this extension has been removed from PHP 5 and moved to the PECL repository.
It is also assumed that you have some knowledge of XML and XSL.
Tutorial Pages:
» Intended Audience
» Prerequisites
» A Sample XML File
» XML File Contents
» A Sample XSL File
» XSL File Contents
» XSL Include Files
» Performing the XSL Transformation
» Sample Output
» References
