Lines Matching refs:xsl
5 if (!extension_loaded('xsl')) die('skip xsl extension not available');
28 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://ph…
29 <xsl:template match="root">
31 <xsl:for-each select="level1">
33 <xsl:value-of select="php:function('testPhpFunction', .)" />
35 </xsl:for-each>
37 </xsl:template>
38 </xsl:stylesheet>
41 $xsl = new \DOMDocument();
42 $xsl->loadXML($xslStr);
45 $xslt->importStyleSheet($xsl);
51 <output xmlns:php="http://php.net/xsl"><node>test2</node><node>test2</node><node>test2</node><node>…