try this: http://feedvalidator.org/check.cgi?url=http://jabber.openerp.co.in:8080/maps/%3Fmodel%3Dres.partner%26amp;mode%3D1
You see the same if you goto the url manually http://jabber.openerp.co.in:8080/maps/?model=res.partner&mode=1 I suspect you mean http://feedvalidator.org/check.cgi?url=http://jabber.openerp.co.in:8080/maps/%3Fmodel%3Dres.partner%26mode%3D1 which shows a similar result. Probably the same issue that affects GMaps servers fetching the file. On 09/07/2009, Mustufa Rangwala <[email protected]> wrote: > > hello, > > I try to upload kml file which has network link tag... > > test.kml: > <?xml version="1.0" encoding="UTF-8"?> > <kml xmlns="http://www.opengis.net/kml/2.2"> > <Folder> > <name>Network Links</name> > <visibility>0</visibility> > <open>0</open> > <description>Network link example 1</description> > <NetworkLink> > <name>Random Placemark</name> > <visibility>0</visibility> > <open>0</open> > <description>A simple server-side script that generates a new > random > placemark on each call</description> > <refreshVisibility>0</refreshVisibility> > <flyToView>0</flyToView> > <Link> > <href>http://jabber.openerp.co.in:8080/maps/? > model=res.partner&mode=1</href> > </Link> > </NetworkLink> > </Folder> > </kml> > > > Path : http://jabber.openerp.co.in:8080/maps/?model=res.partner&mode=1 > > above url run my python script and generate kml file and return to > google map.. > > But when i try to upload above test.kml every time it gives me: > "We could not finish uploading your file. > No changes have been made to the map. " > > And i check my server printting it returns well 200 code.... > > can u pls anyone tell me where is the problem..how can i get dynamic > data in google map using above link... > > Thanks > > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
