didou Fri Feb 6 19:58:22 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functions simplexml-load-dom.xml
Log:
CDATA
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml:1.3
phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml:1.4
--- phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml:1.3 Fri Jan 30
18:38:06 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml Fri Feb 6
19:58:22 2004
@@ -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 @@
<simpara>
This code should output:
</simpara>
- <screen>blah</screen>
+ <screen>
+<![CDATA[
+blah
+]]>
+ </screen>
</example>
</refsect1>
</refentry>