Lines Matching refs:xsl
4 xsl
9 $xsl = new DomDocument();
10 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
11 <xsl:stylesheet version="1.0"
12 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
13 xmlns:php="http://php.net/xsl">
14 <xsl:template match="/">
15 <xsl:value-of select="php:function(' . $input . ')" />
16 </xsl:template>
17 </xsl:stylesheet>');
25 $proc->importStylesheet($xsl);