magicxml icon indicating copy to clipboard operation
magicxml copied to clipboard

improve InternetExplorer compatibility

Open umq opened this issue 7 years ago • 0 comments

several fixes:

  • Parsing string (introduced in #4) does not work with InternetExplorer for data-xsl
  • DOM differs
  • Remove XMLHTTP since the other part does not support IE7 and prior
  • Fall back to responseText when responseXML is not somewhat available

umq avatar Feb 08 '18 14:02 umq