Remove unused template.

This commit is contained in:
Maxim Sobolev 2002-01-29 05:52:23 +00:00
parent 5a87cdb83b
commit 03c3efa0e3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11986

View file

@ -23,10 +23,4 @@
<xsl:value-of select="ancestor::day/name"/>:<xsl:value-of select="count(preceding-sibling::event)"/>
</xsl:template>
<!-- Generate a unique anchor for this story -->
<xsl:template name="generate-story-anchor">
<xsl:value-of select="ancestor::year/name"/>
<xsl:value-of select="ancestor::month/name"/>:<xsl:text/>
<xsl:value-of select="count(following-sibling::story)"/>
</xsl:template>
</xsl:stylesheet>