You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different browsers handle mal-formed XML files in a different way.
There seems to be no "browser independence" provided by the jQUery.ajax() method
Note that in particular it returns "success" even for badly-formed XML!!
So, options are:
a) update myO_ajax() with browser-specific error handling
b) continue to ignore the errors (and perhaps add DTD validation "on server side")
c) find some way to invoke DTD validation from inside myO
Different browsers handle mal-formed XML files in a different way.
There seems to be no "browser independence" provided by the jQUery.ajax() method
Note that in particular it returns "success" even for badly-formed XML!!
So, options are:
a) update myO_ajax() with browser-specific error handling
b) continue to ignore the errors (and perhaps add DTD validation "on server side")
c) find some way to invoke DTD validation from inside myO
refs:
http://forum.jquery.com/topic/checking-for-well-formed-xml-when-using-ajax
http://www.ilinsky.com/articles/XMLHttpRequest/
The text was updated successfully, but these errors were encountered: