I am making an $.ajax request to a SOAP 1.1 webservice and the service is returning non-printable chars within the XML. Since these chars aren't allowed in the 1.0 spec Firefox (not IE) is throwing an error. I have tried using the dataFilter option to remove the chars but it looks like the XML has already been validated (and failed) by then. Any clue what I can do to sanitize the xml so that I can process it (I have no access to change the data I am requesting).
Thanks! -jason