summaryrefslogtreecommitdiff
path: root/tests/reports/recglobvar.xsl
blob: c357c9ee126bb3ce85217db610500911d9dc4253 (plain)
1
2
3
4
5
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
  <xsl:variable name="ok"><xsl:value-of select="$ok"/></xsl:variable>
</xsl:stylesheet>