]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove anchor name on anchor; it erroneously duplicates the html anchor template
authorNorman Walsh <ndw@nwalsh.com>
Sat, 3 Nov 2001 22:50:50 +0000 (22:50 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 3 Nov 2001 22:50:50 +0000 (22:50 +0000)
xsl/fo/xref.xsl
xsl/html/xref.xsl

index dc28457e5ede2366eb3ab4965eca40ce51b5fd19..adfcbf05081325d0c85644dd07fbac5558fc81e2 100644 (file)
@@ -15,7 +15,7 @@
 
 <!-- ==================================================================== -->
 
-<xsl:template match="anchor" name="anchor">
+<xsl:template match="anchor">
   <fo:wrapper id="{@id}"/>
 </xsl:template>
 
index a979f37425f31c326e8ceb67ad2d33e5d781fccc..8713d73bb12cc0d695679fc250ce74fd69c189c3 100644 (file)
@@ -16,7 +16,7 @@
 
 <!-- ==================================================================== -->
 
-<xsl:template match="anchor" name="anchor">
+<xsl:template match="anchor">
   <xsl:call-template name="anchor"/>
 </xsl:template>