If I comment out this part:
$xmlStr=str_replace('<','<',$htmlStr);
$xmlStr=str_replace('>','>',$xmlStr);
$xmlStr=str_replace('"','"',$xmlStr);
$xmlStr=str_replace("'",''',$xmlStr);
$xmlStr=str_replace('&','&',$xmlStr);
$xmlStr=str_replace('æ','æ',$xmlStr);
$xmlStr=str_replace('ø','ø',$xmlStr);
$xmlStr=str_replace('å','å',$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.