ID: 14584 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: DOM XML related Operating System: win nt 4.0 PHP Version: 4.1.0 New Comment:
The syntax has changes. Try xmltree() on your document and view it with print_r() to see the relationship. No bug -> bogus. Previous Comments: ------------------------------------------------------------------------ [2001-12-18 16:04:35] [EMAIL PROTECTED] Look like the same as Bug id#14500 ------------------------------------------------------------------------ [2001-12-18 12:10:53] [EMAIL PROTECTED] This works in 4.0.6 But not in 4.1.0 $ctx= $doc->xpath_new_context(); $XPathObject= xpath_eval($ctx, "//*"); $XPathObject->nodeset[0]->content; ---> content is missing ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14584&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]