On Feb 5, 5:28 pm, "[email protected]" <[email protected]> wrote: > 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.villa... > > (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.
If you run your xml through feedvalidator: http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Ftest.villasud.nl%2Fgoogle_maps.php%3Foutput%3Dxml%26omgeving%3D It says: line 999, column 0: infowindow contains bad characters <td colspan=2 valign=top align=left><a href='/villa_detail.php?id=157' target='_blank' class='extraknop_groen'>Le Capitou d\x92Estérel</a></ td> Try removing that infowindow or changing the character it is complaining about to a valid iso-8859-1 character. -- Larry -- 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.
