Skip to content

Commit

Permalink
avoid ambiguousity in sp handling
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 12, 2018
1 parent 9c2960a commit a6f5e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/xproc/convert-transcripts.xpl
Expand Up @@ -22,7 +22,7 @@
<p:with-option name="href" select="concat($_target, '/converted/faust.xml')"/>
</p:store>

<l:recursive-directory-list name="transcript" exclude-filter="test">
<l:recursive-directory-list name="transcript"> <!-- exclude-filter="test" -->
<p:with-option name="path" select="concat($_xmlroot, '/transcript')"/>
</l:recursive-directory-list>

Expand Down
2 changes: 1 addition & 1 deletion src/main/xproc/xml-source-issues.xsl
Expand Up @@ -25,7 +25,7 @@

<!-- https://github.com/faustedition/faust-gen-html/issues/175
move stage at end of sp outside sp -->
<xsl:template match="sp[stage[not(following-sibling::*)]]">
<xsl:template match="sp[stage[not(following-sibling::*)]]" priority="1">
<xsl:next-match/>
<xsl:for-each select="stage[not(following-sibling::*)]">
<xsl:copy>
Expand Down

0 comments on commit a6f5e61

Please sign in to comment.