Now I checked the php-error-log file from my server and have this:
1. If I use the original line $xml=simplexml_load_file($request_url)
or die("url not loading");

Warning: simplexml_load_string(): Entity:line 1: parser error:Start
tag expected, '<' not found in /srv/www/vhosts/mobil-im-rollstuhl.de/
geocode_request.php on line 38
Warning: simplexml_load_string():http://maps.google.com/maps/geo?
outp...1QtEOkEA4xxRq7 in /srv/www/vhosts/mobil-im-rollstuhl.de/
geocode_request.php on line 38
Warning: simplexml_load_string():^ in /srv/www/vhosts/mobil-im-
rollstuhl.de/geocode_request.php on line 38

2. If I use the changed code with htmlentities

Warning: htmlentities():Invalid multibyte sequence in argument in /srv/
www/vhosts/mobil-im-rollstuhl.de/geocode_request.php on line 43

So I'm a little bit at a loss. Can't find out how to handle the xml-
document that simplexml can take it. I 've tried some tips about the
use of utf8_encode and utf8_decode before simplexml_load_string, but
it changed nothing.

Maybe someone can give me a tip which handling the xml


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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