Skip to content

Commit

Permalink
Merge pull request #376 from ndw/fix-avt
Browse files Browse the repository at this point in the history
Fix AVTs in grammar
  • Loading branch information
ndw committed Mar 21, 2020
2 parents 174d39d + 1e7de65 commit 64ddaa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/xsl/library-to-rnc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@

<xsl:text> attribute </xsl:text>
<xsl:value-of select="@name"/>
<xsl:text> { </xsl:text>
<xsl:value-of select="$type"/>
<xsl:text> }?,&#10;</xsl:text>
<xsl:text> { avt.datatype }?,&#10;</xsl:text>
</xsl:template>

</xsl:stylesheet>

0 comments on commit 64ddaa9

Please sign in to comment.