http://www.devx.com/tips/Tip/14068

That page lists 5 'special characters' that might appear in your HTML
but will make your XML invalid.

It also shows what you can replace them with to make your XML valid:

& - &
< - &lt;
> - &gt;
" - &quot;
' - &#39;

So that's one solution.

Another solution might be to embed your HTML in a CDATA section in
your XML.
See this page for basic info:
http://www.w3schools.com/xmL/xml_cdata.asp

Martin.


On 14 Aug, 06:04, Gil <[email protected]> wrote:
> I'm starting to get the hang of using a xml file to work with my map
> using the guidence of Mike example creating a dropdown list of names
> to select which sends you to the particular marker and open the info
> window.
>
> http://gil-fogoros.com/Markers-Select.html
>
> Feeling a little confident now, having gotten a couple of his markers
> to do what I want to do, I'm wondering what web pages I can go to to
> learn the code on how to change font size, make fonts bold, change
> colors of fonts etc.in a xml file. I figured out I can't use a & sign
> to separate 2 names, so wondering what else I can and can't do. The
> html code like <b> for bold and <br> for drop down a line doesn't seem
> to work. I have searched a lot of pages for the guidence already.
> Thanks, Gil
--~--~---------~--~----~------------~-------~--~----~
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