tests/auto/xmlpatterns/stylesheets/onlyRootTemplate.xsl
changeset 0 1918ee327afb
child 7 3f74d0d4af4c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <xsl:stylesheet
       
     2     version="2.0"
       
     3     xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
       
     4 
       
     5     <xsl:template match="/">
       
     6         <result/>
       
     7     </xsl:template>
       
     8 
       
     9 </xsl:stylesheet>