didou           Sun Aug 29 17:48:29 2004 EDT

  Modified files:              
    /phpdoc/en/reference/dom/functions  dom-domnode-replacechild.xml 
  Log:
  fix parameteres order
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domnode-replacechild.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domnode-replacechild.xml
diff -u phpdoc/en/reference/dom/functions/dom-domnode-replacechild.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domnode-replacechild.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domnode-replacechild.xml:1.1  Sun May  9 
11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domnode-replacechild.xml      Sun Aug 29 
17:48:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domnode-replacechild'>
    <refnamediv>
     <refname>DOMNode->replaceChild</refname>
@@ -11,16 +11,16 @@
     <title>Description</title>
     <methodsynopsis>
      <type>object</type><methodname>DOMNode->replaceChild</methodname>
-     <methodparam><type>object</type><parameter>oldnode</parameter></methodparam>
      <methodparam><type>object</type><parameter>newnode</parameter></methodparam>
+     <methodparam><type>object</type><parameter>oldnode</parameter></methodparam>
     </methodsynopsis>
     <para>
      This function replaces the child <parameter>oldnode</parameter> 
      with the passed new node. If the new node is already a child it 
-     will not be added a second time.If the replacement succeeds the old node 
+     will not be added a second time. If the replacement succeeds the old node 
      is returned.
     </para>
-    <para>    
+    <para> 
      Throws <classname>DOMException</classname> if node cannot be replaced.
     </para>
    </refsect1>

Reply via email to