Style Sheets provide formatting
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<html>
<head><title>Song</title></head>
<body>
<xsl:value-of select="."/>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
file://examples/styledhotcop1.xml
Previous slide
Next slide
Back to first slide
View graphic version