docbook_xsl_wrapper 0.1.2 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +2 -0
  3. data/CHANGELOG +41 -0
  4. data/README.md +9 -17
  5. data/bin/docbook_xsl_wrapper +9 -14
  6. data/docbook_xsl_wrapper.gemspec +8 -7
  7. data/lib/docbook_xsl_wrapper.rb +24 -1
  8. data/lib/docbook_xsl_wrapper/epub.rb +124 -122
  9. data/lib/docbook_xsl_wrapper/options.rb +1 -1
  10. data/lib/docbook_xsl_wrapper/validate.rb +22 -0
  11. data/lib/docbook_xsl_wrapper/version.rb +1 -1
  12. data/schema/docbookxi.rng +18654 -0
  13. data/spec/docbook_xsl_wrapper/validate_spec.rb +64 -0
  14. data/xsl/AUTHORS +4 -0
  15. data/xsl/COPYING +48 -0
  16. data/xsl/REVISION +1 -0
  17. data/xsl/VERSION.xsl +115 -0
  18. data/xsl/common/addns.xsl +124 -0
  19. data/xsl/common/af.xml +1272 -0
  20. data/xsl/common/am.xml +1272 -0
  21. data/xsl/common/ar.xml +1272 -0
  22. data/xsl/common/as.xml +703 -0
  23. data/xsl/common/ast.xml +703 -0
  24. data/xsl/common/autoidx-kimber.xsl +45 -0
  25. data/xsl/common/autoidx-kosek.xsl +155 -0
  26. data/xsl/common/az.xml +715 -0
  27. data/xsl/common/bg.xml +767 -0
  28. data/xsl/common/bn.xml +1272 -0
  29. data/xsl/common/bn_in.xml +703 -0
  30. data/xsl/common/bs.xml +705 -0
  31. data/xsl/common/ca.xml +703 -0
  32. data/xsl/common/charmap.xsl +222 -0
  33. data/xsl/common/common.xsl +2129 -0
  34. data/xsl/common/cs.xml +743 -0
  35. data/xsl/common/cy.xml +1288 -0
  36. data/xsl/common/da.xml +707 -0
  37. data/xsl/common/de.xml +709 -0
  38. data/xsl/common/el.xml +772 -0
  39. data/xsl/common/en.xml +1272 -0
  40. data/xsl/common/entities.ent +67 -0
  41. data/xsl/common/eo.xml +1272 -0
  42. data/xsl/common/es.xml +719 -0
  43. data/xsl/common/et.xml +1272 -0
  44. data/xsl/common/eu.xml +1272 -0
  45. data/xsl/common/fa.xml +703 -0
  46. data/xsl/common/fi.xml +713 -0
  47. data/xsl/common/fr.xml +733 -0
  48. data/xsl/common/ga.xml +1272 -0
  49. data/xsl/common/gentext.xsl +855 -0
  50. data/xsl/common/gl.xml +1272 -0
  51. data/xsl/common/gu.xml +703 -0
  52. data/xsl/common/he.xml +1272 -0
  53. data/xsl/common/hi.xml +703 -0
  54. data/xsl/common/hr.xml +705 -0
  55. data/xsl/common/hu.xml +721 -0
  56. data/xsl/common/id.xml +1272 -0
  57. data/xsl/common/insertfile.xsl +113 -0
  58. data/xsl/common/is.xml +715 -0
  59. data/xsl/common/it.xml +1272 -0
  60. data/xsl/common/ja.xml +703 -0
  61. data/xsl/common/ka.xml +743 -0
  62. data/xsl/common/kn.xml +1272 -0
  63. data/xsl/common/ko.xml +1272 -0
  64. data/xsl/common/ky.xml +775 -0
  65. data/xsl/common/l10n.dtd +64 -0
  66. data/xsl/common/l10n.xml +78 -0
  67. data/xsl/common/l10n.xsl +598 -0
  68. data/xsl/common/la.xml +1272 -0
  69. data/xsl/common/labels.xsl +933 -0
  70. data/xsl/common/lt.xml +721 -0
  71. data/xsl/common/lv.xml +1272 -0
  72. data/xsl/common/ml.xml +703 -0
  73. data/xsl/common/mn.xml +773 -0
  74. data/xsl/common/mr.xml +703 -0
  75. data/xsl/common/nb.xml +1272 -0
  76. data/xsl/common/nds.xml +709 -0
  77. data/xsl/common/nl.xml +703 -0
  78. data/xsl/common/nn.xml +1272 -0
  79. data/xsl/common/olink.xsl +1284 -0
  80. data/xsl/common/or.xml +1272 -0
  81. data/xsl/common/pa.xml +703 -0
  82. data/xsl/common/pi.xml +168 -0
  83. data/xsl/common/pi.xsl +347 -0
  84. data/xsl/common/pl.xml +721 -0
  85. data/xsl/common/pt.xml +1272 -0
  86. data/xsl/common/pt_br.xml +1272 -0
  87. data/xsl/common/refentry.xsl +1353 -0
  88. data/xsl/common/ro.xml +1272 -0
  89. data/xsl/common/ru.xml +769 -0
  90. data/xsl/common/sk.xml +1272 -0
  91. data/xsl/common/sl.xml +1272 -0
  92. data/xsl/common/sq.xml +1272 -0
  93. data/xsl/common/sr.xml +763 -0
  94. data/xsl/common/sr_Latn.xml +722 -0
  95. data/xsl/common/subtitles.xsl +181 -0
  96. data/xsl/common/sv.xml +707 -0
  97. data/xsl/common/ta.xml +703 -0
  98. data/xsl/common/table.xsl +515 -0
  99. data/xsl/common/targetdatabase.dtd +49 -0
  100. data/xsl/common/targets.xsl +338 -0
  101. data/xsl/common/te.xml +703 -0
  102. data/xsl/common/th.xml +1272 -0
  103. data/xsl/common/titles.xsl +850 -0
  104. data/xsl/common/tl.xml +1272 -0
  105. data/xsl/common/tr.xml +709 -0
  106. data/xsl/common/uk.xml +769 -0
  107. data/xsl/common/ur.xml +705 -0
  108. data/xsl/common/utility.xsl +291 -0
  109. data/xsl/common/vi.xml +1272 -0
  110. data/xsl/common/xh.xml +1272 -0
  111. data/xsl/common/zh.xml +703 -0
  112. data/xsl/common/zh_cn.xml +703 -0
  113. data/xsl/common/zh_tw.xml +703 -0
  114. data/xsl/epub/docbook.xsl +1769 -0
  115. data/xsl/epub3/chunk.xsl +30 -0
  116. data/xsl/epub3/docbook-epub.css.xml +142 -0
  117. data/xsl/epub3/docbook.xsl +20 -0
  118. data/xsl/epub3/epub3-chunk-mods.xsl +52 -0
  119. data/xsl/epub3/epub3-element-mods.xsl +2533 -0
  120. data/xsl/epub3/titlepage.templates.xml +712 -0
  121. data/xsl/epub3/titlepage.templates.xsl +3842 -0
  122. data/xsl/lib/lib.xsl +533 -0
  123. data/xsl/xhtml/admon.xsl +142 -0
  124. data/xsl/xhtml/annotations.xsl +160 -0
  125. data/xsl/xhtml/autoidx.xsl +831 -0
  126. data/xsl/xhtml/autotoc.xsl +706 -0
  127. data/xsl/xhtml/biblio-iso690.xsl +1302 -0
  128. data/xsl/xhtml/biblio.xsl +1371 -0
  129. data/xsl/xhtml/block.xsl +584 -0
  130. data/xsl/xhtml/callout.xsl +210 -0
  131. data/xsl/xhtml/chunk-code.xsl +675 -0
  132. data/xsl/xhtml/chunk-common.xsl +1627 -0
  133. data/xsl/xhtml/chunker.xsl +317 -0
  134. data/xsl/xhtml/component.xsl +440 -0
  135. data/xsl/xhtml/division.xsl +214 -0
  136. data/xsl/xhtml/ebnf.xsl +331 -0
  137. data/xsl/xhtml/footnote.xsl +346 -0
  138. data/xsl/xhtml/formal.xsl +496 -0
  139. data/xsl/xhtml/glossary.xsl +602 -0
  140. data/xsl/xhtml/graphics.xsl +1537 -0
  141. data/xsl/xhtml/html-rtf.xsl +321 -0
  142. data/xsl/xhtml/html.xsl +690 -0
  143. data/xsl/xhtml/htmltbl.xsl +102 -0
  144. data/xsl/xhtml/index.xsl +264 -0
  145. data/xsl/xhtml/info.xsl +48 -0
  146. data/xsl/xhtml/inline.xsl +1508 -0
  147. data/xsl/xhtml/its.xsl +109 -0
  148. data/xsl/xhtml/keywords.xsl +38 -0
  149. data/xsl/xhtml/lists.xsl +1227 -0
  150. data/xsl/xhtml/math.xsl +286 -0
  151. data/xsl/xhtml/param.xsl +449 -0
  152. data/xsl/xhtml/pi.xsl +1237 -0
  153. data/xsl/xhtml/qandaset.xsl +440 -0
  154. data/xsl/xhtml/refentry.xsl +307 -0
  155. data/xsl/xhtml/sections.xsl +564 -0
  156. data/xsl/xhtml/synop.xsl +1623 -0
  157. data/xsl/xhtml/table.xsl +1179 -0
  158. data/xsl/xhtml/task.xsl +76 -0
  159. data/xsl/xhtml/titlepage.templates.xsl +4005 -0
  160. data/xsl/xhtml/titlepage.xsl +1108 -0
  161. data/xsl/xhtml/toc.xsl +334 -0
  162. data/xsl/xhtml/verbatim.xsl +389 -0
  163. data/xsl/xhtml/xref.xsl +1268 -0
  164. data/xsl/xhtml5/docbook.xsl +22 -0
  165. data/xsl/xhtml5/html5-chunk-mods.xsl +112 -0
  166. data/xsl/xhtml5/html5-element-mods.xsl +791 -0
  167. data/xsl/xhtml5/xhtml-docbook.xsl +531 -0
  168. metadata +207 -27
  169. data/.rvmrc +0 -48
  170. data/xslt/obfuscate.xsl +0 -12
