Remove <xsl:comment>, which is no longer used.

This commit is contained in:
Hiroki Sato 2005-01-19 04:06:37 +00:00
parent 0076e8eab2
commit 29116779fc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23583

View file

@ -58,15 +58,6 @@
</xsl:template>
<xsl:template match="*[local-name() = $transtable-target-element]" mode="sortkey">
<xsl:text> </xsl:text>
<xsl:comment>
<xsl:call-template name="transtable-lookup">
<xsl:with-param name="word" select="." />
<xsl:with-param name="word-group" select="$transtable-word-group" />
</xsl:call-template>
</xsl:comment>
<xsl:element name="word">
<xsl:attribute name="name">
<xsl:call-template name="transtable-lookup">