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

     1  <xsl:stylesheet version="1.0"
     2       xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     3  <xsl:template match="/">
     4  <xsl:variable name="var" select="string('mark')"/>
     5  <xsl:value-of select="$var"/>
     6  </xsl:template>
     7  </xsl:stylesheet>