Skip to content
Snippets Groups Projects
Commit dd65fc28 authored by Jettka, Daniel's avatar Jettka, Daniel
Browse files

have to save updated EXBs under different file name

parent a4c797c6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
<xsl:variable name="doc" select="document($file-ref)"/>
<!-- overwrite the document -->
<xsl:for-each select="$doc">
<xsl:result-document href="{$file-ref}">
<xsl:result-document href="{$file-ref}.usas">
<xsl:apply-templates/>
</xsl:result-document>
</xsl:for-each>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment