Hi
Try following solution:
The page can be quickly fixed by opting into Internet Explorer 9 behavior, as shown here:
HTML
<html>
<metahttp-equiv="X-UA-Compatible"content="IE=EmulateIE9">
<xml>
This parses as <b>HTML</b> in Internet Explorer 10 and other browsers.
In older versions of Internet Explorer it parses as XML.
</xml>
</html>