Forum Moderators: open
THe XML file is then fed through Google Maps API to produce a map with markers plotted on it.
Sometimes the map plots the markers, sometimes it doesn't.
I was looking at the last try, which created what looked like a good XML file. It wouldn't plot. I searched the XML file and found a '&' in one of the names.
Is this the thing that's been crashing my app? Does Google Maps' parser hang when it sees this?
It's like <marker>Bob & Mary Johnson</marker>...