summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-suppressed.xsl
blob: 81f5c5614896128e6aeeddf54a1df552aca9f7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?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.
-->

<!-- Not supported -->
<xsl:template match="alt"/>
<xsl:template match="beginpage"/>
<xsl:template match="bibliocoverage"/>
<xsl:template match="bridgehead"/>

<!-- Explicitly matched by parent -->
<xsl:template match="listitem"/>

<!-- Index elements, not yet supported -->
<xsl:template match="indexterm"/>
<xsl:template match="primary"/>
<xsl:template match="primaryie"/>
<xsl:template match="secondary"/>
<xsl:template match="secondaryie"/>
<xsl:template match="see"/>
<xsl:template match="seeie"/>
<xsl:template match="seealso"/>
<xsl:template match="seealsoie"/>
<xsl:template match="tertiary"/>
<xsl:template match="tertiaryie"/>

<!-- Unmatched info elements, supported indirectly -->
<xsl:template match="appendixinfo"/>
<xsl:template match="blockinfo"/>
<xsl:template match="articleinfo"/>
<xsl:template match="bookinfo"/>
<xsl:template match="chapterinfo"/>
<xsl:template match="sect1info"/>
<xsl:template match="sect2info"/>
<xsl:template match="sect3info"/>
<xsl:template match="sect4info"/>
<xsl:template match="sect5info"/>
<xsl:template match="sectioninfo"/>

<!-- Only occur in db2html.info.mode -->
<xsl:template match="affiliation"/>
<xsl:template match="author"/>
<xsl:template match="authorblurb"/>
<xsl:template match="authorgroup"/>
<xsl:template match="collab"/>
<xsl:template match="collabname"/>
<xsl:template match="copyright"/>
<xsl:template match="editor"/>
<xsl:template match="holder"/>
<xsl:template match="legalnotice"/>
<xsl:template match="othercredit"/>
<xsl:template match="personblurb"/>
<xsl:template match="publisher"/>
<xsl:template match="publishername"/>
<xsl:template match="revdescription"/>
<xsl:template match="revhistory"/>
<xsl:template match="revision"/>
<xsl:template match="revnumber"/>
<xsl:template match="revremark"/>
<xsl:template match="year"/>

<!-- Handled seperately in db.label.mode -->
<xsl:template match="label"/>

</xsl:stylesheet>