summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-suppressed.xsl
blob: 142d4db385c111ecc52d453949c50105d3962238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version='1.0'?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<!--
If you add a template to this stylesheet, put it under an appropriate header
that states why this element is suppressed.  Some elements are simply not
supported, while other elements are expected only to be processed in certain
modes because of the DocBook content model.
-->

<!-- Only occurs in db2html.funcsynopsis.mode -->
<xsl:template match="funcsynopsisinfo"/>

</xsl:stylesheet>