i need to extract data from an xml file but have a problem with a sintax for an addressline
im using this
$node->AddressDetails->Country->SubAdministrativeArea->AddressLine;
if also tried
$node->AddressDetails->Country->SubAdministrativeArea->PostalCode->AddressLine;
this is the result , on P3 (La Julia )
http://maps.google.com/maps/geo?q=18.4632,-69.9296&output=xml
I have other fields working, so i know its not the code to grab the xml.. its in the link to grab the addressline