On Nov 19, 5:45 am, xelawho <[email protected]> wrote: > > My IE7 doesn't object to your XML. Make sure you have cleared you > > cache, or use a cache-busting parameter > > likehttp://www.xelawho.com/map/allzonesencoded.xml?1--vary that number > > each time you request a changed file. > > yes, caching issues. sorry. > > on changing the backslashes - does this only apply to double > backslashes, or should I decrease all the instances of backslash by > 1... ie, making \\\ (three \) into \\ (two \)?
If you re-encode the lines, either don't change them (you don't need the backslashs escaped) or change each \ to \\ (you do need them escaped). If you did that already (and did it correctly) then each \\ should become a single \ (there shouldn't be any odd numbered occurences like \\\). -- Larry > > I used Prof McClure's encoder, btw... > > cheers, > > Lucas -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
