SimpleXMLElement not working with some XML

What other object would make life easier in regard to XML manipulation in PHP other than SimplXMLElement.
I was using this object in deciphering the SOAP response, I could have used other tools for SOAP actually, and found out the object is not happy when it guests xmlns.
All I have to do was to replace the xmlns whole part and SimpleXMLElement was happy :)