Description
Legacy PHP 8.1 applications can transform XML documents with XSLT stylesheets. This runtime extension is used for document conversion, templated XML output, feeds, and older integration workflows. It is dependency-only and has no separate launcher; PHP code calls XSL classes when enabled. Stylesheets and XML inputs should be trusted or constrained because transformations can be expensive and may expose unexpected document data.