github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-143.xsl (about) 1 <xsl:stylesheet version="1.0" 2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 <xsl:variable name="foo">foo</xsl:variable> 4 <xsl:variable name="bar"> 5 <foo bar="0{$foo}1">foo1</foo> 6 </xsl:variable> 7 <xsl:template match="/"> 8 <xsl:copy-of select="$bar"/> 9 </xsl:template> 10 </xsl:stylesheet>