Posted by guido2mila on 09/25/06 12:34
Hi,
I have a problem. How can I transform this xml:
$xml="<name>Niccolò</name>"
to this
$xml="<name>Niccolò</name>"
I recive by CURL from a site this xml:
<?xml version="1.0">
<name>Niccolò</name>
but, for some reasons, I want:
<?xml version="1.0">
<name>Niccolò</name>
There is a php function for this?
Thanks a lot
guido
Navigation:
[Reply to this message]
|