summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/53965/include.xsl
blob: 4a01296705ce9485281b532b7b5e7b1f03589eec (plain)
1
2
3
4
5
6
7
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 <xsl:template match="cd">
  <h1><xsl:value-of select="title"/></h1>
  <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
  <hr />
 </xsl:template>
</xsl:stylesheet>