I am using simplexml_load_string() function in two versions of PHP, viz., PHP Version 5.1.4 and PHP Version 5.0.4.
I am using a same variable $xml as the input for this function.
$out = simplexml_load_string($xml)
But the results vary between the above two versions of PHP when I echo/print the $out variable.
Can anybody please throw some light on this?
Thanks