Re: [PHP] SimpleXML doesn't work with one single XML tag line...

2005-07-15 Thread Christian Stocker
On 7/15/05, Daevid Vincent [EMAIL PROTECTED] wrote: Maybe I'm missing something about XML specifications, but this doesn't seem right to me. http://www.php.net/manual/en/ref.simplexml.php Here is a code fragment I use: $xml = simplexml_load_string($returnData); var_dump($xml); if

[PHP] SimpleXML doesn't work with one single XML tag line...

2005-07-14 Thread Daevid Vincent
Maybe I'm missing something about XML specifications, but this doesn't seem right to me. http://www.php.net/manual/en/ref.simplexml.php Here is a code fragment I use: $xml = simplexml_load_string($returnData); var_dump($xml); if (is_object($xml)) { //first lets make sure we didn't get