github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-139.xsl (about) 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 2 xmlns="http://www.w3.org/1999/xhtml" 3 version="1.0"> 4 5 6 <xsl:template match="/"> 7 <xsl:apply-templates/> 8 </xsl:template> 9 10 <xsl:template match="section"> 11 <xsl:value-of select="."/> 12 </xsl:template> 13 14 </xsl:stylesheet>