mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +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:apply-templates mode="annotation"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="type" mode="annotation">
|
||||||
|
<xsl:apply-templates mode="annotation"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="comment()" mode="annotation">
|
<xsl:template match="comment()" mode="annotation">
|
||||||
<xsl:copy/>
|
<xsl:copy/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@ -457,4 +457,9 @@
|
|||||||
conceptname|macroname|globalname" mode="highlight">
|
conceptname|macroname|globalname" mode="highlight">
|
||||||
<xsl:apply-templates select="." mode="annotation"/>
|
<xsl:apply-templates select="." mode="annotation"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="type" mode="highlight">
|
||||||
|
<xsl:apply-templates mode="highlight"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user