Located in File: /src/QueryPath/Extension/QPXSL.php
This extension provides the QPXSL::xslt() function, which transforms a source XML document into another XML document according to the rules in an XSLT document.
This QueryPath extension can be used as follows:
Constructor __construct (line 45)
Method xslt (line 64)
This will attempt to read the provided stylesheet and then execute it on the current source document.