> However, I would like to push the XSL tansformation to the browser, > sending an XML file with a <?xml-stylesheet ... ?> tag pointing to the > XSLT. However, I get error messages "document.write is not a > function" and "GMap2 is not defined".
G-maps API, like a lot of other fancy javascript, relies on document.write(). See - https://developer.mozilla.org/en/XSL_Transformations_in_Mozilla_FAQ quote "Just like for XHTML, document.write is not supported during XSLT transformations." Don't know what your trying to achieve, perhaps something is possible with static maps API cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
