]> git.stg.codes - stg.git/blob - doc/xslt/html/profile-docbook.xsl
Set output encoding to utf-8.
[stg.git] / doc / xslt / html / profile-docbook.xsl
1 <?xml version="1.0" encoding="US-ASCII"?>
2 <!--This file was created automatically by xsl2profile-->
3 <!--from the DocBook XSL stylesheets.-->
4 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook" xmlns:exsl="http://exslt.org/common" xmlns:exslt="http://exslt.org/common" exslt:dummy="dummy" ng:dummy="dummy" db:dummy="dummy" extension-element-prefixes="exslt" exclude-result-prefixes="db ng exsl exslt exslt" version="1.0">
5
6 <xsl:output method="html" encoding="ISO-8859-1" indent="no"/>
7
8 <!-- ********************************************************************
9      $Id: docbook.xsl 8783 2010-07-28 10:59:39Z mzjn $
10      ********************************************************************
11
12      This file is part of the XSL DocBook Stylesheet distribution.
13      See ../README or http://docbook.sf.net/release/xsl/current/ for
14      copyright and other information.
15
16      ******************************************************************** -->
17
18 <!-- ==================================================================== -->
19
20 <xsl:include href="../VERSION"/>
21 <xsl:include href="param.xsl"/>
22 <xsl:include href="../lib/lib.xsl"/>
23 <xsl:include href="../common/l10n.xsl"/>
24 <xsl:include href="../common/common.xsl"/>
25 <xsl:include href="../common/utility.xsl"/>
26 <xsl:include href="../common/labels.xsl"/>
27 <xsl:include href="../common/titles.xsl"/>
28 <xsl:include href="../common/subtitles.xsl"/>
29 <xsl:include href="../common/gentext.xsl"/>
30 <xsl:include href="../common/targets.xsl"/>
31 <xsl:include href="../common/olink.xsl"/>
32 <xsl:include href="../common/pi.xsl"/>
33 <xsl:include href="autotoc.xsl"/>
34 <xsl:include href="autoidx.xsl"/>
35 <xsl:include href="lists.xsl"/>
36 <xsl:include href="callout.xsl"/>
37 <xsl:include href="verbatim.xsl"/>
38 <xsl:include href="graphics.xsl"/>
39 <xsl:include href="xref.xsl"/>
40 <xsl:include href="formal.xsl"/>
41 <xsl:include href="table.xsl"/>
42 <xsl:include href="htmltbl.xsl"/>
43 <xsl:include href="sections.xsl"/>
44 <xsl:include href="inline.xsl"/>
45 <xsl:include href="footnote.xsl"/>
46 <xsl:include href="html.xsl"/>
47 <xsl:include href="info.xsl"/>
48 <xsl:include href="keywords.xsl"/>
49 <xsl:include href="division.xsl"/>
50 <xsl:include href="toc.xsl"/>
51 <xsl:include href="index.xsl"/>
52 <xsl:include href="refentry.xsl"/>
53 <xsl:include href="math.xsl"/>
54 <xsl:include href="admon.xsl"/>
55 <xsl:include href="component.xsl"/>
56 <xsl:include href="biblio.xsl"/>
57 <xsl:include href="biblio-iso690.xsl"/>
58 <xsl:include href="glossary.xsl"/>
59 <xsl:include href="block.xsl"/>
60 <xsl:include href="task.xsl"/>
61 <xsl:include href="qandaset.xsl"/>
62 <xsl:include href="synop.xsl"/>
63 <xsl:include href="titlepage.xsl"/>
64 <xsl:include href="titlepage.templates.xsl"/>
65 <xsl:include href="pi.xsl"/>
66 <xsl:include href="ebnf.xsl"/>
67 <xsl:include href="chunker.xsl"/>
68 <xsl:include href="html-rtf.xsl"/>
69 <xsl:include href="annotations.xsl"/>
70 <xsl:include href="../common/stripns.xsl"/>
71
72 <xsl:param name="stylesheet.result.type" select="'html'"/>
73 <xsl:param name="htmlhelp.output" select="0"/>
74
75 <!-- ==================================================================== -->
76
77 <xsl:key name="id" match="*" use="@id|@xml:id"/>
78 <xsl:key name="gid" match="*" use="generate-id()"/>
79
80 <!-- ==================================================================== -->
81
82 <xsl:template match="*">
83   <xsl:message>
84     <xsl:text>Element </xsl:text>
85     <xsl:value-of select="local-name(.)"/>
86     <xsl:text> in namespace '</xsl:text>
87     <xsl:value-of select="namespace-uri(.)"/>
88     <xsl:text>' encountered</xsl:text>
89     <xsl:if test="parent::*">
90       <xsl:text> in </xsl:text>
91       <xsl:value-of select="name(parent::*)"/>
92     </xsl:if>
93     <xsl:text>, but no template matches.</xsl:text>
94   </xsl:message>
95
96   <span style="color: red">
97     <xsl:text>&lt;</xsl:text>
98     <xsl:value-of select="name(.)"/>
99     <xsl:text>&gt;</xsl:text>
100     <xsl:apply-templates/>
101     <xsl:text>&lt;/</xsl:text>
102     <xsl:value-of select="name(.)"/>
103     <xsl:text>&gt;</xsl:text>
104   </span>
105 </xsl:template>
106
107 <xsl:template match="text()">
108   <xsl:value-of select="."/>
109 </xsl:template>
110
111 <xsl:template name="body.attributes">
112   <xsl:attribute name="bgcolor">white</xsl:attribute>
113   <xsl:attribute name="text">black</xsl:attribute>
114   <xsl:attribute name="link">#0000FF</xsl:attribute>
115   <xsl:attribute name="vlink">#840084</xsl:attribute>
116   <xsl:attribute name="alink">#0000FF</xsl:attribute>
117   <xsl:if test="starts-with($writing.mode, 'rl')">
118     <xsl:attribute name="dir">rtl</xsl:attribute>
119   </xsl:if>
120 </xsl:template>
121
122 <xsl:template name="head.content">
123   <xsl:param name="node" select="."/>
124   <xsl:param name="title">
125     <xsl:apply-templates select="$node" mode="object.title.markup.textonly"/>
126   </xsl:param>
127
128   <title>
129     <xsl:copy-of select="$title"/>
130   </title>
131
132   <xsl:if test="$html.base != ''">
133     <base href="{$html.base}"/>
134   </xsl:if>
135
136   <!-- Insert links to CSS files or insert literal style elements -->
137   <xsl:call-template name="generate.css"/>
138
139   <xsl:if test="$html.stylesheet != ''">
140     <xsl:call-template name="output.html.stylesheets">
141       <xsl:with-param name="stylesheets" select="normalize-space($html.stylesheet)"/>
142     </xsl:call-template>
143   </xsl:if>
144
145   <xsl:if test="$link.mailto.url != ''">
146     <link rev="made" href="{$link.mailto.url}"/>
147   </xsl:if>
148
149   <meta name="generator" content="DocBook {$DistroTitle} V{$VERSION}"/>
150
151   <xsl:if test="$generate.meta.abstract != 0">
152     <xsl:variable name="info" select="(articleinfo                                       |bookinfo                                       |prefaceinfo                                       |chapterinfo                                       |appendixinfo                                       |sectioninfo                                       |sect1info                                       |sect2info                                       |sect3info                                       |sect4info                                       |sect5info                                       |referenceinfo                                       |refentryinfo                                       |partinfo                                       |info                                       |docinfo)[1]"/>
153     <xsl:if test="$info and $info/abstract">
154       <meta name="description">
155         <xsl:attribute name="content">
156           <xsl:for-each select="$info/abstract[1]/*">
157             <xsl:value-of select="normalize-space(.)"/>
158             <xsl:if test="position() &lt; last()">
159               <xsl:text> </xsl:text>
160             </xsl:if>
161           </xsl:for-each>
162         </xsl:attribute>
163       </meta>
164     </xsl:if>
165   </xsl:if>
166
167   <xsl:if test="($draft.mode = 'yes' or                 ($draft.mode = 'maybe' and                 ancestor-or-self::*[@status][1]/@status = 'draft'))                 and $draft.watermark.image != ''">
168     <style type="text/css"><xsl:text>
169 body { background-image: url('</xsl:text>
170 <xsl:value-of select="$draft.watermark.image"/><xsl:text>');
171        background-repeat: no-repeat;
172        background-position: top left;
173        /* The following properties make the watermark "fixed" on the page. */
174        /* I think that's just a bit too distracting for the reader... */
175        /* background-attachment: fixed; */
176        /* background-position: center center; */
177      }</xsl:text>
178     </style>
179   </xsl:if>
180   <xsl:apply-templates select="." mode="head.keywords.content"/>
181 </xsl:template>
182
183 <xsl:template name="output.html.stylesheets">
184   <xsl:param name="stylesheets" select="''"/>
185
186   <xsl:choose>
187     <xsl:when test="contains($stylesheets, ' ')">
188       <xsl:variable name="css.filename" select="substring-before($stylesheets, ' ')"/>
189
190       <xsl:call-template name="make.css.link">
191         <xsl:with-param name="css.filename" select="$css.filename"/>
192       </xsl:call-template>
193
194       <xsl:call-template name="output.html.stylesheets">
195         <xsl:with-param name="stylesheets" select="substring-after($stylesheets, ' ')"/>
196       </xsl:call-template>
197     </xsl:when>
198     <xsl:when test="$stylesheets != ''">
199       <xsl:call-template name="make.css.link">
200         <xsl:with-param name="css.filename" select="$stylesheets"/>
201       </xsl:call-template>
202     </xsl:when>
203   </xsl:choose>
204 </xsl:template>
205
206 <!-- ============================================================ -->
207
208 <xsl:template match="*" mode="head.keywords.content">
209   <xsl:apply-templates select="chapterinfo/keywordset" mode="html.header"/>
210   <xsl:apply-templates select="appendixinfo/keywordset" mode="html.header"/>
211   <xsl:apply-templates select="prefaceinfo/keywordset" mode="html.header"/>
212   <xsl:apply-templates select="bookinfo/keywordset" mode="html.header"/>
213   <xsl:apply-templates select="setinfo/keywordset" mode="html.header"/>
214   <xsl:apply-templates select="articleinfo/keywordset" mode="html.header"/>
215   <xsl:apply-templates select="artheader/keywordset" mode="html.header"/>
216   <xsl:apply-templates select="sect1info/keywordset" mode="html.header"/>
217   <xsl:apply-templates select="sect2info/keywordset" mode="html.header"/>
218   <xsl:apply-templates select="sect3info/keywordset" mode="html.header"/>
219   <xsl:apply-templates select="sect4info/keywordset" mode="html.header"/>
220   <xsl:apply-templates select="sect5info/keywordset" mode="html.header"/>
221   <xsl:apply-templates select="sectioninfo/keywordset" mode="html.header"/>
222   <xsl:apply-templates select="refsect1info/keywordset" mode="html.header"/>
223   <xsl:apply-templates select="refsect2info/keywordset" mode="html.header"/>
224   <xsl:apply-templates select="refsect3info/keywordset" mode="html.header"/>
225   <xsl:apply-templates select="bibliographyinfo/keywordset" mode="html.header"/>
226   <xsl:apply-templates select="glossaryinfo/keywordset" mode="html.header"/>
227   <xsl:apply-templates select="indexinfo/keywordset" mode="html.header"/>
228   <xsl:apply-templates select="refentryinfo/keywordset" mode="html.header"/>
229   <xsl:apply-templates select="partinfo/keywordset" mode="html.header"/>
230   <xsl:apply-templates select="referenceinfo/keywordset" mode="html.header"/>
231   <xsl:apply-templates select="docinfo/keywordset" mode="html.header"/>
232   <xsl:apply-templates select="info/keywordset" mode="html.header"/>
233
234   <xsl:if test="$inherit.keywords != 0                 and parent::*">
235     <xsl:apply-templates select="parent::*" mode="head.keywords.content"/>
236   </xsl:if>
237 </xsl:template>
238
239 <!-- ============================================================ -->
240
241 <xsl:template name="system.head.content">
242   <xsl:param name="node" select="."/>
243
244   <!-- FIXME: When chunking, only the annotations actually used
245               in this chunk should be referenced. I don't think it
246               does any harm to reference them all, but it adds
247               unnecessary bloat to each chunk. -->
248   <xsl:if test="$annotation.support != 0 and //annotation">
249     <xsl:call-template name="add.annotation.links"/>
250     <script type="text/javascript">
251       <xsl:text>
252 // Create PopupWindow objects</xsl:text>
253       <xsl:for-each select="//annotation">
254         <xsl:text>
255 var popup_</xsl:text>
256         <xsl:value-of select="generate-id(.)"/>
257         <xsl:text> = new PopupWindow("popup-</xsl:text>
258         <xsl:value-of select="generate-id(.)"/>
259         <xsl:text>");
260 </xsl:text>
261         <xsl:text>popup_</xsl:text>
262         <xsl:value-of select="generate-id(.)"/>
263         <xsl:text>.offsetY = 15;
264 </xsl:text>
265         <xsl:text>popup_</xsl:text>
266         <xsl:value-of select="generate-id(.)"/>
267         <xsl:text>.autoHide();
268 </xsl:text>
269       </xsl:for-each>
270     </script>
271
272     <style type="text/css">
273       <xsl:value-of select="$annotation.css"/>
274     </style>
275   </xsl:if>
276
277   <!-- system.head.content is like user.head.content, except that
278        it is called before head.content. This is important because it
279        means, for example, that <style> elements output by system.head.content
280        have a lower CSS precedence than the users stylesheet. -->
281 </xsl:template>
282
283 <!-- ============================================================ -->
284
285 <xsl:template name="user.preroot">
286   <!-- Pre-root output, can be used to output comments and PIs. -->
287   <!-- This must not output any element content! -->
288 </xsl:template>
289
290 <xsl:template name="user.head.content">
291   <xsl:param name="node" select="."/>
292 </xsl:template>
293
294 <xsl:template name="user.header.navigation">
295   <xsl:param name="node" select="."/>
296 </xsl:template>
297
298 <xsl:template name="user.header.content">
299   <xsl:param name="node" select="."/>
300 </xsl:template>
301
302 <xsl:template name="user.footer.content">
303   <xsl:param name="node" select="."/>
304 </xsl:template>
305
306 <xsl:template name="user.footer.navigation">
307   <xsl:param name="node" select="."/>
308 </xsl:template>
309
310 <xslo:include xmlns:xslo="http://www.w3.org/1999/XSL/Transform" href="../profiling/profile-mode.xsl"/><xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-content"><xslo:choose><xslo:when test="*/self::ng:* or */self::db:*"><xslo:message>Note: namesp. cut : stripped namespace before processing</xslo:message><xslo:variable name="stripped-content"><xslo:apply-templates select="/" mode="stripNS"/></xslo:variable><xslo:message>Note: namesp. cut : processing stripped document</xslo:message><xslo:apply-templates select="exslt:node-set($stripped-content)" mode="profile"/></xslo:when><xslo:otherwise><xslo:apply-templates select="/" mode="profile"/></xslo:otherwise></xslo:choose></xslo:variable><xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-nodes" select="exslt:node-set($profiled-content)"/><xsl:template match="/">
311   <!-- * Get a title for current doc so that we let the user -->
312   <!-- * know what document we are processing at this point. -->
313   <xsl:variable name="doc.title">
314     <xsl:call-template name="get.doc.title"/>
315   </xsl:variable>
316   <xsl:choose>
317     <!-- Hack! If someone hands us a DocBook V5.x or DocBook NG document,
318          toss the namespace and continue.  Use the docbook5 namespaced
319          stylesheets for DocBook5 if you don't want to use this feature.-->
320     <!-- include extra test for Xalan quirk -->
321     <xsl:when test="false()"/>
322     <!-- Can't process unless namespace removed -->
323     <xsl:when test="false()"/>
324     <xsl:otherwise>
325       <xsl:choose>
326         <xsl:when test="$rootid != ''">
327           <xsl:choose>
328             <xsl:when test="count($profiled-nodes//*[@id=$rootid]) = 0">
329               <xsl:message terminate="yes">
330                 <xsl:text>ID '</xsl:text>
331                 <xsl:value-of select="$rootid"/>
332                 <xsl:text>' not found in document.</xsl:text>
333               </xsl:message>
334             </xsl:when>
335             <xsl:otherwise>
336               <xsl:if test="$collect.xref.targets = 'yes' or                             $collect.xref.targets = 'only'">
337                 <xsl:apply-templates select="key('id', $rootid)" mode="collect.targets"/>
338               </xsl:if>
339               <xsl:if test="$collect.xref.targets != 'only'">
340                 <xsl:apply-templates select="$profiled-nodes//*[@id=$rootid]" mode="process.root"/>
341                 <xsl:if test="$tex.math.in.alt != ''">
342                   <xsl:apply-templates select="$profiled-nodes//*[@id=$rootid]" mode="collect.tex.math"/>
343                 </xsl:if>
344               </xsl:if>
345             </xsl:otherwise>
346           </xsl:choose>
347         </xsl:when>
348         <xsl:otherwise>
349           <xsl:if test="$collect.xref.targets = 'yes' or                         $collect.xref.targets = 'only'">
350             <xsl:apply-templates select="$profiled-nodes" mode="collect.targets"/>
351           </xsl:if>
352           <xsl:if test="$collect.xref.targets != 'only'">
353             <xsl:apply-templates select="$profiled-nodes" mode="process.root"/>
354             <xsl:if test="$tex.math.in.alt != ''">
355               <xsl:apply-templates select="$profiled-nodes" mode="collect.tex.math"/>
356             </xsl:if>
357           </xsl:if>
358         </xsl:otherwise>
359       </xsl:choose>
360     </xsl:otherwise>
361   </xsl:choose>
362 </xsl:template>
363
364 <xsl:template match="*" mode="process.root">
365   <xsl:variable name="doc" select="self::*"/>
366
367   <xsl:call-template name="user.preroot"/>
368   <xsl:call-template name="root.messages"/>
369
370   <html>
371     <head>
372       <xsl:call-template name="system.head.content">
373         <xsl:with-param name="node" select="$doc"/>
374       </xsl:call-template>
375       <xsl:call-template name="head.content">
376         <xsl:with-param name="node" select="$doc"/>
377       </xsl:call-template>
378       <xsl:call-template name="user.head.content">
379         <xsl:with-param name="node" select="$doc"/>
380       </xsl:call-template>
381     </head>
382     <body>
383       <xsl:call-template name="body.attributes"/>
384       <xsl:call-template name="user.header.content">
385         <xsl:with-param name="node" select="$doc"/>
386       </xsl:call-template>
387       <xsl:apply-templates select="."/>
388       <xsl:call-template name="user.footer.content">
389         <xsl:with-param name="node" select="$doc"/>
390       </xsl:call-template>
391     </body>
392   </html>
393   <xsl:value-of select="$html.append"/>
394   
395   <!-- Generate any css files only once, not once per chunk -->
396   <xsl:call-template name="generate.css.files"/>
397 </xsl:template>
398
399 <xsl:template name="root.messages">
400   <!-- redefine this any way you'd like to output messages -->
401   <!-- DO NOT OUTPUT ANYTHING FROM THIS TEMPLATE -->
402 </xsl:template>
403
404 <!-- ==================================================================== -->
405
406 <xsl:template name="chunk">
407   <xsl:param name="node" select="."/>
408
409   <!-- The default is that we are not chunking... -->
410   <xsl:text>0</xsl:text>
411 </xsl:template>
412
413 </xsl:stylesheet>