stefano     00/07/23 13:24:10

  Modified:    xdocs    guide.xml
  Log:
  fixed validation (xml:space is already implied by the DTD)
  
  Revision  Changes    Path
  1.6       +1 -1      xml-cocoon/xdocs/guide.xml
  
  Index: guide.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/guide.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- guide.xml 2000/07/21 20:08:55     1.5
  +++ guide.xml 2000/07/23 20:24:10     1.6
  @@ -258,7 +258,7 @@
    
      <p>You now use the following XSL stylesheet with it</p>
      
  - <source xml:space="preserve"><![CDATA[
  + <source><![CDATA[
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                    version="1.0">
  
  
  

Reply via email to