Skip to content

Commit

Permalink
Merge pull request #740 from vallode/fix-text-duplication
Browse files Browse the repository at this point in the history
Prevent codegen comments from being duplicated
  • Loading branch information
myk002 authored Apr 1, 2024
2 parents 02230fb + 6569c5e commit 162e42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lower-2.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<xsl:apply-templates select='@key-field'/>
<xsl:apply-templates select='ld:field|text()'/>
</ld:item>
<xsl:apply-templates select='node()[not(self::ld:field)]'/>
<xsl:apply-templates select='node()[not(self::ld:field|self::text())]'/>
</xsl:otherwise>
</xsl:choose>
</xsl:element>
Expand Down

0 comments on commit 162e42b

Please sign in to comment.