when I do :
print domxml_dumpmem($responseDoc);
I get :
<?xml version="1.0" ?>
- <headertext>
<Object /> <-----why is this appearing ?
- <bodytext>
- <stuff>
<Object /> <-----why is this appearing ?
</stuff>
</bodytext>
</headertext>
Why is <object/> output ?
In the code, I'm adding child nodes (which themselves contain one or more children) and they should appear here instead.