github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-171.xsl (about)

     1  <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     2    <xsl:template match="text[2]">
     3      <xsl:value-of select="."/>
     4    </xsl:template>
     5  
     6    <xsl:template match="text()"/>
     7  </xsl:transform>