![]() | NI TestStand 2014 Help |
![]() | NI TestStand 2014 SP1 Help |
![]() | TestStand 2016 Help |
![]() | TestStand 2016 SP1 Help |
![]() | TestStand 2017 Help |
Complete the following steps to ensure a report renders HTML elements and new line characters using the horizontal.xsl, report.xsl, or expand.xsl files.
<xsl:variable name="gDisplayNewLineAndHTMLElementInStringProperty"select="true()"/>
For example, if you create a local string variable named StringContainingHTMLElementAndNewLine and specify Locals.StringContainingHTMLElementAndNewLine="<b>Hello\n\World</b>" in the TestStand expression, executing the sequence file generates a modified report.
The following figure shows the modified report using horizontal.xsl:
The following figure shows the modified report using report.xsl:
The following figure shows the modified report using expand.xsl:
Helpful
Not Helpful