fixed example output.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-05-20 09:13:24 +00:00
parent e09c1ce570
commit 02b0a149db

View file

@ -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 @@ print($xmldas->saveString($document,2));
<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 @@ print($xmldas->saveString($document,2));
<snake xsi:type="snakeType">
<name>Kaa</name>
<length>25</length>
</snake
</snake>
</jungle>
]]>
</programlisting>
</para>