aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs
diff options
context:
space:
mode:
authorSteve Coffman <gears@apache.org>2001-08-20 16:19:58 +0000
committerSteve Coffman <gears@apache.org>2001-08-20 16:19:58 +0000
commita4b1ce08472174e17ee79f3965739ee0dbf38ba0 (patch)
tree00a1ea047da9f7b5230f87eba1f997f1c952c418 /docs/xml-docs
parentd200fe491654b58078b5a20b35cd67f69239f7e1 (diff)
downloadxmlgraphics-fop-a4b1ce08472174e17ee79f3965739ee0dbf38ba0.tar.gz
xmlgraphics-fop-a4b1ce08472174e17ee79f3965739ee0dbf38ba0.zip
Fixes the id attribute to be ref-id to allow bookmarks to build.
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
Diffstat (limited to 'docs/xml-docs')
-rw-r--r--docs/xml-docs/xml2pdf.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml-docs/xml2pdf.xsl b/docs/xml-docs/xml2pdf.xsl
index 7b4dd9860..95501ef21 100644
--- a/docs/xml-docs/xml2pdf.xsl
+++ b/docs/xml-docs/xml2pdf.xsl
@@ -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"/>