yannick Mon Dec 20 12:04:02 2004 EDT
Modified files: /phpdoc/en/reference/dom/functions dom-domdocument-saveXML.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-saveXML.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/dom/functions/dom-domdocument-saveXML.xml diff -u phpdoc/en/reference/dom/functions/dom-domdocument-saveXML.xml:1.5 phpdoc/en/reference/dom/functions/dom-domdocument-saveXML.xml:1.6 --- phpdoc/en/reference/dom/functions/dom-domdocument-saveXML.xml:1.5 Mon Dec 20 10:57:48 2004 +++ phpdoc/en/reference/dom/functions/dom-domdocument-saveXML.xml Mon Dec 20 12:03:59 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.dom-domdocument-savexml"> <refnamediv> <refname>DOMDocument->saveXML</refname> <refpurpose> - Dumps the internal XML tree back into a string + Dumps the internal XML tree back into a string </refpurpose> </refnamediv> <refsect1 role="description"> @@ -48,7 +48,7 @@ &reftitle.examples; <para> <example> - <title>Saving a DOM tree into a file</title> + <title>Saving a DOM tree into a string</title> <programlisting role="php"> <![CDATA[ <?php @@ -84,7 +84,7 @@ <title>This is the title</title> </book> -Retrieving only the head part: +Retrieving only the title part: <title>This is the title</title> ]]> </screen>