You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ge...@apache.org on 2001/08/20 18:19:58 UTC

cvs commit: xml-fop/docs/xml-docs xml2pdf.xsl

gears       01/08/20 09:19:58

  Modified:    docs/xml-docs xml2pdf.xsl
  Log:
  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.
  
  Revision  Changes    Path
  1.9       +2 -2      xml-fop/docs/xml-docs/xml2pdf.xsl
  
  Index: xml2pdf.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/xml2pdf.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- xml2pdf.xsl	2001/02/23 06:00:23	1.8
  +++ xml2pdf.xsl	2001/08/20 16:19:58	1.9
  @@ -118,7 +118,7 @@
               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 @@
               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"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org