ID:          29818
 Updated by:  [EMAIL PROTECTED]
 Reported By: erik at nordicaudi dot com
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: 5.0.0
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




Previous Comments:
------------------------------------------------------------------------

[2004-08-24 16:29:55] erik at nordicaudi dot com

Description:
------------
Published version (16-08-2004), VI. Function Reference, XXIV. DOM
Functions

object DOMElement->getElementsByTagNameNS ( string namespaceURI, string
localName)

This function returns a new instance of class DOMNodeList containing
the elements in the namespace namespaceURI having localName. Use "*"
for the name to return all elements within the document.

--------------------------

Maybee its more correct to describe the function as follows:

"Returns a a new instance of class DOMNodeList of all descendant
elements  with a given local name and namespace URI in the order, in
the order in which they are encountered in a preorder traversal of this
element tree.
Use "*" for the local name to return all elements within this element
tree."

W3C description is as follows:

"Returns a NodeList of all the descendant Elements with a given local
name and namespace URI in the order in which they are encountered in a
preorder traversal of this Element tree."



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29818&edit=1

Reply via email to