see http://econym.org.uk/gmap/basic3.htm

XML attributes strings can't contain the characters < or >. You have
to use &lt; and &gt;, which will get converted to < and > as the XML
data is read.

CDATA can be used to cover for < and > inside elements (see the
examples in Mike's tutorial above).

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to