> SimpleXML is meant to be simple and the desicion was made to keep its > API short. Use DOM if you want those more advanced features (there's > dom_import_simplexml() and simplexml_import_dom() for easy and fast > switching between those 2) > > chregu
SimpleXML is simple and that is great. But such a CORE functionality like getting a SimpleXML node own name and type is not available. It's funny that one can access absolutely everything about a node children, attributes and so on very easily and intuitively, but cannot access node's own name:) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php