<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"> <xsl:template pattern="doc"> <HTML> <HEAD> <TITLE>A Document</TITLE> <HEAD> <BODY> <xsl:process-children/> </BODY> </HTML> </xsl:template> <xsl:template pattern="title"> <H1> <xsl:process-children/> </H1> </xsl:template> <!-- this stylesheet handles only a subset of the sample document --> </xsl:stylesheet>

XSL The Extensible Style Language (Web Techniques, Jan 1999)
Related Reading
More Insights
INFO-LINK
![]() |
To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. |