Re: [PHP-DEV] 4.0.6RC2 From: Colin Viebrock (colin <email protected>)
Date: 05/21/01

> 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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>