I've just recently started learning how to use XSLT to transform an XML file into a displayable page in the browser. As one of my first projects I converted my guestbook to an XML file and applied a stylesheet to it for display. In my guestbook I use a google map to plot the location of the people who signed it. In firefox, including this map causes the page to fail to load.
The URL of the page is: http://aoeex.com/guestbook.php After some testing it appears that the problem is due to the use of document.write() in the maps API file. What seems to be happening is firefox will complete the transformation, and render the page, then execute the JS for the maps api file. When it hits the document.write, firefox will clear the current page and replace it with the written content, same as would happen if you used document.write after the page completed loading in a normal html file. Is there any workaround for this problem? Is it slated to be fixed, or already fixed in a new version? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
