takagi          Sat May 20 09:13:24 2006 UTC

  Modified files:              
    /phpdoc/en/reference/sdo_das_xml    reference.xml 
  Log:
  fixed example output.
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sdo_das_xml/reference.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/reference/sdo_das_xml/reference.xml
diff -u phpdoc/en/reference/sdo_das_xml/reference.xml:1.16 
phpdoc/en/reference/sdo_das_xml/reference.xml:1.17
--- phpdoc/en/reference/sdo_das_xml/reference.xml:1.16  Mon Apr 17 13:32:09 2006
+++ phpdoc/en/reference/sdo_das_xml/reference.xml       Sat May 20 09:13:24 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: pecl -->
 <!-- State: experimental -->
@@ -479,7 +479,8 @@
     <programlisting role="xml">
 <![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
-<jungle xsi:type="jungle" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>  <bear 
xsi:type="bearType">
+<jungle xsi:type="jungle" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+  <bear xsi:type="bearType">
     <name>Baloo</name>
     <weight>800</weight>
   </bear>
@@ -490,7 +491,8 @@
   <snake xsi:type="snakeType">
     <name>Kaa</name>
     <length>25</length>
-  </snake
+  </snake>
+</jungle>
 ]]>
     </programlisting>
    </para>

Reply via email to