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