Re: [PHP-DEV] Bug in SimpleXML

2004-02-13 Thread Rob Richards
From: Andi Gutmans > When you do something like: > print $sxe->name->asXML(); > > asXML() prints the XML for the whole object and not for the node. > I think it's a bug. Can one of the SimpleXML maintainers please take a look > at this? Fixed. Thanks, Rob -- PHP Internals - PHP Runtime Develop

[PHP-DEV] Bug in SimpleXML

2004-02-13 Thread Andi Gutmans
Hey, When you do something like: print $sxe->name->asXML(); asXML() prints the XML for the whole object and not for the node. I think it's a bug. Can one of the SimpleXML maintainers please take a look at this? Thanks, Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe