Skip to content

Commit

Permalink
don't write the name of deprecated elements
Browse files Browse the repository at this point in the history
it's already in the title section and the path
  • Loading branch information
robUx4 committed Jun 6, 2021
1 parent 6b9581e commit ba50385
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions transforms/ebml_schema2markdown4deprecated.xsl
Expand Up @@ -10,11 +10,6 @@
<xsl:text>### </xsl:text>
<xsl:value-of select="@name"/>
<xsl:text> Element&#xa;&#xa;</xsl:text>
<xsl:if test="@name">
<xsl:text>name:&#xa;: </xsl:text>
<xsl:value-of select="@name"/>
<xsl:text>&#xa;&#xa;</xsl:text>
</xsl:if>
<xsl:if test="@path">
<xsl:text>path:&#xa;: `</xsl:text>
<xsl:value-of select="@path"/>
Expand Down

0 comments on commit ba50385

Please sign in to comment.