Customizing stylesheets

You can customize an existing XSL stylesheet or create your own and add it to the Helix ALM project. Stylesheets are generally located in the Helix ALM application directory on the Helix ALM Server computer (e.g., C:\Program Files\Perforce\Helix ALM\StyleSheets).

  • To customize an existing stylesheet, open the corresponding report folder, select the stylesheet, and modify it using a third-party tool.
  • To add a new stylesheet, use a third-party tool to create it. Copy the new stylesheet to the corresponding report folder.
  • To include an image with a stylesheet, copy the image to the Images folder in the Helix ALM directory. Add the following script to the stylesheet:

<img> <xsl:attribute name=”src”> <xsl:value-of select=”external:get-server-image(‘imagename.gif’)” /> </xsl:attribute>

</img>

For more information about editing stylesheets, search the web for 'editing xsl stylesheets'.