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 Apr 18, 2021
1 parent b89aeae commit 88002bf
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 88002bf

Please sign in to comment.