tony2001                Mon Oct 18 07:38:50 2004 EDT

  Modified files:              
    /phpdoc/en/reference/dom/functions  
                                        dom-domcharacterdata-deletedata.xml 
                                        dom-domcharacterdata-insertdata.xml 
                                        dom-domcharacterdata-replacedata.xml 
                                        dom-domcharacterdata-substringdata.xml 
                                        dom-domdocument-importnode.xml 
                                        dom-domelement-removeattribute.xml 
                                        dom-domelement-removeattributenode.xml 
                                        dom-domelement-removeattributens.xml 
                                        dom-domelement-setattribute.xml 
                                        dom-domelement-setattributenode.xml 
                                        dom-domelement-setattributenodens.xml 
                                        dom-domelement-setattributens.xml 
                                        dom-domimplementation-createdocument.xml 
                                        dom-domimplementation-createdocumenttype.xml 
  Log:
  fix typo 
  DOMExcpetion -> DOMException
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domcharacterdata-deletedata.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domcharacterdata-deletedata.xml
diff -u phpdoc/en/reference/dom/functions/dom-domcharacterdata-deletedata.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domcharacterdata-deletedata.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domcharacterdata-deletedata.xml:1.2   Fri 
Aug 20 05:36:58 2004
+++ phpdoc/en/reference/dom/functions/dom-domcharacterdata-deletedata.xml       Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id='function.dom-domcharacterdata-deletedata'>
    <refnamediv>
     <refname>DOMCharacterData->deleteData</refname>
@@ -21,7 +21,7 @@
      to the end of the data are deleted.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if <parameter>offset</parameter> 
+     Throws <classname>DOMException</classname> if <parameter>offset</parameter> 
      is negative or greater than the number of characters in data, or if 
      <parameter>count</parameter> is negative.
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domcharacterdata-insertdata.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domcharacterdata-insertdata.xml
diff -u phpdoc/en/reference/dom/functions/dom-domcharacterdata-insertdata.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domcharacterdata-insertdata.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domcharacterdata-insertdata.xml:1.2   Fri 
Aug 20 05:36:58 2004
+++ phpdoc/en/reference/dom/functions/dom-domcharacterdata-insertdata.xml       Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id='function.dom-domcharacterdata-insertdata'>
    <refnamediv>
     <refname>DOMCharacterData->insertData</refname>
@@ -18,7 +18,7 @@
      Inserts string <parameter>data</parameter> at position 
<parameter>offset</parameter>.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if <parameter>offset</parameter> 
+     Throws <classname>DOMException</classname> if <parameter>offset</parameter> 
      is negative or greater than the number of 16-bit units in data.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domcharacterdata-replacedata.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domcharacterdata-replacedata.xml
diff -u phpdoc/en/reference/dom/functions/dom-domcharacterdata-replacedata.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domcharacterdata-replacedata.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domcharacterdata-replacedata.xml:1.2  Fri 
Aug 20 05:36:58 2004
+++ phpdoc/en/reference/dom/functions/dom-domcharacterdata-replacedata.xml      Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id='function.dom-domcharacterdata-replacedata'>
    <refnamediv>
     <refname>DOMCharacterData->replaceData</refname>
@@ -23,7 +23,7 @@
      replaced.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if <parameter>offset</parameter> 
+     Throws <classname>DOMException</classname> if <parameter>offset</parameter> 
      is negative or greater than the number of characters in data, or if 
      <parameter>count</parameter> is negative.
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domcharacterdata-substringdata.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domcharacterdata-substringdata.xml
diff -u phpdoc/en/reference/dom/functions/dom-domcharacterdata-substringdata.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domcharacterdata-substringdata.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domcharacterdata-substringdata.xml:1.2       
 Fri Aug 20 05:36:58 2004
+++ phpdoc/en/reference/dom/functions/dom-domcharacterdata-substringdata.xml    Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id='function.dom-domcharacterdata-substringdata'>
    <refnamediv>
     <refname>DOMCharacterData->substringData</refname>
@@ -20,7 +20,7 @@
       to the end of the data are returned.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if <parameter>offset</parameter> 
+     Throws <classname>DOMException</classname> if <parameter>offset</parameter> 
       is negative or greater than the number of 16-bit units in data, or if 
       <parameter>count</parameter> is negative.
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-importnode.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domdocument-importnode.xml
diff -u phpdoc/en/reference/dom/functions/dom-domdocument-importnode.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domdocument-importnode.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domdocument-importnode.xml:1.2        Tue 
Jul 27 00:48:53 2004
+++ phpdoc/en/reference/dom/functions/dom-domdocument-importnode.xml    Mon Oct 18 
07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.dom-domdocument-importnode">
    <refnamediv>
     <refname>DOMDocument->importNode</refname>
@@ -14,7 +14,7 @@
     </methodsynopsis>
     <para>
      This function returns a copy of the node to import and associates it with 
-     the current document. <classname>DOMExcpetion</classname> is thrown if 
+     the current document. <classname>DOMException</classname> is thrown if 
      node cannot be imported.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-removeattribute.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-removeattribute.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-removeattribute.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domelement-removeattribute.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-removeattribute.xml:1.1    Sun 
