On Dec 2, 11:13 am, Andrew Leach <[email protected]> wrote: > On Dec 2, 9:53 am, Marcelo <[email protected]> wrote: > > > Look at your XML directly in Firefox and you have your > > answer:http://www.daybaseweb.co.uk/maps/mapdata.xml > > That tells you what's wrong, but not why or how to fix it.
True, but this group is about the Google Maps API, and not about XML. :-) -- Marcelo - http://maps.forum.nu -- > Character entities are necessary in order to include characters which > can't be represented in the standard character set. Because & is used > to indicate character entities it can't be used on its own and needs > to appear as "&" -- introducing a character entity for an > ampersand. > > There are some HTML entities which aren't recognised in XML. > Occasionally you might want to include â (for "Château" perhaps). > â isn't valid, so you need to encode that in two halves: > â -- the parser will replace & with the ampersand > character and then the browser will see â and interpret that as > â. > > Andrew -- 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.
