github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-144.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="foo">foo</xsl:variable>
     5    <xsl:variable name="bar">
     6    <foo bar="0{$foo}1">foo1</foo>
     7  </xsl:variable>
     8    <xsl:copy-of select="$bar"/>
     9  </xsl:template>
    10  </xsl:stylesheet>