Possible Duplicate:
PHP: Accessing namespaced XML with SimpleXML
unable to access the object from this array after parsing
<abc>
<ls:location>
<ls:address1>No 16 GLama</ls:address1>
<ls:city>Kuala Lumpur</ls:city>
<ls:zip>58200</ls:zip>
<ls:latitude>3.092055</ls:latitude>
<ls:longitude>101.684757</ls:longitude>
</ls:location>
</abc>
how to access to zip object
$x = new SimpleXmlElement($content);