You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/04/17 09:57:38 UTC

cvs commit: cocoon-2.1/src/blocks/fop/samples/cache-test xsp-sample-to-fo.xsl

antonio     2004/04/17 00:57:38

  Modified:    src/blocks/fop/samples/cache-test xsp-sample-to-fo.xsl
  Log:
  Adding CVS tag
  
  Revision  Changes    Path
  1.4       +2 -1      cocoon-2.1/src/blocks/fop/samples/cache-test/xsp-sample-to-fo.xsl
  
  Index: xsp-sample-to-fo.xsl
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/fop/samples/cache-test/xsp-sample-to-fo.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xsp-sample-to-fo.xsl	6 Mar 2004 02:26:01 -0000	1.3
  +++ xsp-sample-to-fo.xsl	17 Apr 2004 07:57:38 -0000	1.4
  @@ -20,6 +20,8 @@
       in order to test caching of the whole pipeline, up to PDF
   
       @author bdelacretaz@codeconsult.ch
  +
  +    CVS $Id:
   -->
   
   <xsl:stylesheet
  @@ -166,6 +168,5 @@
               <xsl:apply-templates/>
           </fo:inline>
       </xsl:template>
  -
   
   </xsl:stylesheet>