git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150652 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-02-07 00:58:22 +00:00
parent a9e4e449d1
commit f3a83616f7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id='function.simplexml-load-dom'>
<refnamediv>
<refname>simplexml_load_dom</refname>
@ -43,7 +43,11 @@ echo $s->book[0]->title;
<simpara>
This code should output:
</simpara>
<screen>blah</screen>
<screen>
<![CDATA[
blah
]]>
</screen>
</example>
</refsect1>
</refentry>