Hi All, I've just realized that I cannot parse a geoRSS created by Yahoo Pipes. My test code (http://adszhu.googlepages.com/testGeoXmlParser.html ) contains 3 different types of URL to specify the RSS to be parsed. The first and fails, maybe the host does not support this method (?). The second one is OK. The third one fails, this is the one generated by Pipes, on the fly. Any idea how to let an RSS coming from Pipes be parsed?
Ciao, Ádám On Sat, Sep 27, 2008 at 10:31 AM, Ádám Szigeti <[EMAIL PROTECTED]> wrote: > THANK YOU all! > Have a nice weekend, > > Ádám > > > On Sat, Sep 27, 2008 at 1:23 AM, Garthan <[EMAIL PROTECTED]> wrote: > >> >> that would be the symptom and the fix... the side bar has to use >> events in a global context so the variable that references the parser >> needs to be there too. >> >> >> On Sep 26, 6:02 pm, William <[EMAIL PROTECTED]> wrote: >> > hi adam, the error says "exml is not defined", this is because the >> > javascript variable exml is defined within a function changeMain(), >> > and therefore is out of scope when events fire and try to access >> > methods from exml. Move the "var exml;" declaration outside the >> > changeMain() function. >> >> >> > > > -- > Ádám > http://adszhu.googlepages.com > -- Ádám http://adszhu.googlepages.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
