~mfisch/yelp-xsl/update-to-3.8.1

« back to all changes in this revision

Viewing changes to xslt/docbook/html/db2html-suppressed.xsl

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-17 15:12:22 UTC
  • mfrom: (1.1.16) (11.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120317151222-pnzcgh4actzfkwdb
Tags: 3.3.3-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
20
20
                xmlns:db="http://docbook.org/ns/docbook"
 
21
                exclude-result-prefixes="db"
21
22
                version="1.0">
22
23
 
23
24
<!--
28
29
-->
29
30
 
30
31
<!-- Not rendered directly -->
 
32
<xsl:template match="subtitle | db:subtitle"/>
31
33
<xsl:template match="titleabbrev | db:titleabbrev"/>
32
34
 
33
35
<!-- Not yet supported -->
40
42
<xsl:template match="alt | db:alt"/>
41
43
<xsl:template match="beginpage"/>
42
44
<xsl:template match="bibliocoverage | db:bibliocoverage"/>
43
 
<xsl:template match="bridgehead | db:bridgehead"/>
44
45
 
45
46
<!-- Explicitly matched by parent -->
46
47
<xsl:template match="listitem | db:listitem"/>
74
75
<xsl:template match="referenceinfo | db:reference/db:info"/>
75
76
<xsl:template match="refmeta | db:refmeta"/>
76
77
<xsl:template match="refmiscinfo | db:refmiscinfo"/>
77
 
<xsl:template match="refsect1divinfo"/>
78
 
<xsl:template match="refsect2divinfo"/>
79
 
<xsl:template match="refsect3divinfo"/>
80
 
<xsl:template match="refsectiondivinfo"/>
81
78
<xsl:template match="refsynopsisdivinfo | db:refsynopsisdiv/db:info"/>
82
79
<xsl:template match="sect1info | db:sect1/db:info"/>
83
80
<xsl:template match="sect2info | db:sect2/db:info"/>
86
83
<xsl:template match="sect5info | db:sect5/db:info"/>
87
84
<xsl:template match="sectioninfo | db:section/db:info"/>
88
85
 
89
 
<!-- Only occur in db2html.info.mode -->
90
 
<xsl:template match="affiliation | db:affiliation"/>
91
 
<xsl:template match="author | db:author"/>
92
 
<xsl:template match="authorblurb"/>
93
 
<xsl:template match="authorgroup | db:authorgroup"/>
94
 
<xsl:template match="collab | db:collab"/>
95
 
<xsl:template match="collabname"/>
96
 
<xsl:template match="copyright | db:copyright"/>
97
 
<xsl:template match="editor | db:editor"/>
98
 
<xsl:template match="legalnotice | db:legalnotice"/>
99
 
<xsl:template match="othercredit | db:othercredit"/>
100
 
<xsl:template match="personblurb | db:personblurb"/>
101
 
<xsl:template match="publisher | db:publisher"/>
102
 
<xsl:template match="revdescription | db:revdescription"/>
103
 
<xsl:template match="revhistory | db:revhistory"/>
104
 
<xsl:template match="revision | db:revision"/>
105
 
<xsl:template match="revnumber | db:revnumber"/>
106
 
<xsl:template match="revremark | db:revremark"/>
107
 
 
108
86
<!-- Handled specially, so we can apply-templates -->
109
87
<xsl:template match="label | db:label"/>
110
88