May  9 11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domelement-removeattribute.xml        Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domelement-removeattribute'>
    <refnamediv>
     <refname>DOMElement->removeAttribute</refname>
@@ -15,7 +15,7 @@
      Removes attribute named <parameter>name</parameter> from the element.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if node cannot be modified.
+     Throws <classname>DOMException</classname> if node cannot be modified.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-removeattributenode.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-removeattributenode.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-removeattributenode.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domelement-removeattributenode.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-removeattributenode.xml:1.1       
 Sun May  9 11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domelement-removeattributenode.xml    Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domelement-removeattributenode'>
    <refnamediv>
     <refname>DOMElement->removeAttributeNode</refname>
@@ -15,7 +15,7 @@
      Removes attribute <parameter>oldnode</parameter> from the element.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if node cannot be modified or 
+     Throws <classname>DOMException</classname> if node cannot be modified or 
      attribute is not a member of the element node.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-removeattributens.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-removeattributens.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-removeattributens.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domelement-removeattributens.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-removeattributens.xml:1.1  Sun 
May  9 11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domelement-removeattributens.xml      Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domelement-removeattributens'>
    <refnamediv>
     <refname>DOMElement->removeAttributeNS</refname>
@@ -17,7 +17,7 @@
      named <parameter>localName</parameter> from the element.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if node cannot be modified.
+     Throws <classname>DOMException</classname> if node cannot be modified.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-setattribute.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-setattribute.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-setattribute.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domelement-setattribute.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-setattribute.xml:1.1       Sun 
May  9 11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domelement-setattribute.xml   Mon Oct 18 
07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domelement-setattribute'>
    <refnamediv>
     <refname>DOMElement->setAttribute</refname>
@@ -17,7 +17,7 @@
      value. If the attribute does not exist, it will be created.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if node cannot be modified.
+     Throws <classname>DOMException</classname> if node cannot be modified.
     </para>
     <para>
      <example>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-setattributenode.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-setattributenode.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-setattributenode.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domelement-setattributenode.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-setattributenode.xml:1.1   Sun 
May  9 11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domelement-setattributenode.xml       Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domelement-setattributenode'>
    <refnamediv>
     <refname>DOMElement->setAttributeNode</refname>
@@ -16,7 +16,7 @@
      Returns old node if attribute replaced.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if node cannot be modified.
+     Throws <classname>DOMException</classname> if node cannot be modified.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml:1.1 Sun 
May  9 11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml     Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domelement-setattributenodens'>
    <refnamediv>
     <refname>DOMElement->setAttributeNodeNS</refname>
@@ -16,7 +16,7 @@
      Returns old node if attribute replaced.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if node cannot be modified.
+     Throws <classname>DOMException</classname> if node cannot be modified.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-setattributens.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domelement-setattributens.xml
diff -u phpdoc/en/reference/dom/functions/dom-domelement-setattributens.xml:1.1 
phpdoc/en/reference/dom/functions/dom-domelement-setattributens.xml:1.2
--- phpdoc/en/reference/dom/functions/dom-domelement-setattributens.xml:1.1     Sun 
May  9 11:07:48 2004
+++ phpdoc/en/reference/dom/functions/dom-domelement-setattributens.xml Mon Oct 18 
07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id='function.dom-domelement-setattributens'>
    <refnamediv>
     <refname>DOMElement->setAttributeNS</refname>
@@ -19,7 +19,7 @@
      does not exist, it will be created.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if node cannot be modified.
+     Throws <classname>DOMException</classname> if node cannot be modified.
     </para>
     <para>
      See also <link 
linkend="function.dom-domelement-getattributens">DOMElement->getAttributeNS()</link>
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domimplementation-createdocument.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domimplementation-createdocument.xml
diff -u phpdoc/en/reference/dom/functions/dom-domimplementation-createdocument.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocument.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domimplementation-createdocument.xml:1.2     
 Fri Aug 20 05:36:58 2004
+++ phpdoc/en/reference/dom/functions/dom-domimplementation-createdocument.xml  Mon 
Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id='function.dom-domimplementation-createdocument'>
    <refnamediv>
     <refname>DOMImplementation->createDocument</refname>
@@ -22,7 +22,7 @@
      empty with no document element
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if there is an error with the 
+     Throws <classname>DOMException</classname> if there is an error with the 
      namespace,  as determined by <parameter>namespaceURI</parameter> and 
      <parameter>qualifiedName</parameter>, or if <parameter>doctype</parameter> 
      is not valid.
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml
diff -u 
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml:1.2 
phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml:1.3
--- phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml:1.2 
 Fri Aug 20 05:36:58 2004
+++ phpdoc/en/reference/dom/functions/dom-domimplementation-createdocumenttype.xml     
 Mon Oct 18 07:38:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id='function.dom-domimplementation-createdocumenttype'>
    <refnamediv>
     <refname>DOMImplementation->createDocumentType</refname>
@@ -21,7 +21,7 @@
      additions do not occur.
     </para>
     <para>
-     Throws <classname>DOMExcpetion</classname> if there is an error with the 
+     Throws <classname>DOMException</classname> if there is an error with the 
      namespace, as determined by <parameter>qualifiedName</parameter>.
     </para>
     <para>

Reply via email to