Hi,
I am using the old PHP version 4.
Now I need to rewrite my program using simpleXML.
Part of the requirement is to convert a simpleXML object into an XML object.
The "asXML()" function is not working for me.
can you please suggest any other method. (The simpleXML object is too big to be given here)
Thanks.I'm not entirely sure what you are asking here. The SimpleXML functions are only available in PHP5, but you state that you are using PHP4.
I am using the old PHP version 4.
Now I need to rewrite my program using simpleXML.
Part of the requirement is to convert a simpleXML object into an XML object.
The "asXML()" function is not working for me.
can you please suggest any other method. (The simpleXML object is too big to be given here)
Thanks.I'm not entirely sure what you are asking here. The SimpleXML functions are only available in PHP5, but you state that you are using PHP4.