added required parameter because of shared code
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
<!-- ****** AUTO_NUMBERING_FORMAT: value of the <xsl:number> element used for auto numbering -->
|
||||
<xsl:param name="AUTO_NUMBERING_FORMAT" select="'1.1.1'"/>
|
||||
<xsl:param name="EXEC_SUMMARY" select="false()"/><!-- not needed except for shared code -->
|
||||
|
||||
|
||||
<xsl:key name="rosid" match="section|finding|appendix|non-finding" use="@id"/>
|
||||
|
||||
Reference in New Issue
Block a user