crossley    01/11/21 23:38:20

  Modified:    documentation/xdocs/ctwig Tag: cocoon_20_branch
                        ctwig-basic01.xml
  Log:
  Fixed XML declaration in the source demo section.
  Submitted by: Jeremy Aston <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -1      xml-cocoon2/documentation/xdocs/ctwig/ctwig-basic01.xml
  
  Index: ctwig-basic01.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/ctwig/ctwig-basic01.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- ctwig-basic01.xml 2001/11/09 05:17:35     1.1.2.3
  +++ ctwig-basic01.xml 2001/11/22 07:38:20     1.1.2.4
  @@ -15,7 +15,7 @@
                                <p>IMHO the most basic thing you will want to do is 
perform an XSL transformation on an XML file.  A typical example of this is to render 
some XML as an HTML page using an XSL stylesheet.</p>
                                <p>Take the following XML file (<fork 
href="sample/transformations/basic01/basic01-01.xml">basic01-01.xml</fork>):</p>
                                <source><![CDATA[
  -  <?xml version="1.0">
  +  <?xml version="1.0"?>
     <page>
       <title>Basic XML/XSL Transformation Example - BASIC01-01.XML</title>
       <greeting>Hello World</greeting>
  @@ -88,3 +88,4 @@
                </s1>
        </body>
   </document>
  +
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to