ID: 40175 Updated by: [EMAIL PROTECTED] Reported By: galvao at galvao dot eti dot br -Status: Open +Status: Bogus Bug Type: DOM XML related Operating System: All PHP Version: 5.2.0 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2007-01-19 19:44:46] galvao at galvao dot eti dot br Description: ------------ The childNodes function returns a DOMNodeList, but while iterating over it I find DOMTexts and DOMElements, instead of DOMNodes. Reproduce code: --------------- XML: http://pastebin.ca/321816 PHP: http://pastebin.ca/321822 Expected result: ---------------- object(DOMNode)#x (0) { } object(DOMNode)#x (0) { } Where 'x' is a number. Actual result: -------------- object(DOMText)#x (0) { } object(DOMElement)#x (0) { } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40175&edit=1
