For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2006 > cvs: phpdoc /en/reference/sdo_das_xml reference.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/sdo_das_xml reference.xml
TAKAGI Masahiro

2006-05-20, 3:59 am

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/phpd...7&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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com