Skip to content

Commit

Permalink
Also check ID for E in RNC
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Jul 16, 2024
1 parent 0dc57b6 commit a145907
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/schema_formats/rnc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ response
<xsl:param name="parent"/>
<xsl:variable name="name" select="text()"/>
<xsl:choose>
<xsl:when test="$parent/ele[id=$name]">
<xsl:value-of select="$parent-name"/>
<xsl:value-of select="$parent/ele[id=$name]/name"/>
</xsl:when>
<xsl:when test="$parent/ele[name=$name]">
<xsl:value-of select="$parent-name"/>
<xsl:value-of select="$name"/>
Expand Down

0 comments on commit a145907

Please sign in to comment.