Skip to content

Commit

Permalink
Update for #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Feb 12, 2021
1 parent 32ca591 commit 84c6209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Empty file added src/main/resources/empty.adoc
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,9 @@
<xsl:call-template name="insertBoilerplate">
<xsl:with-param name="folder" select="'General'"/>
<xsl:with-param name="identifier" select="'SC4_xxxx'"/>
<xsl:with-param name="text">Example: Put boilerplate for type select, see https://github.com/metanorma/iso-tc184-sc4-directives/blob/master/supplementary-directives.adoc</xsl:with-param>
<xsl:with-param name="file">https://raw.githubusercontent.com/metanorma/stepmod2mn/master/README.adoc</xsl:with-param>
<!-- Example: Put boilerplate for type select, see https://github.com/metanorma/iso-tc184-sc4-directives/blob/master/supplementary-directives.adoc -->
<xsl:with-param name="text"></xsl:with-param>
<xsl:with-param name="file">https://raw.githubusercontent.com/metanorma/stepmod2mn/master/src/main/resources/empty.adoc</xsl:with-param>
</xsl:call-template>
</xsl:if>
</xsl:if>
Expand Down Expand Up @@ -925,8 +926,8 @@
<xsl:call-template name="insertBoilerplate">
<xsl:with-param name="folder" select="'General'"/>
<xsl:with-param name="identifier" select="'SC4_xxxx'"/>
<xsl:with-param name="text">Example: Put boilerplate for type enumeration, see https://github.com/metanorma/iso-tc184-sc4-directives/blob/master/supplementary-directives.adoc
</xsl:with-param>
<!-- Example: Put boilerplate for type enumeration, see https://github.com/metanorma/iso-tc184-sc4-directives/blob/master/supplementary-directives.adoc -->
<xsl:with-param name="text"></xsl:with-param>
</xsl:call-template>
</xsl:if>
</xsl:if>
Expand Down

0 comments on commit 84c6209

Please sign in to comment.