jvanzyl     2004/02/17 14:17:52

  Modified:    pdf/src/plugin-resources fo-body.xslt
  Log:
  o applying patch for MAVEN-1162
  
  Revision  Changes    Path
  1.6       +2 -2      maven-plugins/pdf/src/plugin-resources/fo-body.xslt
  
  Index: fo-body.xslt
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/src/plugin-resources/fo-body.xslt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- fo-body.xslt      26 Jan 2004 08:27:41 -0000      1.5
  +++ fo-body.xslt      17 Feb 2004 22:17:52 -0000      1.6
  @@ -357,7 +357,7 @@
       </xsl:template>
       <xsl:template match="[EMAIL PROTECTED] and starts-with(@href, '#')]">
           <xsl:param name="chapterNumber"/>
  -        <fo:basic-link internal-destination="[EMAIL PROTECTED]">
  +        <fo:basic-link internal-destination="[EMAIL PROTECTED]()}">
               <fo:inline xsl:use-attribute-sets="href">
                   <xsl:apply-templates>
                       <xsl:with-param name="chapterNumber">
  @@ -381,7 +381,7 @@
       </xsl:template>
       <xsl:template match="[EMAIL PROTECTED]">
           <xsl:param name="chapterNumber"/>
  -        <fo:block id="[EMAIL PROTECTED]">
  +        <fo:block id="[EMAIL PROTECTED]()}">
               <xsl:apply-templates>
                   <xsl:with-param name="chapterNumber">
                       <xsl:value-of select="$chapterNumber"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to