@@ -0,0 +1,286 @@
1
+ <?xml version="1.0" encoding="ASCII"?>
2
+ <!--This file was created automatically by html2xhtml-->
3
+ <!--from the HTML stylesheets.-->
4
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook"
5
+ xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="mml d" version="1.0">
6
+
7
+ <!-- ********************************************************************
8
+ $Id: math.xsl 9297 2012-04-22 03:56:16Z bobstayton $
9
+ ********************************************************************
10
+
11
+ This file is part of the XSL DocBook Stylesheet distribution.
12
+ See ../README or http://docbook.sf.net/release/xsl/current/ for
13
+ copyright and other information.
14
+
15
+ ******************************************************************** -->
16
+
17
+ <xsl:template match="d:inlineequation">
18
+ <xsl:apply-templates/>
19
+ </xsl:template>
20
+
21
+ <xsl:template match="d:alt">
22
+ </xsl:template>
23
+
24
+ <xsl:template match="d:mathphrase">
25
+ <span>
26
+ <xsl:apply-templates select="." mode="common.html.attributes"/>
27
+ <xsl:call-template name="id.attribute"/>
28
+ <xsl:apply-templates/>
29
+ </span>
30
+ </xsl:template>
31
+
32
+ <!-- "Support" for MathML -->
33
+
34
+ <xsl:template match="mml:*">
35
+ <xsl:copy>
36
+ <xsl:copy-of select="@*"/>
37
+ <xsl:apply-templates/>
38
+ </xsl:copy>
39
+ </xsl:template>
40
+
41
+ <!-- Support for TeX math in alt -->
42
+
43
+ <xsl:template match="*" mode="collect.tex.math">
44
+ <xsl:call-template name="write.text.chunk">
45
+ <xsl:with-param name="filename" select="$tex.math.file"/>
46
+ <xsl:with-param name="method" select="'text'"/>
47
+ <xsl:with-param name="content">
48
+ <xsl:choose>
49
+ <xsl:when test="$tex.math.in.alt = 'plain'">
50
+ <xsl:call-template name="tex.math.plain.head"/>
51
+ <xsl:apply-templates select="." mode="collect.tex.math.plain"/>
52
+ <xsl:call-template name="tex.math.plain.tail"/>
53
+ </xsl:when>
54
+ <xsl:when test="$tex.math.in.alt = 'latex'">
55
+ <xsl:call-template name="tex.math.latex.head"/>
56
+ <xsl:apply-templates select="." mode="collect.tex.math.latex"/>
57
+ <xsl:call-template name="tex.math.latex.tail"/>
58
+ </xsl:when>
59
+ <xsl:otherwise>
60
+ <xsl:message>
61
+ Unsupported TeX math notation:
62
+ <xsl:value-of select="$tex.math.in.alt"/>
63
+ </xsl:message>
64
+ </xsl:otherwise>
65
+ </xsl:choose>
66
+ </xsl:with-param>
67
+ <xsl:with-param name="encoding" select="$chunker.output.encoding"/>
68
+ </xsl:call-template>
69
+ </xsl:template>
70
+
71
+ <!-- PlainTeX -->
72
+
73
+ <xsl:template name="tex.math.plain.head">
74
+ <xsl:text>\nopagenumbers
75
+ </xsl:text>
76
+ </xsl:template>
77
+
78
+ <xsl:template name="tex.math.plain.tail">
79
+ <xsl:text>\bye
80
+ </xsl:text>
81
+ </xsl:template>
82
+
83
+ <xsl:template match="d:inlineequation" mode="collect.tex.math.plain">
84
+ <xsl:variable name="filename">
85
+ <xsl:choose>
86
+ <xsl:when test="d:graphic">
87
+ <xsl:call-template name="mediaobject.filename">
88
+ <xsl:with-param name="object" select="d:graphic"/>
89
+ </xsl:call-template>
90
+ </xsl:when>
91
+ <xsl:otherwise>
92
+ <xsl:call-template name="select.mediaobject.filename">
93
+ <xsl:with-param name="olist" select="d:inlinemediaobject/*"/>
94
+ </xsl:call-template>
95
+ </xsl:otherwise>
96
+ </xsl:choose>
97
+ </xsl:variable>
98
+ <xsl:variable name="output.delims">
99
+ <xsl:call-template name="tex.math.output.delims"/>
100
+ </xsl:variable>
101
+ <xsl:variable name="tex" select="d:alt[@role='tex'] | d:inlinemediaobject/d:textobject[@role='tex']"/>
102
+ <xsl:if test="$tex">
103
+ <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
104
+ <xsl:value-of select="$filename"/>
105
+ <xsl:text>}
106
+ </xsl:text>
107
+ <xsl:if test="$output.delims != 0">
108
+ <xsl:text>$</xsl:text>
109
+ </xsl:if>
110
+ <xsl:value-of select="$tex"/>
111
+ <xsl:if test="$output.delims != 0">
112
+ <xsl:text>$
113
+ </xsl:text>
114
+ </xsl:if>
115
+ <xsl:text>\vfill\eject
116
+ </xsl:text>
117
+ </xsl:if>
118
+ </xsl:template>
119
+
120
+ <xsl:template match="d:equation|d:informalequation" mode="collect.tex.math.plain">
121
+ <xsl:variable name="filename">
122
+ <xsl:choose>
123
+ <xsl:when test="d:graphic">
124
+ <xsl:call-template name="mediaobject.filename">
125
+ <xsl:with-param name="object" select="d:graphic"/>
126
+ </xsl:call-template>
127
+ </xsl:when>
128
+ <xsl:otherwise>
129
+ <xsl:call-template name="select.mediaobject.filename">
130
+ <xsl:with-param name="olist" select="d:mediaobject/*"/>
131
+ </xsl:call-template>
132
+ </xsl:otherwise>
133
+ </xsl:choose>
134
+ </xsl:variable>
135
+ <xsl:variable name="output.delims">
136
+ <xsl:call-template name="tex.math.output.delims"/>
137
+ </xsl:variable>
138
+ <xsl:variable name="tex" select="d:alt[@role='tex'] | d:mediaobject/d:textobject[@role='tex']"/>
139
+ <xsl:if test="$tex">
140
+ <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
141
+ <xsl:value-of select="$filename"/>
142
+ <xsl:text>}
143
+ </xsl:text>
144
+ <xsl:if test="$output.delims != 0">
145
+ <xsl:text>$$</xsl:text>
146
+ </xsl:if>
147
+ <xsl:value-of select="$tex"/>
148
+ <xsl:if test="$output.delims != 0">
149
+ <xsl:text>$$
150
+ </xsl:text>
151
+ </xsl:if>
152
+ <xsl:text>\vfill\eject
153
+ </xsl:text>
154
+ </xsl:if>
155
+ </xsl:template>
156
+
157
+ <xsl:template match="text()" mode="collect.tex.math.plain"/>
158
+
159
+ <!-- LaTeX -->
160
+
161
+ <xsl:template name="tex.math.latex.head">
162
+ <xsl:text>\documentclass{article}
163
+ </xsl:text>
164
+ <xsl:text>\pagestyle{empty}
165
+ </xsl:text>
166
+ <xsl:text>\begin{document}
167
+ </xsl:text>
168
+ </xsl:template>
169
+
170
+ <xsl:template name="tex.math.latex.tail">
171
+ <xsl:text>\end{document}
172
+ </xsl:text>
173
+ </xsl:template>
174
+
175
+ <xsl:template match="d:inlineequation" mode="collect.tex.math.latex">
176
+ <xsl:variable name="filename">
177
+ <xsl:choose>
178
+ <xsl:when test="d:graphic">
179
+ <xsl:call-template name="mediaobject.filename">
180
+ <xsl:with-param name="object" select="d:graphic"/>
181
+ </xsl:call-template>
182
+ </xsl:when>
183
+ <xsl:otherwise>
184
+ <xsl:call-template name="select.mediaobject.filename">
185
+ <xsl:with-param name="olist" select="d:inlinemediaobject/*"/>
186
+ </xsl:call-template>
187
+ </xsl:otherwise>
188
+ </xsl:choose>
189
+ </xsl:variable>
190
+ <xsl:variable name="output.delims">
191
+ <xsl:call-template name="tex.math.output.delims"/>
192
+ </xsl:variable>
193
+ <xsl:variable name="tex" select="d:alt[@role='tex'] | d:inlinemediaobject/d:textobject[@role='tex']"/>
194
+ <xsl:if test="$tex">
195
+ <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
196
+ <xsl:value-of select="$filename"/>
197
+ <xsl:text>}
198
+ </xsl:text>
199
+ <xsl:if test="$output.delims != 0">
200
+ <xsl:text>$</xsl:text>
201
+ </xsl:if>
202
+ <xsl:value-of select="$tex"/>
203
+ <xsl:if test="$output.delims != 0">
204
+ <xsl:text>$
205
+ </xsl:text>
206
+ </xsl:if>
207
+ <xsl:text>\newpage
208
+ </xsl:text>
209
+ </xsl:if>
210
+ </xsl:template>
211
+
212
+ <xsl:template match="d:equation|d:informalequation" mode="collect.tex.math.latex">
213
+ <xsl:variable name="filename">
214
+ <xsl:choose>
215
+ <xsl:when test="d:graphic">
216
+ <xsl:call-template name="mediaobject.filename">
217
+ <xsl:with-param name="object" select="d:graphic"/>
218
+ </xsl:call-template>
219
+ </xsl:when>
220
+ <xsl:otherwise>
221
+ <xsl:call-template name="select.mediaobject.filename">
222
+ <xsl:with-param name="olist" select="d:mediaobject/*"/>
223
+ </xsl:call-template>
224
+ </xsl:otherwise>
225
+ </xsl:choose>
226
+ </xsl:variable>
227
+ <xsl:variable name="output.delims">
228
+ <xsl:call-template name="tex.math.output.delims"/>
229
+ </xsl:variable>
230
+ <xsl:variable name="tex" select="d:alt[@role='tex'] | d:mediaobject/d:textobject[@role='tex']"/>
231
+ <xsl:if test="$tex">
232
+ <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
233
+ <xsl:value-of select="$filename"/>
234
+ <xsl:text>}
235
+ </xsl:text>
236
+ <xsl:if test="$output.delims != 0">
237
+ <xsl:text>$$</xsl:text>
238
+ </xsl:if>
239
+ <xsl:value-of select="$tex"/>
240
+ <xsl:if test="$output.delims != 0">
241
+ <xsl:text>$$
242
+ </xsl:text>
243
+ </xsl:if>
244
+ <xsl:text>\newpage
245
+ </xsl:text>
246
+ </xsl:if>
247
+ </xsl:template>
248
+
249
+ <xsl:template match="text()" mode="collect.tex.math.latex"/>
250
+
251
+ <!-- Extracting image filename from mediaobject and graphic elements -->
252
+
253
+ <xsl:template name="select.mediaobject.filename">
254
+ <xsl:param name="olist" select="d:imageobject|d:imageobjectco |d:videoobject|d:audioobject|d:textobject"/>
255
+
256
+ <xsl:variable name="mediaobject.index">
257
+ <xsl:call-template name="select.mediaobject.index">
258
+ <xsl:with-param name="olist" select="$olist"/>
259
+ <xsl:with-param name="count" select="1"/>
260
+ </xsl:call-template>
261
+ </xsl:variable>
262
+
263
+ <xsl:if test="$mediaobject.index != ''">
264
+ <xsl:call-template name="mediaobject.filename">
265
+ <xsl:with-param name="object" select="$olist[position() = $mediaobject.index]"/>
266
+ </xsl:call-template>
267
+ </xsl:if>
268
+ </xsl:template>
269
+
270
+ <xsl:template name="tex.math.output.delims">
271
+ <xsl:variable name="pi.delims">
272
+ <xsl:call-template name="pi.dbtex_delims">
273
+ <xsl:with-param name="node" select="descendant-or-self::*"/>
274
+ </xsl:call-template>
275
+ </xsl:variable>
276
+ <xsl:variable name="result">
277
+ <xsl:choose>
278
+ <xsl:when test="$pi.delims = 'no'">0</xsl:when>
279
+ <xsl:when test="$pi.delims = '' and $tex.math.delims = 0">0</xsl:when>
280
+ <xsl:otherwise>1</xsl:otherwise>
281
+ </xsl:choose>
282
+ </xsl:variable>
283
+ <xsl:value-of select="$result"/>
284
+ </xsl:template>
285
+
286
+ </xsl:stylesheet>
@@ -0,0 +1,449 @@
1
+ <?xml version="1.0" encoding="ASCII"?>
2
+ <!--This file was created automatically by html2xhtml-->
3
+ <!--from the HTML stylesheets.-->
4
+ <!-- This file is generated from param.xweb -->
5
+ <xsl:stylesheet exclude-result-prefixes="d"
6
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook"
7
+ xmlns="http://www.w3.org/1999/xhtml" version="1.0">
8
+
9
+ <!-- ********************************************************************
10
+ $Id: param.xweb 9853 2014-01-19 22:49:20Z bobstayton $
11
+ ********************************************************************
12
+
13
+ This file is part of the XSL DocBook Stylesheet distribution.
14
+ See ../README or http://docbook.sf.net/release/xsl/current/ for
15
+ copyright and other information.
16
+
17
+ ******************************************************************** -->
18
+
19
+ <xsl:param name="abstract.notitle.enabled" select="0"/>
20
+ <xsl:param name="activate.external.olinks" select="1"/>
21
+ <xsl:param name="admon.graphics.extension">.png</xsl:param>
22
+ <xsl:param name="admon.graphics" select="0"/>
23
+ <xsl:param name="admon.graphics.path">images/</xsl:param>
24
+ <xsl:param name="admon.style">
25
+ <xsl:value-of select="concat('margin-', $direction.align.start, ': 0.5in; margin-', $direction.align.end, ': 0.5in;')"/>
26
+ </xsl:param>
27
+ <xsl:param name="admon.textlabel" select="1"/>
28
+ <xsl:param name="annotate.toc" select="1"/>
29
+ <xsl:param name="annotation.css">
30
+ /* ======================================================================
31
+ Annotations
32
+ */
33
+
34
+ div.annotation-list { visibility: hidden;
35
+ }
36
+
37
+ div.annotation-nocss { position: absolute;
38
+ visibility: hidden;
39
+ }
40
+
41
+ div.annotation-popup { position: absolute;
42
+ z-index: 4;
43
+ visibility: hidden;
44
+ padding: 0px;
45
+ margin: 2px;
46
+ border-style: solid;
47
+ border-width: 1px;
48
+ width: 200px;
49
+ background-color: white;
50
+ }
51
+
52
+ div.annotation-title { padding: 1px;
53
+ font-weight: bold;
54
+ border-bottom-style: solid;
55
+ border-bottom-width: 1px;
56
+ color: white;
57
+ background-color: black;
58
+ }
59
+
60
+ div.annotation-body { padding: 2px;
61
+ }
62
+
63
+ div.annotation-body p { margin-top: 0px;
64
+ padding-top: 0px;
65
+ }
66
+
67
+ div.annotation-close { position: absolute;
68
+ top: 2px;
69
+ right: 2px;
70
+ }
71
+ </xsl:param>
72
+ <xsl:param name="annotation.graphic.close">
73
+ http://docbook.sourceforge.net/release/images/annot-close.png</xsl:param>
74
+ <xsl:param name="annotation.graphic.open">http://docbook.sourceforge.net/release/images/annot-open.png</xsl:param>
75
+
76
+ <xsl:param name="annotation.js">
77
+ <xsl:text>http://docbook.sourceforge.net/release/script/AnchorPosition.js http://docbook.sourceforge.net/release/script/PopupWindow.js</xsl:text></xsl:param>
78
+
79
+ <xsl:param name="annotation.support" select="0"/>
80
+ <xsl:param name="appendix.autolabel">A</xsl:param>
81
+ <xsl:param name="author.othername.in.middle" select="1"/>
82
+ <xsl:param name="autotoc.label.in.hyperlink" select="1"/>
83
+ <xsl:param name="autotoc.label.separator">. </xsl:param>
84
+ <xsl:param name="autolink.index.see" select="1"/>
85
+ <xsl:param name="base.dir"/>
86
+ <xsl:param name="biblioentry.item.separator">. </xsl:param>
87
+ <xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param>
88
+
89
+ <xsl:param name="bibliography.numbered" select="0"/>
90
+ <xsl:param name="bibliography.style">normal</xsl:param>
91
+ <xsl:param name="blurb.on.titlepage.enabled" select="0"/>
92
+ <xsl:param name="bridgehead.in.toc" select="0"/>
93
+ <xsl:param name="callout.defaultcolumn">60</xsl:param>
94
+ <xsl:param name="callout.graphics.extension">.png</xsl:param>
95
+
96
+ <xsl:param name="callout.graphics" select="1"/>
97
+ <xsl:param name="callout.graphics.number.limit">15</xsl:param>
98
+
99
+ <xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
100
+ <xsl:param name="callout.list.table" select="1"/>
101
+ <xsl:param name="callout.unicode" select="0"/>
102
+ <xsl:param name="callout.unicode.number.limit">10</xsl:param>
103
+ <xsl:param name="callout.unicode.start.character">10102</xsl:param>
104
+ <xsl:param name="callouts.extension" select="1"/>
105
+ <xsl:param name="chapter.autolabel" select="1"/>
106
+ <xsl:param name="chunk.append"/>
107
+ <xsl:param name="chunk.first.sections" select="0"/>
108
+ <xsl:param name="chunk.quietly" select="0"/>
109
+ <xsl:param name="chunk.section.depth" select="1"/>
110
+ <xsl:param name="chunk.separate.lots" select="0"/>
111
+ <xsl:param name="chunk.toc"/>
112
+ <xsl:param name="chunk.tocs.and.lots" select="0"/>
113
+ <xsl:param name="chunk.tocs.and.lots.has.title" select="1"/>
114
+ <xsl:param name="chunked.filename.prefix"/>
115
+ <xsl:param name="citerefentry.link" select="0"/>
116
+ <xsl:param name="collect.xref.targets">no</xsl:param>
117
+ <xsl:param name="component.label.includes.part.label" select="0"/>
118
+ <xsl:param name="contrib.inline.enabled">1</xsl:param>
119
+ <xsl:param name="css.decoration" select="1"/>
120
+ <xsl:param name="current.docid"/>
121
+ <xsl:param name="custom.css.source"/>
122
+ <xsl:param name="default.float.class">
123
+ <xsl:choose>
124
+ <xsl:when test="contains($stylesheet.result.type,'html')">left</xsl:when>
125
+ <xsl:otherwise>before</xsl:otherwise>
126
+ </xsl:choose>
127
+ </xsl:param>
128
+ <xsl:param name="default.image.width"/>
129
+ <xsl:param name="default.table.frame">all</xsl:param>
130
+ <xsl:param name="default.table.width"/>
131
+ <xsl:param name="docbook.css.link" select="1"/>
132
+ <xsl:param name="docbook.css.source">docbook.css.xml</xsl:param>
133
+ <xsl:param name="draft.mode">no</xsl:param>
134
+ <xsl:param name="draft.watermark.image">images/draft.png</xsl:param>
135
+ <xsl:param name="ebnf.assignment">
136
+ <code>::=</code>
137
+ </xsl:param>
138
+
139
+ <xsl:param name="ebnf.statement.terminator"/>
140
+
141
+ <xsl:param name="ebnf.table.bgcolor">#F5DCB3</xsl:param>
142
+ <xsl:param name="ebnf.table.border" select="1"/>
143
+ <xsl:param name="eclipse.autolabel" select="0"/>
144
+ <xsl:param name="eclipse.plugin.id">com.example.help</xsl:param>
145
+ <xsl:param name="eclipse.plugin.name">DocBook Online Help Sample</xsl:param>
146
+ <xsl:param name="eclipse.plugin.provider">Example provider</xsl:param>
147
+ <xsl:param name="editedby.enabled">1</xsl:param>
148
+ <xsl:param name="email.delimiters.enabled" select="1"/>
149
+ <xsl:param name="emphasis.propagates.style" select="1"/>
150
+ <xsl:param name="entry.propagates.style" select="1"/>
151
+ <xsl:param name="exsl.node.set.available">
152
+ <xsl:choose>
153
+ <xsl:when xmlns:exsl="http://exslt.org/common" exsl:foo="" test="function-available('exsl:node-set') or contains(system-property('xsl:vendor'), 'Apache Software Foundation')">1</xsl:when>
154
+ <xsl:otherwise>0</xsl:otherwise>
155
+ </xsl:choose>
156
+ </xsl:param>
157
+ <xsl:param name="firstterm.only.link" select="0"/>
158
+ <xsl:param name="footer.rule" select="1"/>
159
+ <xsl:param name="footnote.number.format">1</xsl:param>
160
+ <xsl:param name="footnote.number.symbols"/>
161
+ <xsl:param name="formal.procedures" select="1"/>
162
+ <xsl:param name="formal.title.placement">
163
+ figure before
164
+ example before
165
+ equation before
166
+ table before
167
+ procedure before
168
+ task before
169
+ </xsl:param>
170
+ <xsl:param name="funcsynopsis.decoration" select="1"/>
171
+ <xsl:param name="funcsynopsis.style">kr</xsl:param>
172
+ <xsl:param name="function.parens" select="0"/>
173
+ <xsl:param name="generate.consistent.ids" select="0"/>
174
+ <xsl:param name="generate.css.header" select="0"/>
175
+ <xsl:param name="generate.id.attributes" select="0"/>
176
+ <xsl:param name="generate.index" select="1"/>
177
+ <xsl:param name="generate.legalnotice.link" select="0"/>
178
+ <xsl:param name="generate.manifest" select="0"/>
179
+ <xsl:param name="generate.meta.abstract" select="1"/>
180
+ <xsl:param name="generate.revhistory.link" select="0"/>
181
+ <xsl:param name="generate.section.toc.level" select="0"/>
182
+ <xsl:param name="generate.toc">
183
+ appendix toc,title
184
+ article/appendix nop
185
+ article toc,title
186
+ book toc,title,figure,table,example,equation
187
+ chapter toc,title
188
+ part toc,title
189
+ preface toc,title
190
+ qandadiv toc
191
+ qandaset toc
192
+ reference toc,title
193
+ sect1 toc
194
+ sect2 toc
195
+ sect3 toc
196
+ sect4 toc
197
+ sect5 toc
198
+ section toc
199
+ set toc,title
200
+ </xsl:param>
201
+
202
+ <xsl:param name="glossary.collection"/>
203
+ <xsl:param name="glossary.sort" select="0"/>
204
+ <xsl:param name="glossentry.show.acronym">no</xsl:param>
205
+ <xsl:param name="glossterm.auto.link" select="0"/>
206
+ <xsl:param name="graphic.default.extension"/>
207
+ <xsl:param name="graphicsize.extension" select="1"/>
208
+ <xsl:param name="graphicsize.use.img.src.path" select="0"/>
209
+ <xsl:param name="header.rule" select="1"/>
210
+ <xsl:param name="highlight.default.language"/>
211
+ <xsl:param name="highlight.source" select="0"/>
212
+ <xsl:param name="highlight.xslthl.config"/>
213
+ <xsl:param name="html.append"/>
214
+ <xsl:param name="html.base"/>
215
+ <xsl:param name="html.cellpadding"/>
216
+ <xsl:param name="html.cellspacing"/>
217
+ <xsl:param name="html.cleanup" select="1"/>
218
+ <xsl:param name="html.ext">.html</xsl:param>
219
+ <xsl:param name="html.extra.head.links" select="0"/>
220
+ <xsl:param name="html.head.legalnotice.link.multiple" select="1"/>
221
+ <xsl:param name="html.head.legalnotice.link.types">copyright</xsl:param>
222
+ <xsl:param name="html.longdesc" select="1"/>
223
+ <xsl:param name="html.longdesc.link" select="$html.longdesc"/>
224
+ <xsl:param name="html.script"/>
225
+ <xsl:param name="html.script.type">text/javascript</xsl:param>
226
+ <xsl:param name="html.stylesheet"/>
227
+ <xsl:param name="html.stylesheet.type">text/css</xsl:param>
228
+ <xsl:param name="htmlhelp.alias.file">alias.h</xsl:param>
229
+ <xsl:param name="htmlhelp.autolabel" select="0"/>
230
+ <xsl:param name="htmlhelp.button.back" select="1"/>
231
+ <xsl:param name="htmlhelp.button.forward" select="0"/>
232
+ <xsl:param name="htmlhelp.button.hideshow" select="1"/>
233
+ <xsl:param name="htmlhelp.button.home" select="0"/>
234
+ <xsl:param name="htmlhelp.button.home.url"/>
235
+ <xsl:param name="htmlhelp.button.jump1" select="0"/>
236
+ <xsl:param name="htmlhelp.button.jump1.title">User1</xsl:param>
237
+ <xsl:param name="htmlhelp.button.jump1.url"/>
238
+ <xsl:param name="htmlhelp.button.jump2" select="0"/>
239
+ <xsl:param name="htmlhelp.button.jump2.title">User2</xsl:param>
240
+ <xsl:param name="htmlhelp.button.jump2.url"/>
241
+ <xsl:param name="htmlhelp.button.locate" select="0"/>
242
+ <xsl:param name="htmlhelp.button.next" select="1"/>
243
+ <xsl:param name="htmlhelp.button.options" select="1"/>
244
+ <xsl:param name="htmlhelp.button.prev" select="1"/>
245
+ <xsl:param name="htmlhelp.button.print" select="1"/>
246
+ <xsl:param name="htmlhelp.button.refresh" select="0"/>
247
+ <xsl:param name="htmlhelp.button.stop" select="0"/>
248
+ <xsl:param name="htmlhelp.button.zoom" select="0"/>
249
+ <xsl:param name="htmlhelp.chm">htmlhelp.chm</xsl:param>
250
+ <xsl:param name="htmlhelp.default.topic"/>
251
+ <xsl:param name="htmlhelp.display.progress" select="1"/>
252
+ <xsl:param name="htmlhelp.encoding">iso-8859-1</xsl:param>
253
+ <xsl:param name="htmlhelp.enhanced.decompilation" select="0"/>
254
+ <xsl:param name="htmlhelp.enumerate.images" select="0"/>
255
+ <xsl:param name="htmlhelp.force.map.and.alias" select="0"/>
256
+ <xsl:param name="htmlhelp.hhc.binary" select="1"/>
257
+ <xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"/>
258
+ <xsl:param name="htmlhelp.hhc">toc.hhc</xsl:param>
259
+ <xsl:param name="htmlhelp.hhc.section.depth">5</xsl:param>
260
+ <xsl:param name="htmlhelp.hhc.show.root" select="1"/>
261
+ <xsl:param name="htmlhelp.hhc.width"/>
262
+ <xsl:param name="htmlhelp.hhk">index.hhk</xsl:param>
263
+ <xsl:param name="htmlhelp.hhp">htmlhelp.hhp</xsl:param>
264
+ <xsl:param name="htmlhelp.hhp.tail"/>
265
+ <xsl:param name="htmlhelp.hhp.window">Main</xsl:param>
266
+ <xsl:param name="htmlhelp.hhp.windows"/>
267
+ <xsl:param name="htmlhelp.map.file">context.h</xsl:param>
268
+ <xsl:param name="htmlhelp.only" select="0"/>
269
+ <xsl:param name="htmlhelp.remember.window.position" select="0"/>
270
+ <xsl:param name="htmlhelp.show.advanced.search" select="0"/>
271
+ <xsl:param name="htmlhelp.show.favorities" select="0"/>
272
+ <xsl:param name="htmlhelp.show.menu" select="0"/>
273
+ <xsl:param name="htmlhelp.show.toolbar.text" select="1"/>
274
+ <xsl:param name="htmlhelp.title"/>
275
+ <xsl:param name="htmlhelp.use.hhk" select="0"/>
276
+ <xsl:param name="htmlhelp.window.geometry"/>
277
+ <xsl:param name="id.warnings" select="0"/>
278
+ <xsl:param name="ignore.image.scaling" select="0"/>
279
+ <xsl:param name="img.src.path"/>
280
+ <xsl:param name="index.links.to.section" select="1"/>
281
+ <xsl:param name="index.method">basic</xsl:param>
282
+ <xsl:param name="index.number.separator"/>
283
+ <xsl:param name="index.on.role" select="0"/>
284
+ <xsl:param name="index.on.type" select="0"/>
285
+ <xsl:param name="index.prefer.titleabbrev" select="0"/>
286
+ <xsl:param name="index.range.separator"/>
287
+ <xsl:param name="index.term.separator"/>
288
+ <xsl:param name="inherit.keywords" select="1"/>
289
+ <xsl:param name="insert.olink.page.number">no</xsl:param>
290
+ <xsl:param name="insert.olink.pdf.frag" select="0"/>
291
+ <xsl:param name="insert.xref.page.number">no</xsl:param>
292
+ <xsl:param name="insert.xref.page.number.para">yes</xsl:param>
293
+ <xsl:param name="javahelp.encoding">iso-8859-1</xsl:param>
294
+ <xsl:param name="keep.relative.image.uris" select="1"/>
295
+
296
+ <xsl:param name="l10n.gentext.default.language">en</xsl:param>
297
+ <xsl:param name="l10n.gentext.language"/>
298
+ <xsl:param name="l10n.gentext.use.xref.language" select="0"/>
299
+ <xsl:param name="l10n.lang.value.rfc.compliant" select="1"/>
300
+ <xsl:param name="label.from.part" select="0"/>
301
+ <xsl:param name="linenumbering.everyNth">5</xsl:param>
302
+ <xsl:param name="linenumbering.extension" select="1"/>
303
+ <xsl:param name="linenumbering.separator"><xsl:text> </xsl:text></xsl:param>
304
+ <xsl:param name="linenumbering.width">3</xsl:param>
305
+ <xsl:param name="link.mailto.url"/>
306
+ <xsl:param name="make.clean.html" select="0"/>
307
+ <xsl:param name="make.graphic.viewport" select="1"/>
308
+ <xsl:param name="make.single.year.ranges" select="0"/>
309
+ <xsl:param name="make.valid.html" select="1"/>
310
+ <xsl:param name="make.year.ranges" select="0"/>
311
+ <xsl:param name="manifest">HTML.manifest</xsl:param>
312
+
313
+ <xsl:param name="manifest.in.base.dir" select="0"/>
314
+ <xsl:param name="manual.toc"/>
315
+ <xsl:param name="menuchoice.menu.separator"> &#8594; </xsl:param>
316
+ <xsl:param name="menuchoice.separator">+</xsl:param>
317
+ <xsl:param name="navig.graphics.extension">.gif</xsl:param>
318
+ <xsl:param name="navig.graphics" select="0"/>
319
+ <xsl:param name="navig.graphics.path">images/</xsl:param>
320
+ <xsl:param name="navig.showtitles">1</xsl:param>
321
+ <xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"/>
322
+ <xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"/>
323
+ <xsl:param name="nominal.table.width">6in</xsl:param>
324
+ <xsl:param name="olink.base.uri"/>
325
+ <xsl:param name="olink.debug" select="0"/>
326
+ <xsl:param name="olink.doctitle">no</xsl:param>
327
+ <xsl:param name="olink.lang.fallback.sequence"/>
328
+ <xsl:attribute-set name="olink.properties">
329
+ <xsl:attribute name="show-destination">replace</xsl:attribute>
330
+ </xsl:attribute-set>
331
+ <xsl:param name="othercredit.like.author.enabled">0</xsl:param>
332
+ <xsl:param name="para.propagates.style" select="1"/>
333
+ <xsl:param name="part.autolabel">I</xsl:param>
334
+ <xsl:param name="phrase.propagates.style" select="1"/>
335
+ <xsl:param name="pixels.per.inch">90</xsl:param>
336
+ <xsl:param name="points.per.em">10</xsl:param>
337
+ <xsl:param name="preface.autolabel" select="0"/>
338
+ <xsl:param name="prefer.internal.olink" select="0"/>
339
+ <xsl:param name="preferred.mediaobject.role"/>
340
+ <xsl:param name="process.empty.source.toc" select="0"/>
341
+ <xsl:param name="process.source.toc" select="0"/>
342
+ <xsl:param name="profile.arch"/>
343
+ <xsl:param name="profile.attribute"/>
344
+ <xsl:param name="profile.audience"/>
345
+ <xsl:param name="profile.condition"/>
346
+ <xsl:param name="profile.conformance"/>
347
+ <xsl:param name="profile.lang"/>
348
+ <xsl:param name="profile.os"/>
349
+ <xsl:param name="profile.revision"/>
350
+ <xsl:param name="profile.revisionflag"/>
351
+ <xsl:param name="profile.role"/>
352
+ <xsl:param name="profile.security"/>
353
+ <xsl:param name="profile.separator">;</xsl:param>
354
+ <xsl:param name="profile.status"/>
355
+ <xsl:param name="profile.userlevel"/>
356
+ <xsl:param name="profile.value"/>
357
+ <xsl:param name="profile.vendor"/>
358
+ <xsl:param name="profile.wordsize"/>
359
+ <xsl:param name="punct.honorific">.</xsl:param>
360
+ <xsl:param name="qanda.defaultlabel">number</xsl:param>
361
+ <xsl:param name="qanda.in.toc" select="0"/>
362
+ <xsl:param name="qanda.inherit.numeration" select="1"/>
363
+ <xsl:param name="qanda.nested.in.toc" select="0"/>
364
+ <xsl:param name="qandadiv.autolabel" select="1"/>
365
+ <xsl:param name="refclass.suppress" select="0"/>
366
+ <xsl:param name="refentry.generate.name" select="1"/>
367
+ <xsl:param name="refentry.generate.title" select="0"/>
368
+ <xsl:param name="refentry.separator" select="1"/>
369
+ <xsl:param name="refentry.xref.manvolnum" select="1"/>
370
+ <xsl:param name="reference.autolabel">I</xsl:param>
371
+ <xsl:param name="root.filename">index</xsl:param>
372
+ <xsl:param name="rootid"/>
373
+ <xsl:param name="runinhead.default.title.end.punct">.</xsl:param>
374
+ <xsl:param name="runinhead.title.end.punct">.!?:</xsl:param>
375
+ <xsl:param name="section.autolabel" select="0"/>
376
+ <xsl:param name="section.autolabel.max.depth">8</xsl:param>
377
+ <xsl:param name="section.label.includes.component.label" select="0"/>
378
+ <xsl:param name="segmentedlist.as.table" select="0"/>
379
+ <xsl:param name="shade.verbatim" select="0"/>
380
+ <xsl:attribute-set name="shade.verbatim.style">
381
+ <xsl:attribute name="border">0</xsl:attribute>
382
+ <xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute>
383
+ </xsl:attribute-set>
384
+
385
+ <xsl:param name="show.comments" select="1"/>
386
+ <xsl:param name="show.revisionflag" select="0"/>
387
+ <xsl:param name="simplesect.in.toc" select="0"/>
388
+ <xsl:param name="spacing.paras" select="0"/>
389
+ <xsl:param name="suppress.footer.navigation">0</xsl:param>
390
+ <xsl:param name="suppress.header.navigation" select="0"/>
391
+ <xsl:param name="suppress.navigation" select="0"/>
392
+ <xsl:param name="table.borders.with.css" select="0"/>
393
+ <xsl:param name="table.cell.border.color"/>
394
+
395
+ <xsl:param name="table.cell.border.style">solid</xsl:param>
396
+ <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
397
+ <xsl:param name="table.footnote.number.format">a</xsl:param>
398
+ <xsl:param name="table.footnote.number.symbols"/>
399
+ <xsl:param name="table.frame.border.color"/>
400
+
401
+ <xsl:param name="table.frame.border.style">solid</xsl:param>
402
+ <xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
403
+ <xsl:param name="tablecolumns.extension" select="1"/>
404
+ <xsl:param name="target.database.document">olinkdb.xml</xsl:param>
405
+ <xsl:param name="targets.filename">target.db</xsl:param>
406
+ <xsl:param name="tex.math.delims" select="1"/>
407
+ <xsl:param name="tex.math.file">tex-math-equations.tex</xsl:param>
408
+ <xsl:param name="tex.math.in.alt"/>
409
+ <xsl:param name="textdata.default.encoding"/>
410
+ <xsl:param name="textinsert.extension" select="1"/>
411
+ <xsl:param name="toc.list.type">dl</xsl:param>
412
+ <xsl:param name="toc.max.depth">8</xsl:param>
413
+ <xsl:param name="toc.section.depth">2</xsl:param>
414
+ <xsl:param name="ulink.target">_top</xsl:param>
415
+ <xsl:param name="use.embed.for.svg" select="0"/>
416
+ <xsl:param name="use.extensions" select="0"/>
417
+ <xsl:param name="use.id.as.filename" select="0"/>
418
+ <xsl:param name="use.local.olink.style" select="0"/>
419
+ <xsl:param name="use.role.as.xrefstyle" select="1"/>
420
+ <xsl:param name="use.role.for.mediaobject" select="1"/>
421
+ <xsl:param name="use.svg" select="1"/>
422
+ <xsl:param name="variablelist.as.table" select="0"/>
423
+ <xsl:param name="variablelist.term.break.after">0</xsl:param>
424
+ <xsl:param name="variablelist.term.separator">, </xsl:param>
425
+ <xsl:param name="webhelp.autolabel">0</xsl:param>
426
+ <xsl:param name="webhelp.base.dir">docs</xsl:param>
427
+ <xsl:param name="webhelp.common.dir">../common/</xsl:param>
428
+ <xsl:param name="webhelp.default.topic">index.html</xsl:param>
429
+ <xsl:param name="webhelp.include.search.tab">1</xsl:param>
430
+ <xsl:param name="webhelp.indexer.language">en</xsl:param>
431
+ <xsl:param name="webhelp.start.filename">index.html</xsl:param>
432
+ <xsl:param name="webhelp.tree.cookie.id" select="concat( 'treeview-', count(//node()) )"/>
433
+ <xsl:param name="writing.mode">
434
+ <xsl:call-template name="gentext">
435
+ <xsl:with-param name="key">writing-mode</xsl:with-param>
436
+ <xsl:with-param name="lang">
437
+ <xsl:call-template name="l10n.language">
438
+ <xsl:with-param name="target" select="/*[1]"/>
439
+ </xsl:call-template>
440
+ </xsl:with-param>
441
+ </xsl:call-template>
442
+ </xsl:param>
443
+ <xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param>
444
+ <xsl:param name="xref.label-title.separator">: </xsl:param>
445
+ <xsl:param name="xref.title-page.separator"><xsl:text> </xsl:text></xsl:param>
446
+ <xsl:param name="xref.with.number.and.title" select="1"/>
447
+ <xsl:param name="link.to.self.for.mediaobject" select="0"/>
448
+
449
+ </xsl:stylesheet>