Complete the following steps to ensure a report renders HTML elements and new line characters using the TR6_Horizontal.xsl, TR5_Horizontal.xsl, TR6_report.xsl, TR5_report.xsl, TR6_Expand.xsl, or TR5_Expand.xsl files.

  1. Open the .xsl file you want to change.
  2. Search for the Customization variables comment.
  3. Search for the gDisplayNewLineAndHTMLElementInStringProperty variable and change the value of the select attribute from "false" to "true", which results in the following line of code:

    <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, as shown for each file type in the following figures:

TR6_Horizontal.xsl or TR5_Horizontal.xsl

TR6_report.xsl or TR5_report.xsl

TR6_Expand.xsl or TR5_Expand.xsl