]> granicus.if.org Git - docbook-dsssl/commitdiff
Support anchor
authorNorman Walsh <ndw@nwalsh.com>
Fri, 22 Jun 2001 12:32:13 +0000 (12:32 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 22 Jun 2001 12:32:13 +0000 (12:32 +0000)
xsl/fo/xref.xsl

index 1a8e221e9b60d5a202f928ddbe27ef52b1ed0dba..c746be113e9fcfb2d58342d74fdd247c71fe62e4 100644 (file)
@@ -16,9 +16,7 @@
 <!-- ==================================================================== -->
 
 <xsl:template match="anchor">
-  <!-- FIXME: should this output an empty element with an ID? -->
-  <!-- what element!? -->
-  <!-- suppress -->
+  <fo:wrapper id="{@id}"/>
 </xsl:template>
 
 <!-- ==================================================================== -->