On Apr 28, 5:37 am, Andrew Leach <[email protected]> wrote: > On 28 April 2011 13:28, torbein <[email protected]> wrote: > > > I really dont know what to do.... > > Did you miss this bit? > > "if that doesn't work, you will need to decode them in the Javascript." > > Having encoded "<" to "<" you need to get the Javascript to read > the XML and then replace "<" with "<" in order to reconstruct > the HTML you want. > > > Someone must have experienced the same problem. I am using the code from > > google..... > > I don't remember another query about using attributes within an XML > element, and not nested elements.
Mike Williams addressed it in his tutorial here: http://econym.org.uk/gmap/basic3.htm That example uses html entity encoding in the "html" attribute string. -- Larry -- 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.
