An XSL style sheet
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<HTML xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<HEAD>
<TITLE>Major League Baseball Statistics</TITLE>
</HEAD>
<BODY>
<H1>Major League Baseball Statistics</H1>
</BODY></HTML>
</xsl:template>
</xsl:stylesheet>