Skip to content

Commit

Permalink
_annotated removed, #87, #100
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Dec 1, 2023
1 parent 73ac8df commit 347ae1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/stepmod2mn.adoc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,9 @@
<!-- Step1: calculate full path to '../../resources/',@name,'/',@name,'_annotated.exp' -->
<!-- Step2: calculate relative path to '../../resources/',@name,'/',@name,'_annotated.exp' from output path -->

<xsl:variable name="schema_annotated_exp_relative_path" select="concat('../../resources/',@name,'/',@name,'_annotated.exp')"/>
<!-- https://github.com/metanorma/stepmod2mn/issues/87 -->
<!-- <xsl:variable name="schema_annotated_exp_relative_path" select="concat('../../resources/',@name,'/',@name,'_annotated.exp')"/> -->
<xsl:variable name="schema_annotated_exp_relative_path" select="concat('../../resources/',@name,'/',@name,'.exp')"/>
<!-- <xsl:variable name="schema_annotated_exp_path">
<xsl:choose>
<xsl:when test="$outpath_schemas != ''">
Expand Down

0 comments on commit 347ae1c

Please sign in to comment.