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">
6 <xsl:output method="html" encoding="ISO-8859-1" indent="no"/>
8 <!-- ********************************************************************
9 $Id: docbook.xsl 8783 2010-07-28 10:59:39Z mzjn $
10 ********************************************************************
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.
16 ******************************************************************** -->
18 <!-- ==================================================================== -->
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"/>
72 <xsl:param name="stylesheet.result.type" select="'html'"/>
73 <xsl:param name="htmlhelp.output" select="0"/>
75 <!-- ==================================================================== -->
77 <xsl:key name="id" match="*" use="@id|@xml:id"/>
78 <xsl:key name="gid" match="*" use="generate-id()"/>
80 <!-- ==================================================================== -->
82 <xsl:template match="*">
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::*)"/>
93 <xsl:text>, but no template matches.</xsl:text>
96 <span style="color: red">
97 <xsl:text><</xsl:text>
98 <xsl:value-of select="name(.)"/>
99 <xsl:text>></xsl:text>
100 <xsl:apply-templates/>
101 <xsl:text></</xsl:text>
102 <xsl:value-of select="name(.)"/>
103 <xsl:text>></xsl:text>
107 <xsl:template match="text()">
108 <xsl:value-of select="."/>
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>
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"/>
129 <xsl:copy-of select="$title"/>
132 <xsl:if test="$html.base != ''">
133 <base href="{$html.base}"/>
136 <!-- Insert links to CSS files or insert literal style elements -->
137 <xsl:call-template name="generate.css"/>
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)"/>
145 <xsl:if test="$link.mailto.url != ''">
146 <link rev="made" href="{$link.mailto.url}"/>
149 <meta name="generator" content="DocBook {$DistroTitle} V{$VERSION}"/>
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() < last()">
159 <xsl:text> </xsl:text>
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; */
180 <xsl:apply-templates select="." mode="head.keywords.content"/>
183 <xsl:template name="output.html.stylesheets">
184 <xsl:param name="stylesheets" select="''"/>
187 <xsl:when test="contains($stylesheets, ' ')">
188 <xsl:variable name="css.filename" select="substring-before($stylesheets, ' ')"/>
190 <xsl:call-template name="make.css.link">
191 <xsl:with-param name="css.filename" select="$css.filename"/>
194 <xsl:call-template name="output.html.stylesheets">
195 <xsl:with-param name="stylesheets" select="substring-after($stylesheets, ' ')"/>
198 <xsl:when test="$stylesheets != ''">
199 <xsl:call-template name="make.css.link">
200 <xsl:with-param name="css.filename" select="$stylesheets"/>
206 <!-- ============================================================ -->
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"/>
234 <xsl:if test="$inherit.keywords != 0 and parent::*">
235 <xsl:apply-templates select="parent::*" mode="head.keywords.content"/>
239 <!-- ============================================================ -->
241 <xsl:template name="system.head.content">
242 <xsl:param name="node" select="."/>
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">
252 // Create PopupWindow objects</xsl:text>
253 <xsl:for-each select="//annotation">
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(.)"/>
261 <xsl:text>popup_</xsl:text>
262 <xsl:value-of select="generate-id(.)"/>
263 <xsl:text>.offsetY = 15;
265 <xsl:text>popup_</xsl:text>
266 <xsl:value-of select="generate-id(.)"/>
267 <xsl:text>.autoHide();
272 <style type="text/css">
273 <xsl:value-of select="$annotation.css"/>
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. -->
283 <!-- ============================================================ -->
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! -->
290 <xsl:template name="user.head.content">
291 <xsl:param name="node" select="."/>
294 <xsl:template name="user.header.navigation">
295 <xsl:param name="node" select="."/>
298 <xsl:template name="user.header.content">
299 <xsl:param name="node" select="."/>
302 <xsl:template name="user.footer.content">
303 <xsl:param name="node" select="."/>
306 <xsl:template name="user.footer.navigation">
307 <xsl:param name="node" select="."/>
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"/>
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()"/>
326 <xsl:when test="$rootid != ''">
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>
336 <xsl:if test="$collect.xref.targets = 'yes' or $collect.xref.targets = 'only'">
337 <xsl:apply-templates select="key('id', $rootid)" mode="collect.targets"/>
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"/>
349 <xsl:if test="$collect.xref.targets = 'yes' or $collect.xref.targets = 'only'">
350 <xsl:apply-templates select="$profiled-nodes" mode="collect.targets"/>
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"/>
364 <xsl:template match="*" mode="process.root">
365 <xsl:variable name="doc" select="self::*"/>
367 <xsl:call-template name="user.preroot"/>
368 <xsl:call-template name="root.messages"/>
372 <xsl:call-template name="system.head.content">
373 <xsl:with-param name="node" select="$doc"/>
375 <xsl:call-template name="head.content">
376 <xsl:with-param name="node" select="$doc"/>
378 <xsl:call-template name="user.head.content">
379 <xsl:with-param name="node" select="$doc"/>
383 <xsl:call-template name="body.attributes"/>
384 <xsl:call-template name="user.header.content">
385 <xsl:with-param name="node" select="$doc"/>
387 <xsl:apply-templates select="."/>
388 <xsl:call-template name="user.footer.content">
389 <xsl:with-param name="node" select="$doc"/>
393 <xsl:value-of select="$html.append"/>
395 <!-- Generate any css files only once, not once per chunk -->
396 <xsl:call-template name="generate.css.files"/>
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 -->
404 <!-- ==================================================================== -->
406 <xsl:template name="chunk">
407 <xsl:param name="node" select="."/>
409 <!-- The default is that we are not chunking... -->
410 <xsl:text>0</xsl:text>