chregu          Tue Jul  2 04:51:09 2002 EDT

  Modified files:              
    /phpdoc/en/reference/domxml reference.xml 
    /phpdoc/en/reference/domxml/functions       
                                                DomElement-set-attribute-node.xml 
  Log:
  - removed DomElement-set-attribute-node from documentation (it's not 
    implemented yet)
  - fixed typo and bumped up needed libxml2 version in reference.xml
  
  
Index: phpdoc/en/reference/domxml/reference.xml
diff -u phpdoc/en/reference/domxml/reference.xml:1.6 
phpdoc/en/reference/domxml/reference.xml:1.7
--- phpdoc/en/reference/domxml/reference.xml:1.6        Sun Jun 30 12:08:46 2002
+++ phpdoc/en/reference/domxml/reference.xml    Tue Jul  2 04:51:07 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <reference id="ref.domxml">
   <title>DOM XML functions</title>
   <titleabbrev>DOM XML</titleabbrev>
@@ -34,7 +34,7 @@
     <para>
      This extension make use of the
      <ulink url="&url.domxml;">GNOME xml library</ulink>. Download
-     and install this library. You will need at least libxml-2.2.7.
+     and install this library. You will need at least libxml-2.4.14
     </para>
    </section>
 
@@ -72,7 +72,7 @@
         <entry><function>domxml_open_mem</function></entry>
        </row>
        <row>
-        <entry>xmldocfiel</entry>
+        <entry>xmldocfile</entry>
         <entry><function>domxml_open_file</function></entry>
        </row>
        <row>
@@ -390,11 +390,14 @@
         <entry><function>DomElement_get_attribute_node</function></entry>
         <entry></entry>
        </row>
+<!-- This function is not implemented at all for the time being
        <row>
         <entry>set_attribute_node</entry>
         <entry><function>DomElement_set_attribute_node</function></entry>
         <entry></entry>
        </row>
+-->       
+          
        <row>
         <entry>get_elements_by_tagname</entry>
         <entry><function>DomElement_get_elements_by_tagname</function></entry>
Index: phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml:1.2 
phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml:1.2  Wed 
Apr 17 02:37:38 2002
+++ phpdoc/en/reference/domxml/functions/DomElement-set-attribute-node.xml      Tue 
+Jul  2 04:51:09 2002
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
+<!-- This function is not implemented at all for the time being
   <refentry id='function.DomElement-set-attribute-node'>
    <refnamediv>
     <refname>DomElement->set_attribute_node</refname>
@@ -19,7 +20,7 @@
     </para>
    </refsect1>
   </refentry>
-
+-->
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to