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 vm...@apache.org on 2003/04/25 09:30:53 UTC

cvs commit: xml-fop/src/documentation/resources/stylesheets compliance2fo.xsl compliance2html.xsl

vmote       2003/04/25 00:30:53

  Modified:    src/documentation/resources/stylesheets compliance2fo.xsl
                        compliance2html.xsl
  Log:
  Apply Jeff Turner patches. Fix stylesheet errors & incompatibilities.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-fop/src/documentation/resources/stylesheets/compliance2fo.xsl
  
  Index: compliance2fo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/resources/stylesheets/compliance2fo.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- compliance2fo.xsl	8 Apr 2003 19:25:15 -0000	1.3
  +++ compliance2fo.xsl	25 Apr 2003 07:30:52 -0000	1.4
  @@ -8,7 +8,7 @@
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       xmlns:fo="http://www.w3.org/1999/XSL/Format">
   
  -<xsl:import href="document2fo.xsl"/>
  +<xsl:import href="../../skins/common/xslt/fo/document2fo.xsl"/>
   
   <xsl:output method="xml"/>
   
  
  
  
  1.6       +2 -1      xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl
  
  Index: compliance2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- compliance2html.xsl	7 Apr 2003 18:44:23 -0000	1.5
  +++ compliance2html.xsl	25 Apr 2003 07:30:52 -0000	1.6
  @@ -40,6 +40,7 @@
       </td>
       <td nowrap="nowrap" width="40" align="center">
         <a class="dida" href="compliance.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" border="0"/><br/>PDF</a>
  +      <a class="dida" href="compliance.pdf"><img alt="PDF" src="skin/images/printer.gif" border="0"/><br/>PDF</a>
       </td>
     </tr>
     </table>
  
  
  

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