Using PHP 5s XSL Extension to Perform XSL Transformations
By Tony Marston2005-04-19
Sample Output
If you perform the XSL transformation using the sample XML and XSL files provided in this article the results should look like the following:
If the appearance is not quite to your taste then you can alter it, not by modifying any PHP code, but by altering the stylesheet definitions contained within either your .CSS file or your .XSL file.
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
