1<xsl:stylesheet
2    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3    <xsl:include href="headscripts.xsl"/>
4
5  <xsl:output method="xml" indent="yes"  doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
6   doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
7
8    <xsl:template name="header_local">
9    </xsl:template>
10
11    <!-- Group footer -->
12    <xsl:template name="coverageheader_local">
13    </xsl:template>
14
15</xsl:stylesheet>
16