שאלה How can I get XML content in IE9?

  • יום שלישי 12 יוני 2012 05:03
     
     
     

    In IE8, I can use get the "XMLDocument" expando attribute of IHTMLDocument2. But in IE9, this attribute has been removed. Any other way to get XML source when IE9 opened an XML file?

כל התגובות

  • יום רביעי 13 יוני 2012 06:10
     
     

    If you mean IE9 display XML files as text, you should Check to see if your XML DOM Document add-on has been disabled. You can check this by:
     
    ·        Click Tools (the gear icon on the right side of the toolbar)
     
    ·        Click Manage add-ons
     
    ·        Under Show:, click  All add-ons
     
    ·        Click XML DOM Document
     
    ·        Click Enable
     
    ·        Click Close
     
    ·        Close Internet Explorer (all windows)
     
    ·        Open Internet Explorer


    Please mark this reply as answer if it helps you! Thanks for your cooperation! Good Luck to you.