Skip to content

Commit

Permalink
bug(#3481): axis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jan 14, 2025
1 parent 662bcfb commit 0372f51
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:template match="class[descendant::o[not(@base) and not(@name) and o]]">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>
<xsl:for-each select="descendant::o[not(@base) and not(@name) and o]">
<xsl:for-each select="./descendant::o[not(@base) and not(@name) and o]">
<xsl:element name="nested">
<xsl:apply-templates select="node()|@*"/>
</xsl:element>
Expand Down

0 comments on commit 0372f51

Please sign in to comment.