Skip to content

Commit

Permalink
fixup! Implementation of other XML cleanup steps:
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 5, 2018
1 parent 717ea45 commit 93f1f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/xproc/xml-source-issues.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
move stage at end of sp outside sp -->
<xsl:template match="sp[stage[not(following-sibling::*)]]">
<xsl:next-match/>
<for-each select="stage[not(following-sibling::*)]">
<xsl:for-each select="stage[not(following-sibling::*)]">
<xsl:copy>
<xsl:apply-templates select="@*, node()"/>
</xsl:copy>
</for-each>
</xsl:for-each>
</xsl:template>
<xsl:template match="sp/stage[not(following-sibling::*)]"/>

Expand Down

0 comments on commit 93f1f13

Please sign in to comment.