Templates for Other Elements
<xsl:template match="/">
<html>
<head><title>Song</title></head>
<body>
<xsl:apply-templates/>
</body>
</html>
</xsl:template>
<xsl:template match="TITLE">
<h1><xsl:value-of select="."/></h1>
</xsl:template>
Previous slide
Next slide
Back to first slide
View graphic version