June 2008
Intermediate to advanced
986 pages
27h 8m
English
The second <xsl:template> element processes any
<greeting> elements in our
XML source document:
<xsl:template match="greeting">
<html>
<body>
<h1>
<xsl:value-of select="."/>
</h1>
</body>
</html>
</xsl:template>Read now
Unlock full access