Skip to content

Commit

Permalink
Merge pull request #728 from metanorma/fix/attachments
Browse files Browse the repository at this point in the history
common.xsl, error fix, metanorma/metanorma-standoc#900
  • Loading branch information
Intelligent2013 authored Jul 29, 2024
2 parents 77f9812 + d881f0c commit d89756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt_src/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -18556,7 +18556,7 @@
<xsl:copy-of select="."/>
</xsl:template>

<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment'])" mode="update_xml_step1">
<xsl:template match="*[local-name() = 'metanorma-extension']/*[local-name() = 'attachment']" mode="update_xml_step1">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:variable name="name_filepath" select="concat($inputxml_basepath, @name)"/>
Expand Down

0 comments on commit d89756d

Please sign in to comment.