07-20-2011 03:22 PM
I have just updated reasently to Internet Explorer 9 and now all of my XML Reports do not show the report text. I've attached a pic where you can plainly see the report test in TestStand but not in IE9.
The other intresting thing is if the XML is on one of our company network drives it displays fine just not if opened from the local drive.
Any ideas?
Solved! Go to Solution.
07-20-2011 03:32 PM
The only thing I can think of offhand is that the local file versus the network file will probably fall into different "security zones" and this is changing how the stylesheet is executing. Are you only seeing this with Report Text? What about other types of additional results (e.g., numerics, booleans)? FWIW, I've never seen this on any of my XML reports in IE9.
How do ATML reports look? I would expect that same, but they're also an XML schema utilizing a stylesheet, so it'd be interesting to see if those are behaving or not.
07-20-2011 03:44 PM
@asbo wrote:
The only thing I can think of offhand is that the local file versus the network file will probably fall into different "security zones" and this is changing how the stylesheet is executing. Are you only seeing this with Report Text? What about other types of additional results (e.g., numerics, booleans)? FWIW, I've never seen this on any of my XML reports in IE9.
How do ATML reports look? I would expect that same, but they're also an XML schema utilizing a stylesheet, so it'd be interesting to see if those are behaving or not.
So far, regular and additional results are showing up fine.
The ATML is displaying the report text but as you said the XML schema is different.
07-20-2011 04:10 PM - edited 07-20-2011 04:10 PM
I found that changing the compatibility mode of IE9 will work around this issue. I'd sure like to know whats not compatible...
07-20-2011 04:11 PM
Hmm. Interesting, but that doesn't explain why viewing it over the network would fix the viewing issue. Can you upload a copy of that report?
07-20-2011 04:15 PM
Actually it does. The check box just above is set by default and it states "Display intranet sites in Compatibility View". I unchecked that box and the other box and verified that the report text will not display for both the local and network drive file.
07-20-2011 04:17 PM
Great point! I got excited by the red circle and didn't read much else 😉
07-20-2011 04:29 PM
Paul -
This is a known issue that will be fixed in the TestStand 2010 maintenance release. If you'd like to workaround this issue by modifying the XML style sheet for your report without using the Compatibility option that you found in IE9, follow these steps.
Hope this helps.
02-07-2012 01:28 PM - edited 02-07-2012 01:28 PM
Thank you Manooch_H. Your code really works!