added required parameter because of shared code

This commit is contained in:
skyanth
2016-11-30 16:40:24 +01:00
parent dcb753f0e1
commit 6cf6eb73fa

View File

@@ -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"/>