aheritier    2004/09/21 15:15:53

  Modified:    pdf/src/plugin-resources fo-body.xslt
               pdf/xdocs changes.xml
  Log:
  MPPDF-14 : pre tag not supported
  
  Revision  Changes    Path
  1.9       +10 -0     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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- fo-body.xslt      5 Mar 2004 10:27:26 -0000       1.8
  +++ fo-body.xslt      21 Sep 2004 22:15:53 -0000      1.9
  @@ -160,6 +160,16 @@
               </xsl:apply-templates>
           </fo:block>
       </xsl:template>
  +    <xsl:template match="pre">
  +        <xsl:param name="chapterNumber"/>
  +        <fo:block xsl:use-attribute-sets="body.source">
  +            <xsl:apply-templates>
  +                <xsl:with-param name="chapterNumber">
  +                    <xsl:value-of select="$chapterNumber"/>
  +                </xsl:with-param>
  +            </xsl:apply-templates>
  +        </fo:block>
  +    </xsl:template>
       <xsl:template match="[EMAIL PROTECTED]">
           <xsl:variable name="source">
               <xsl:choose>
  
  
  
  1.18      +1 -0      maven-plugins/pdf/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml       21 Sep 2004 21:10:34 -0000      1.17
  +++ changes.xml       21 Sep 2004 22:15:53 -0000      1.18
  @@ -23,6 +23,7 @@
     </properties>
     <body>
       <release version="2.2-SNAPSHOT" date="In CVS">
  +      <action dev="aheritier" type="fix" issue="MPPDF-14">PRE tag support 
added.</action>
         <action dev="aheritier" type="add" issue="MPPDF-15" due-to="Håvard 
Bjåstad">New font for use in PDF documents: Myriad.</action>
         <action dev="carlos" type="fix">Show "v." in cover only when version is not 
empty.</action>
         <action dev="aheritier" type="add" issue="MPPDF-10" due-to="M. Sean 
Gilligan">Add USLetter (8.5"x11") as a paper type.</action>
  
  
  

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

Reply via email to