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

changed order of document and result-document

parent f53818a1
No related branches found
No related tags found
No related merge requests found
...@@ -45,12 +45,12 @@ ...@@ -45,12 +45,12 @@
<xsl:template match="/"> <xsl:template match="/">
<xsl:for-each select="distinct-values($wmatrix-utterances//*:u/@file-ref)"> <xsl:for-each select="distinct-values($wmatrix-utterances//*:u/@file-ref)">
<!-- overwrite the document --> <!-- overwrite the document -->
<xsl:result-document href="{.}">
<xsl:for-each select="document(.)"> <xsl:for-each select="document(.)">
<xsl:result-document href="{.}">
<xsl:apply-templates/> <xsl:apply-templates/>
</xsl:for-each>
</xsl:result-document> </xsl:result-document>
</xsl:for-each> </xsl:for-each>
</xsl:for-each>
</xsl:template> </xsl:template>
<!-- ISO/TEI-Spoken: insert a new tier with USAS annotation --> <!-- ISO/TEI-Spoken: insert a new tier with USAS annotation -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment