Archived: Why Can't I See Report Text in Internet Explorer 9?This document has been archived and is no longer updated by National InstrumentsPrimary Software: Primary Software Version: 3.5 Primary Software Fixed Version: 2010 SP1 Secondary Software: N/A
Problem: If I open a TestStand generated XML report in Internet Explorer 9 (IE9), the Report Text for steps is blank even though the raw XML file contains Report Text data. ![]() If I generate the same report in TestStand and view it in the TestStand ReportView control, the Report Text is properly populated for all steps. ![]() If I open the XML report in a previous, supported version of IE, the Report Text is properly populated. Is there any way to make the Report Text show up properly in IE9? Solution: This issue is fixed in TestStand 2010 SP1 and newer versions. Due to some changes in how XML is implemented in IE9, calling node.firstChild.text; returns empty text in IE9 even if the node has a value. Since the TestStand XML style sheets call node.firstChild.text to populate the Report Text, you will need to change this call in the XML style sheet you are using to correct the behavior for IE9. To edit the style sheet, follow these steps:
Related Links: Developer Zone Tutorial: Best Practices for NI TestStand Report Generation and Customization KnowledgeBase 4SB7G6CK : TestStand XML Report Customization Attachments:
Report Date: 05/13/2011 Last Updated: 03/04/2013 Document ID: 5LCFA2XP |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


