We have a query that generates an xml file. The xml is then taken through a javascript routine that is then mapped to the browser using bing maps. I've edited the query to generate data for another user group and suddenly there is an error in the xml. Can't figure out what is wrong, the error is "invalid character" deep down in the document. Here are the things I've tried
- checked the information in the db to ensure there aren't any special characters, there arent.
- tried to force load the latest xml, similar to this example.
- ran another xml through the javascript routine, it works, ran second xml, doesn't.
- the error is "invalid character" when viewed with IE, open with notepad++ cant see anything that could potentially cause problems