Skip to content

Commit

Permalink
Disabled Grundschicht generation.
Browse files Browse the repository at this point in the history
Work around #655
  • Loading branch information
thvitt committed Sep 17, 2021
1 parent cef9bf3 commit 7eeb910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate-emendations.xpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
</p:store>

<!-- Grundschicht -->
<!--
<p:xslt>
<p:input port="source"><p:pipe port="result" step="load-in-apply-edits"/></p:input>
<p:input port="stylesheet"><p:document href="xslt/normalize-wsp.xsl"/></p:input>
Expand Down Expand Up @@ -103,7 +104,8 @@
</p:xslt>
<p:store indent="true">
<p:with-option name="href" select="resolve-uri(concat('grundschicht-instant/', $sigil_t, '.xml'), $builddir)"/>
</p:store>
</p:store>
-->
</p:for-each>
<!-- Pipe through list of inputs -->
<p:identity name="emended-version"><p:input port="source"><p:pipe port="result" step="transcript-list"/></p:input></p:identity>
Expand Down

0 comments on commit 7eeb910

Please sign in to comment.