#40175 [Opn-Bgs]: Problems in DOM XML hierarchy

2007-01-19 Thread rrichards
 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=40175edit=1


#40175 [Opn-Bgs]: Problems in DOM XML hierarchy

2007-01-19 Thread rrichards
 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

still bogus - they're all domnodes


Previous Comments:


[2007-01-19 20:01:56] galvao at galvao dot eti dot br

Sorry forgot to close the root element.

XML now at http://pastebin.ca/321840



[2007-01-19 19:52:58] [EMAIL PROTECTED]

The XML seems to be broken:

Warning: DOMDocument::load(): Premature end of data in tag SyncQueue
line 3 in /tmp/test.xml, line: 13 in /tmp/5.php on line 4
Erro ao abrir o arquivo XML



[2007-01-19 19:52:25] [EMAIL PROTECTED]

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





[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=40175edit=1