mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +00:00
Don't include 'type' elements in output.
[SVN r63144]
This commit is contained in:
parent
bb67cd7547
commit
0597d29b9c
@ -398,6 +398,10 @@
|
||||
<xsl:apply-templates mode="annotation"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="type" mode="annotation">
|
||||
<xsl:apply-templates mode="annotation"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="comment()" mode="annotation">
|
||||
<xsl:copy/>
|
||||
</xsl:template>
|
||||
|
@ -457,4 +457,9 @@
|
||||
conceptname|macroname|globalname" mode="highlight">
|
||||
<xsl:apply-templates select="." mode="annotation"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="type" mode="highlight">
|
||||
<xsl:apply-templates mode="highlight"/>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
Loading…
x
Reference in New Issue
Block a user