mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
e09c1ce570
commit
02b0a149db
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue