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