Skip to content

Commit

Permalink
Merge pull request #740 from ndw/iss-733
Browse files Browse the repository at this point in the history
Fix #733 by making the step attributes available on p: steps
  • Loading branch information
ndw committed Feb 6, 2019
2 parents c9140ce + 5360ad9 commit 93bd5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/xsl/library-to-rnc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<xsl:text> name.ncname.attr?,&#10;</xsl:text>
<xsl:text> common.attributes,&#10;</xsl:text>
<xsl:text> use-when.attr?,&#10;</xsl:text>
<xsl:text> step.attributes,&#10;</xsl:text>
<xsl:apply-templates select="p:option"/>

<xsl:choose>
Expand Down

0 comments on commit 93bd5a6

Please sign in to comment.