didou Sat Dec 30 01:26:53 2006 UTC
Removed files:
/phpdoc/en/reference/dom/functions dom-domdocument-normalize.xml
Modified files:
/phpdoc/en/reference/dom reference.xml
/phpdoc/en/reference/dom/functions
dom-domdocument-normalizedocument.xml
dom-domnode-normalize.xml
Log:
Document DOMDocument->normalizeDocument() and remove DOMDocument->normalize()
which never existed and never will
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dom/reference.xml?r1=1.25&r2=1.26&diff_format=u
Index: phpdoc/en/reference/dom/reference.xml
diff -u phpdoc/en/reference/dom/reference.xml:1.25
phpdoc/en/reference/dom/reference.xml:1.26
--- phpdoc/en/reference/dom/reference.xml:1.25 Fri Dec 29 22:31:31 2006
+++ phpdoc/en/reference/dom/reference.xml Sat Dec 30 01:26:52 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
<!-- Purpose: xml -->
<!-- Membership: bundled, external -->
@@ -254,7 +254,7 @@
<para><xref linkend='function.dom-domdocument-loadxml' /> - Load XML
from a string</para>
</listitem>
<listitem>
- <para><xref linkend='function.dom-domdocument-normalize' /> -
Normalizes document</para>
+ <para><xref linkend='function.dom-domdocument-normalizedocument' /> -
Normalizes the document</para>
</listitem>
<listitem>
<para><xref linkend='function.dom-domdocument-relaxngvalidate' /> -
Performs relaxNG validation on the document</para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dom/functions/dom-domdocument-normalizedocument.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/dom/functions/dom-domdocument-normalizedocument.xml
diff -u
phpdoc/en/reference/dom/functions/dom-domdocument-normalizedocument.xml:1.2
phpdoc/en/reference/dom/functions/dom-domdocument-normalizedocument.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domdocument-normalizedocument.xml:1.2
Thu Nov 16 05:07:44 2006
+++ phpdoc/en/reference/dom/functions/dom-domdocument-normalizedocument.xml
Sat Dec 30 01:26:53 2006
@@ -1,23 +1,43 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.dom-domdocument-normalizedocument">
<refnamediv>
- <refname>DOMDocument::normalizeDocument</refname>
- <refpurpose>Acts as if the document was going through a save and load cycle,
putting the document in a "normal" form</refpurpose>
+ <refname>DOMDocument->normalizeDocument()</refname>
+ <refpurpose>Normalizes the document</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>void</type><methodname>DOMDocument::normalizeDocument</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DOMDocument</classname></ooclass>
+ <methodsynopsis>
+ <type>void</type><methodname>normalizeDocument</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
- <ulink
url="&url.dom3.spec;#core-Document3-normalizeDocument">Specification</ulink>
+ This method acts as if you saved and then loaded the document, putting the
+ document in a "normal" form.
</para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ &return.void;
+ </para>
+ </refsect1>
- &warn.undocumented.func;
-
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member>
+ <ulink url="&url.dom3.spec;#core-Document3-normalizeDocument">The DOM
Specification</ulink>
+ </member>
+ <member><xref linkend="function.dom-domnode-normalize" /></member>
+ </simplelist>
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dom/functions/dom-domnode-normalize.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/dom/functions/dom-domnode-normalize.xml
diff -u phpdoc/en/reference/dom/functions/dom-domnode-normalize.xml:1.8
phpdoc/en/reference/dom/functions/dom-domnode-normalize.xml:1.9
--- phpdoc/en/reference/dom/functions/dom-domnode-normalize.xml:1.8 Mon Apr
11 08:27:31 2005
+++ phpdoc/en/reference/dom/functions/dom-domnode-normalize.xml Sat Dec 30
01:26:53 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.dom-domnode-normalize">
<refnamediv>
<refname>DOMNode->normalize()</refname>
@@ -30,7 +30,10 @@
&reftitle.seealso;
<para>
<simplelist>
- <member><xref linkend="function.dom-domdocument-normalize" /></member>
+ <member>
+ <ulink url="&url.dom3.spec;#core-ID-normalize">The DOM
Specification</ulink>
+ </member>
+ <member><xref linkend="function.dom-domdocument-normalizedocument"
/></member>
</simplelist>
</para>
</refsect1>