•Newly edited stylesheets won’t be tested until they’re called by HIP
–Example:  changes to security.xsl won’t be tested until the first time a login is attempted
•HIP stylesheets contain both XSL and HTML tags
–XSL tags are labeled as such:
•<xsl:attribute>   </xsl:attribute>
•<xsl:if>   </xsl:if>
–
–HTML tags look like bare HTML tags
•<table>   </table>
•attributes are applied with the <xsl:attribute> tag
XSLT Editing Tips and Tricks
17