You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/02/07 20:49:23 UTC

cvs commit: xml-cocoon/samples index.xml

greenrd     01/02/07 11:49:23

  Modified:    .        changes.xml
               samples  index.xml
  Log:
  fixed svg samples for ie5.5
  
  Revision  Changes    Path
  1.208     +4 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -r1.207 -r1.208
  --- changes.xml	2001/02/07 19:30:54	1.207
  +++ changes.xml	2001/02/07 19:49:23	1.208
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.207 2001/02/07 19:30:54 greenrd Exp $ 
  +  $Id: changes.xml,v 1.208 2001/02/07 19:49:23 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,9 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="fix" due-to="David Cittadini" due-to-email="David.Cittadini@blackmarble.com">
  +   Fixed SVG samples for IE5.5.
  +  </action>
     <action dev="RDG" type="fix" fixes-bug="541" 
      due-to="Dafang Zhang" due-to-email="dafang.zhang@wcom.com">
      XSLTProcessor checks for null headers which previously caused errors.
  
  
  
  1.21      +2 -2      xml-cocoon/samples/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml	2001/01/27 15:31:46	1.20
  +++ index.xml	2001/02/07 19:49:23	1.21
  @@ -124,13 +124,13 @@
    </group>
   
    <group name="New media for your web site">
  -  <sample name="SVG" url="svg/hello.xml?">
  +  <sample name="SVG" url="svg/hello.xml?dummy=test.svg">
      In this example, we show how Cocoon is able to generate an SVG image
      out of a dynamically generated page. Database graphs and vector counters
      are just a few tags away.
     </sample>
   
  -  <sample name="VRML" url="vrml/hello.xml?">
  +  <sample name="VRML" url="vrml/hello.xml?dummy=test.svg">
      In this example, we show how Cocoon is able to generate virtual reality
      models by applying the appropriate stylesheet to an XML page.
     </sample>