<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional"> |
<xsl:template><xsl:apply-templates/></xsl:template> |
<xsl:template match="/doc"> |
<HTML> |
<HEAD> |
<TITLE>Publications</TITLE> |
</HEAD> |
<BODY> |
<xsl:apply-templates/> |
</BODY> |
</HTML> |
</xsl:template> |