Skip to content

Commit

Permalink
Don’t remove elements that are empty after emendation.
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 6, 2024
1 parent bfa7fba commit be7fdaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apply-edits.xpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</p:otherwise>
</p:choose>

<!--
<p:xslt name="clean-up">
<p:input port="stylesheet">
<p:document href="xslt/clean-up.xsl"/>
Expand All @@ -70,7 +71,8 @@
<p:empty/>
</p:input>
</p:xslt>

-->

<p:xslt name="fix-punct-wsp">
<p:input port="stylesheet">
<p:document href="xslt/fix-punct-wsp.xsl"/>
Expand Down

0 comments on commit be7fdaa

Please sign in to comment.