None

horizontal.xsl

Change the value of the global JavaScript variable gIndentTables from True to False in the horizontal.xsl file to disable indentation of the Sequence Call step result tables in the report.

Note Flow Control steps continue to indent even with this customization.

The following figure shows a modified report that includes Sequence Call steps without indentation using horizontal.xsl:

report.xsl

Complete the following steps in the report.xsl file to disable indentation of the Sequence Call step result tables in the report.

  1. Open the report.xsl file.
  2. Search for all instances of the REMOVE_INDENTATION comment.
  3. Comment out <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() + 1)"/> and <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() - 1)"/> by replacing the code with <!-- <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() + 1)"/> --> and <!-- <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() - 1)"/> -->, respectively.
Note Flow Control steps continue to indent even with this customization.

The following figure shows a modified report that includes Sequence Call steps without indentation using report.xsl:

expand.xsl

Complete the following steps in the expand.xsl file to disable indentation of the Sequence Call step result tables in the report.

  1. Open the expand.xsl file.
  2. Search for all instances of the REMOVE_INDENTATION comment.
  3. Comment out <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() + 1)"/> and <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() - 1)"/> by replacing the code with <!-- <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() + 1)"/> --> and <!-- <xsl:value-of select="user:SetIndentationLevel(user:GetIndentationLevel() - 1)"/> -->, respectively.
Note Flow Control steps continue to indent even with this customization.

The following figure shows a modified report that includes Sequence Call steps without indentation using expand.xsl: