> No, we'll revert it to 4.0.5 version, not 4.0.4.

Is this the version that includes the "complete rewrite of the DOMXML
module"?

Basically, which will work now:
    $rootname = $XML_TREE->root->name;
or
    $rootname = {$XML_TREE->children[1]}->tagname;
?

Please say the second one.

- Colin


-- 
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]

Reply via email to