Skip to content

Commit

Permalink
#12 skip atoms
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 19, 2024
1 parent cbc5f7e commit d488713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<xsl:output encoding="UTF-8" method="xml"/>
<xsl:template match="/">
<defects>
<xsl:for-each select="//o[eo:abstract(.) and @name and @name='@']">
<xsl:for-each select="//o[eo:abstract(.) and @name and @name='@' and not(@atom)]">
<xsl:element name="defect">
<xsl:attribute name="line">
<xsl:value-of select="if (@line) then @line else '0'"/>
Expand Down

0 comments on commit d488713

Please sign in to comment.