![]() | CXIX. XSL functionsIntroduction
The XSL extension implements the XSL standard, performing XSLT transformations using the libxslt library. InstallationPHP 5 includes the XSL extension by default and it can be enabled by adding the argument --with-xsl[=DIR] to your configure line. DIR is the libxslt installation directory. libxslt version 1.0.18 or greater is required. ExamplesIn this small tutorial we will learn how to transform an XML document into HTML.
| ![]() | ||||||