This class provides access to saxon XSLT2 processor with java php bridge
| author | bruno |
|---|---|
| package | tools |
__construct(string $xsl, string $xml)
stringthe uri of the xsl file
stringthe uri of the xml file
setXml(string $xml)
stringthe uri of the xml file
setXsl(string $xsl)
stringthe uri of the xsl file
transform() : string
stringthe resulting string$xml : string
$xsl : string