You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2001/11/22 08:38:18 UTC

cvs commit: xml-cocoon2/documentation/xdocs/ctwig ctwig-basic01.xml

crossley    01/11/21 23:38:18

  Modified:    documentation/xdocs/ctwig ctwig-basic01.xml
  Log:
  Fixed XML declaration in the source demo section.
  Submitted by:	Jeremy Aston <je...@pigbite.com>
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ctwig-basic01.xml	2001/11/09 05:17:06	1.4
  +++ ctwig-basic01.xml	2001/11/22 07:38:18	1.5
  @@ -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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org