ID:               27232
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lalo at teligens dot com
 Status:           Feedback
 Bug Type:         DOM XML related
 Operating System: Windows XP
 PHP Version:      4.3.4
 New Comment:

Please supply the xml file. 


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

[2004-02-12 20:48:40] [EMAIL PROTECTED]

Please supply the xml file. 

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

[2004-02-12 18:57:08] lalo at teligens dot com

Description:
------------
Comments nodes are being skipped.

Reproduce code:
---------------
$doc = domxml_open_file($path . '/conf.xml');

// first node should be a comment, but it's not

$node = $doc->first_child();   

Expected result:
----------------
the type of the first node should be XML_COMMENT_NODE

Actual result:
--------------
The type of the first node is a node.


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


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

Reply via email to