On Feb 5, 11:57 am, rpboer <[email protected]> wrote: > Hello all, > My site encounters a problem in IE only and the message is : > Error Message: 'documentElement' is empty or not an object. > > I've the feeling it has something to do with the xml feature, not > being read or translated. However I realy have no clue where to look. > > The url is :http://test.villasud.nl/omgeving_all.php > The code is : > =============================================================== > header("Expires: Mon, 26 Jul 1990 05:00:00 GMT"); > header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); > header("Cache-Control: no-store, no-cache, must-revalidate"); > header("Cache-Control: post-check=0, pre-check=0", false); > header("Pragma: no-cache");
Are you setting the character encoding anywhere for the xml output stream? It works for me: http://www.geocodezip.com/GenericMapBrowser.asp?url=http://test.villasud.nl/google_maps.php?output=xml&omgeving= (the proxy forces the character encoding as I recall) And I can view the xml directly in IE6: http://test.villasud.nl/google_maps.php?output=xml&omgeving= Which is usually not the case if the xml is invalid. IE can be picky about the character encoding though. -- Larry > ================================================================ > > Could anyone please help me out with this.I've been struggling over a > week now....with no result. FF works like a charm....... > Thanks in advance. > Robin -- 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.
