On Feb 1, 8:12 pm, igloo <[email protected]> wrote: > seehttp://econym.org.uk/gmap/basic3.htm --SNIP-- > CDATA can be used to cover for < and > inside elements (see the > examples in Mike's tutorial above).
Whew! Yes, thanks, my XML is all balled up. I've posted a new version with a clean text XML. It works except for one thing: my custom icons. That will be another thread! I did have CDATA tags wrapped around the HTML I am trying to include in my XML, thanks. Apparently the syntax was bad, although I obviously don't know in what way. Mike's tutorial XML documents don't seem to use the CDATA tag, so I'm floundering here. Does anyone have an actual working example of CDATA tags in an XML document I could look over? I tried to search this forum, but every other post has the text CDATA in it because so many people post their Java code, every single example of which begins with a CDATA tag! Aaargh! The way I did it was: <marker label="00-3 Piazza del Campidoglio" html="<![CDATA[National Monument of Victtor Emanuele II (far background), facade of Santa Maria in Araceoli (dark brick) and statues of Castor and Pollux. From Piazza Campidoglio at the top of the Cordonata.<br> <a href = "http:// en.wikipedia.org/wiki/Campidoglio">The Piazza on Wikipedia</a><br><br> <img src="http://lovebunnies.luckypro.biz/01_stuff/roman_holiday/ 00-03.jpg">]]>" lng="12.48265130119699" lat="41.89340365158834" category="Credits" icontype="0000"/> Obviously with all the quote marks and angle brackets the syntax is wrong, but I don't know how! Any examples of actually doing this in a working XML would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
