Bug in SimpleXML

php.internals

Andi Gutmans

22 years ago
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

Rob Richards

22 years ago
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