Quote:
Originally Posted by Andy R
I can see the XML marker is bring written to and the data looks clean. I will have to get a programmer to look at this form me next week. If the fix is something worthy of posting I will post it here in case it can help someone else.
|
Just a follow up for those who may have the same issue..
I looked into this for Andy and the main problem here was that the server was serving xml files as an application/octet-stream content, whereas it should have been text/xml.
Adjusted the servers conf file and added the proper mime type and it resolved the issue. A quick look at the javascript error log in my browser told me that xmlDoc had no properties. That was the red flag, so I validated the markers.xml file at
http://validator.w3.org/ which quickly pointed out the error.