I\'ve been noticing during some IE10 testing that I keep running into the following error:
XML5619: Incorrect document syntax.
However, I\'m n
set the content-type of you're request to text/xml and the error will disappear.
text/xml
I think IE10 expects the content-type to be set. Check Developer tools -> Network -> Start capturing what type your request is.
For Ext.Ajax.request set the content-type to application/json.
Ext.Ajax.request
application/json