Description
Legacy PHP 5.6 applications can transform XML documents with XSLT stylesheets. This helps older publishing systems, data converters, SOAP-era integrations, and document workflows keep running while they are modernized.
It is a PHP extension for an obsolete runtime. XSLT can be complex and may process untrusted XML, so applications should restrict inputs, review stylesheet sources, and test transformations carefully.