]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixes the id attribute to be ref-id to allow bookmarks to build.
authorSteve Coffman <gears@apache.org>
Mon, 20 Aug 2001 16:19:58 +0000 (16:19 +0000)
committerSteve Coffman <gears@apache.org>
Mon, 20 Aug 2001 16:19:58 +0000 (16:19 +0000)
Leaves a weird xsl error that omits the <fo:block> in one place though.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194433 13f79535-47bb-0310-9956-ffa450edef68

docs/xml-docs/xml2pdf.xsl

index 7b4dd9860295fed51120a2e03079263a17ab84c0..95501ef21650767edb603a630e6191b3b72af43a 100644 (file)
@@ -118,7 +118,7 @@ TBD: - The faq doesn't show in the content
             color="white"
             text-align="center"
             >
-     <xsl:attribute name="id">
+     <xsl:attribute name="ref-id">
      <xsl:value-of select="translate(.,' ),-.(','____')"/>
      </xsl:attribute>
      <xsl:value-of select="@title"/>
@@ -191,7 +191,7 @@ TBD: - The faq doesn't show in the content
             color="white"
             text-align="center"
             >
-     <xsl:attribute name="id">
+     <xsl:attribute name="ref-id">
      <xsl:value-of select="translate(.,' ),-.(','____')"/>
      </xsl:attribute>
      <xsl:value-of select="@title"/>