You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/08/21 20:31:17 UTC

cvs commit: cocoon-2.1/src/blocks/fop/samples/misc samples.xml

vgritsenko    2003/08/21 11:31:17

  Modified:    src/blocks/fop/samples/misc samples.xml
  Log:
  Add a note about dependency on Batik
  
  Revision  Changes    Path
  1.5       +6 -1      cocoon-2.1/src/blocks/fop/samples/misc/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/fop/samples/misc/samples.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- samples.xml	5 May 2003 09:30:12 -0000	1.4
  +++ samples.xml	21 Aug 2003 18:31:17 -0000	1.5
  @@ -1,4 +1,7 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
  +
  +<!-- CVS $Id$ -->
  +
   <samples xmlns:xlink="http://www.w3.org/1999/xlink">
   
       <group name="Main examples page.">
  @@ -6,6 +9,9 @@
       </group>
   
       <group name="Simple FOP examples">
  +        <note>
  +            FOP block requires Batik block to be present for generating PDF with embedded images.
  +        </note>   
           <sample name="Hello, PDF world!" href="hello.pdf">
               The well-known hello.xml document rendered as PDF.
           </sample>
  @@ -33,4 +39,3 @@
       </group>
   
   </samples>
  -
  
  
  

Re: cvs commit: cocoon-2.1/src/blocks/fop/samples/misc samples.xml

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
Hi:
>   Add a note about dependency on Batik
>   +        <note>
>   +            FOP block requires Batik block to be present for
> generating PDF with embedded images. +        </note>

Sorry, but this is not correct:

FOP block requieres ALWAYS the batik block regardless of generating images
inside PDF or not.

Antonio Gallardo