http://code.google.com/apis/maps/docume ... ngFeatures
example
Code: Select all
<atom:entry xmlns='http://www.opengis.net/kml/2.2'
xmlns:atom='http://www.w3.org/2005/Atom'
xmlns:batch='http://schemas.google.com/gdata/batch'
xmlns:gd='http://schemas.google.com/g/2005'>
<atom:id>
http://maps.google.com/maps/feeds/features/userID/mapID/full/featureID</atom:id>
<atom:published>2008-08-14T17:46:06.462Z</atom:published>
<atom:updated>2008-08-14T18:12:31.589Z</atom:updated>
<atom:category scheme='http://schemas.google.com/g/2005#kind'
.....$response = simplexml_load_string($response);
print_r($response);
the above just gives an empty SimpleXMLElement Object()
Any ideas