After you resolve that issue.(assuming you are planning on hosting someplace more real than googlepages)
Note I have just updated my GeoXml class to play a little nicer with xml entitites in a description though there isnt too much can be done about ones which are well doubly encoded see the page.. http://www.dyasdesigns.com/geoxml/adszu.htm Lance Dyas wrote: > note for javascript to access xml from a source that is in a > different domain you need a proxy > > Somehow I am certain you do you have a proxy application located at > http://adszhu.googlepages.com/cgi-bin/proxy.php > > Which is what your page is referencing. > > Ádám Szigeti wrote: > >> 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] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> THANK YOU all! >> >> Have a nice weekend, >> >> Ádám >> >> >> On Sat, Sep 27, 2008 at 1:23 AM, Garthan <[EMAIL PROTECTED] >> <mailto:[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] >> <mailto:[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 -~----------~----~----~----~------~----~------~--~---
