git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2004-12-20 17:03:59 +00:00
parent ad7cfd2a68
commit eff9632720

View file

@ -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 @@ Retrieving all the document:
<title>This is the title</title>
</book>
Retrieving only the head part:
Retrieving only the title part:
<title>This is the title</title>
]]>
</screen>