Skip to content

Commit

Permalink
objectionary#1900: reformulated a condition in xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Mar 17, 2023
1 parent 7f71c60 commit 097515b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SOFTWARE.
</xsl:attribute>
<dependencies>
<xsl:for-each select="../o/o">
<xsl:if test="../attribute(base) = 'org.eolang.tuple' and attribute(base) = 'org.eolang.string'">
<xsl:if test="parent::o[@base = 'org.eolang.tuple'] and @base = 'org.eolang.string'">
<dependency>
<xsl:attribute name="name">
<xsl:value-of select="text()"/>
Expand Down

0 comments on commit 097515b

Please sign in to comment.