summaryrefslogtreecommitdiff
path: root/tests/docs/bug-119.xml
blob: 72cc3ecf258d3f20c61910432dc359cd1ffacb2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
  <xsl:template match="/">
    <xsl:apply-templates select="*" />
  </xsl:template>

  <xsl:template match="@match">
    NAME <xsl:value-of select="name(.)" />
  </xsl:template>
</xsl:stylesheet>