]> granicus.if.org Git - docbook-dsssl/commitdiff
Added anchor template
authorNorman Walsh <ndw@nwalsh.com>
Thu, 14 Jun 2001 15:22:02 +0000 (15:22 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 14 Jun 2001 15:22:02 +0000 (15:22 +0000)
xsl/fo/xref.xsl

index 21188b4fe983a1c49c063d23fa6d1815e15b9cef..28630e3fbc6e92d3c99caa6c4b991572c27f9a68 100644 (file)
 
 <!-- ==================================================================== -->
 
+<xsl:template match="anchor">
+  <!-- FIXME: should this output an empty element with an ID? -->
+  <!-- what element!? -->
+  <!-- suppress -->
+</xsl:template>
+
+<!-- ==================================================================== -->
+
 <xsl:template match="xref">
   <xsl:variable name="targets" select="id(@linkend)"/>
   <xsl:variable name="target" select="$targets[1]"/>