Lines Matching refs:xsl
4 xsl
16 $xsl = new DOMDocument;
17 $xsl->loadXML(<<<XML
19 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" ver…
20 <xsl:template match="/root">
21 <xsl:value-of select="php:function('test')"/>
22 <xsl:value-of select="//root/foo"/>
23 </xsl:template>
24 </xsl:stylesheet>
33 $xslt->importStylesheet($xsl);
43 $xslt->importStylesheet($xsl);
56 $xslt->importStylesheet($xsl);