If I comment out this part:
$xmlStr=str_replace('<','&lt;',$htmlStr); 
$xmlStr=str_replace('>','&gt;',$xmlStr); 
$xmlStr=str_replace('"','&quot;',$xmlStr); 
$xmlStr=str_replace("'",'&#39;',$xmlStr); 
$xmlStr=str_replace('&','&amp;',$xmlStr); 
$xmlStr=str_replace('æ','&aelig;',$xmlStr);
$xmlStr=str_replace('ø','&oslash;',$xmlStr);
$xmlStr=str_replace('å','&aring;',$xmlStr);
it wont validate as xml....
I really dont know what to do.... 
Someone must have experienced the same problem. I am using the code from 
google.....

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to