Added <a name="{@title}" /> anchors to <section>'s

This commit is contained in:
David Bartley 2007-09-01 16:15:07 -04:00
parent f32b4ea01a
commit 7faafec63e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</xsl:template> </xsl:template>
<xsl:template match="section"> <xsl:template match="section">
<h2><xsl:value-of select="@title" /></h2> <a name="{@title}" /><h2><xsl:value-of select="@title" /></h2>
<xsl:apply-templates /> <xsl:apply-templates />
</xsl:template> </xsl:template>