Set EXEC_SUMMARY to false() by default

This commit is contained in:
skyanth 2016-11-30 16:08:47 +01:00
parent 481489f634
commit 5ccaed97a5

View File

@ -30,7 +30,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="true()"/>
<xsl:param name="EXEC_SUMMARY" select="false()"/>
<xsl:key name="rosid" match="section | finding | appendix | non-finding" use="@id"/>
<xsl:key name="biblioid" match="biblioentry" use="@id"/>