mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- removed DomElement-set-attribute-node from documentation (it's not
implemented yet) - fixed typo and bumped up needed libxml2 version in reference.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87420 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
21c28f00b0
commit
bd66853168
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue