You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/03/23 13:01:50 UTC

cvs commit: xml-cocoon/samples index.xml

stefano     00/03/23 04:01:50

  Modified:    samples  index.xml
  Log:
  added the ? trick for PDF to the samples
  
  Revision  Changes    Path
  1.9       +12 -4     xml-cocoon/samples/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	2000/02/16 01:09:03	1.8
  +++ index.xml	2000/03/23 12:01:50	1.9
  @@ -70,21 +70,29 @@
     </sample>
    </group>
   
  + <!-- 
  +      Stupid IE has a bug in the handling of MIME-types and we fool it adding
  +      a '?' after the url. Tell me, isn't this totally nonsense? I mean, 
  +      Cocoon is simply ignoring that query so, while this
  +      is the worse hack I've ever seen, this is the only way we make IE
  +      do what it's supposed to do. Microsoft, listen up: patch the damn thing! 
  +  -->
  +      
    <group name="Formatting Object Rendering">
  -  <sample name="Simple FO Example" url="fo/test-fo.xml">
  +  <sample name="Simple FO Example" url="fo/test-fo.xml?">
      This page shows some potentials of the XSL Formatting Object specifications
      tranformed into PDF (we suggest you to install Adobe Acrobat Reader as your
      browser plugin for smoother integration)
     </sample>
   
  -  <sample name="More complex FO + SVG Example" url="fo/test2-fo.xml">
  +  <sample name="More complex FO + SVG Example" url="fo/test2-fo.xml?">
      This page shows higher potentials of the XSL Formatting Object specifications
      when mixed with other graphic outline specification such as SVG (Scalable
      Vector Graphics). Both are interpreted by FOP and rendered into PDF as
      area and vector graphics.
     </sample>
   
  -  <sample name="Novel FO formatting" url="fo/darkness-novel.xml">
  +  <sample name="Novel FO formatting" url="fo/darkness-novel.xml?">
      In this example, part of Joseph Conrad's "The Heart of Darkness" novel
      is taken from its orginal style-free XML format and rendered into PDF
      using an XML->FO stylesheet.
  @@ -92,7 +100,7 @@
    </group>
   
    <group name="New media for your web site">
  -  <sample name="VRML" url="vrml/hello.xml">
  +  <sample name="VRML" url="vrml/hello.xml?">
      In this example, we show how Cocoon is able to generate virtual reality
      models by applying the appropriate stylesheet to an XML page.
     </sample>