booky 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1557) hide show
  1. data/.gitignore +4 -0
  2. data/Gemfile +4 -0
  3. data/README.textile +18 -0
  4. data/Rakefile +2 -0
  5. data/bin/booky +6 -0
  6. data/booky.gemspec +24 -0
  7. data/lib/booky/docbook.rb +13 -0
  8. data/lib/booky/fo.rb +15 -0
  9. data/lib/booky/fonts.rb +104 -0
  10. data/lib/booky/pdf.rb +19 -0
  11. data/lib/booky/version.rb +3 -0
  12. data/lib/booky.rb +101 -0
  13. data/lib/custom_fonts.xml +91 -0
  14. data/lib/fonts/Ubuntu-B.ttf +0 -0
  15. data/lib/fonts/Ubuntu-BI.ttf +0 -0
  16. data/lib/fonts/Ubuntu-L.ttf +0 -0
  17. data/lib/fonts/Ubuntu-LI.ttf +0 -0
  18. data/lib/fonts/Ubuntu-M.ttf +0 -0
  19. data/lib/fonts/Ubuntu-MI.ttf +0 -0
  20. data/lib/fonts/Ubuntu-R.ttf +0 -0
  21. data/lib/fonts/Ubuntu-RI.ttf +0 -0
  22. data/lib/fop/KEYS +248 -0
  23. data/lib/fop/LICENSE +202 -0
  24. data/lib/fop/NOTICE +10 -0
  25. data/lib/fop/README +286 -0
  26. data/lib/fop/build/fop.jar +0 -0
  27. data/lib/fop/conf/fop.xconf +464 -0
  28. data/lib/fop/fop +254 -0
  29. data/lib/fop/fop.bat +85 -0
  30. data/lib/fop/fop.cmd +75 -0
  31. data/lib/fop/fop.js +341 -0
  32. data/lib/fop/lib/README.txt +243 -0
  33. data/lib/fop/lib/avalon-framework-4.2.0.jar +0 -0
  34. data/lib/fop/lib/avalon-framework.LICENSE.txt +175 -0
  35. data/lib/fop/lib/avalon-framework.NOTICE.TXT +11 -0
  36. data/lib/fop/lib/batik-all-1.7.jar +0 -0
  37. data/lib/fop/lib/batik.LICENSE.txt +201 -0
  38. data/lib/fop/lib/batik.NOTICE.txt +18 -0
  39. data/lib/fop/lib/commons-io-1.3.1.jar +0 -0
  40. data/lib/fop/lib/commons-io.LICENSE.txt +203 -0
  41. data/lib/fop/lib/commons-io.NOTICE.txt +6 -0
  42. data/lib/fop/lib/commons-logging-1.0.4.jar +0 -0
  43. data/lib/fop/lib/commons-logging.LICENSE.txt +202 -0
  44. data/lib/fop/lib/commons-logging.NOTICE.txt +3 -0
  45. data/lib/fop/lib/jeuclid-core-3.1.9.jar +0 -0
  46. data/lib/fop/lib/jeuclid-fop-3.1.9.jar +0 -0
  47. data/lib/fop/lib/serializer-2.7.0.jar +0 -0
  48. data/lib/fop/lib/serializer.LICENSE.txt +201 -0
  49. data/lib/fop/lib/serializer.NOTICE.txt +15 -0
  50. data/lib/fop/lib/xalan-2.7.0.jar +0 -0
  51. data/lib/fop/lib/xalan.BCEL.LICENSE.txt +52 -0
  52. data/lib/fop/lib/xalan.LICENSE.txt +202 -0
  53. data/lib/fop/lib/xalan.NOTICE.txt +44 -0
  54. data/lib/fop/lib/xalan.regexp.LICENSE.txt +52 -0
  55. data/lib/fop/lib/xalan.runtime.LICENSE.txt +20 -0
  56. data/lib/fop/lib/xerces.LICENSE.txt +56 -0
  57. data/lib/fop/lib/xercesImpl-2.7.1.jar +0 -0
  58. data/lib/fop/lib/xercesImpl.LICENSE.txt +201 -0
  59. data/lib/fop/lib/xercesImpl.NOTICE.txt +14 -0
  60. data/lib/fop/lib/xml-apis-1.3.04.jar +0 -0
  61. data/lib/fop/lib/xml-apis-ext-1.3.04.jar +0 -0
  62. data/lib/fop/lib/xml-apis-ext.LICENSE.dom-documentation.txt +73 -0
  63. data/lib/fop/lib/xml-apis-ext.LICENSE.dom-software.txt +61 -0
  64. data/lib/fop/lib/xml-apis-ext.LICENSE.sac.html +75 -0
  65. data/lib/fop/lib/xml-apis-ext.LICENSE.txt +202 -0
  66. data/lib/fop/lib/xml-apis-ext.NOTICE.txt +16 -0
  67. data/lib/fop/lib/xml-apis-ext.README.dom.txt +56 -0
  68. data/lib/fop/lib/xml-apis.LICENSE-SAX.html +17 -0
  69. data/lib/fop/lib/xml-apis.LICENSE.DOM-documentation.html +74 -0
  70. data/lib/fop/lib/xml-apis.LICENSE.DOM-software.html +66 -0
  71. data/lib/fop/lib/xml-apis.LICENSE.txt +201 -0
  72. data/lib/fop/lib/xml-apis.NOTICE.txt +13 -0
  73. data/lib/fop/lib/xmlgraphics-commons-1.4.jar +0 -0
  74. data/lib/fop/lib/xmlgraphics-commons.LICENSE.txt +202 -0
  75. data/lib/fop/lib/xmlgraphics-commons.NOTICE.txt +5 -0
  76. data/lib/fop/status.xml +1809 -0
  77. data/lib/params.pdf +0 -0
  78. data/lib/stylesheets/.CatalogManager.properties.example +61 -0
  79. data/lib/stylesheets/.urilist +1 -0
  80. data/lib/stylesheets/AUTHORS +4 -0
  81. data/lib/stylesheets/BUGS +21 -0
  82. data/lib/stylesheets/COPYING +47 -0
  83. data/lib/stylesheets/INSTALL +88 -0
  84. data/lib/stylesheets/Makefile +89 -0
  85. data/lib/stylesheets/NEWS +139 -0
  86. data/lib/stylesheets/NEWS.html +25 -0
  87. data/lib/stylesheets/NEWS.xml +145 -0
  88. data/lib/stylesheets/README +166 -0
  89. data/lib/stylesheets/RELEASE-NOTES.html +8353 -0
  90. data/lib/stylesheets/RELEASE-NOTES.pdf +24340 -11
  91. data/lib/stylesheets/RELEASE-NOTES.txt +8575 -0
  92. data/lib/stylesheets/RELEASE-NOTES.xml +10327 -0
  93. data/lib/stylesheets/TODO +23 -0
  94. data/lib/stylesheets/VERSION +115 -0
  95. data/lib/stylesheets/catalog.xml +8 -0
  96. data/lib/stylesheets/common/addns.xsl +118 -0
  97. data/lib/stylesheets/common/af.xml +1229 -0
  98. data/lib/stylesheets/common/am.xml +1229 -0
  99. data/lib/stylesheets/common/ar.xml +1229 -0
  100. data/lib/stylesheets/common/as.xml +660 -0
  101. data/lib/stylesheets/common/ast.xml +660 -0
  102. data/lib/stylesheets/common/autoidx-kimber.xsl +45 -0
  103. data/lib/stylesheets/common/autoidx-kosek.xsl +155 -0
  104. data/lib/stylesheets/common/az.xml +672 -0
  105. data/lib/stylesheets/common/bg.xml +724 -0
  106. data/lib/stylesheets/common/bn.xml +1229 -0
  107. data/lib/stylesheets/common/bn_in.xml +660 -0
  108. data/lib/stylesheets/common/bs.xml +662 -0
  109. data/lib/stylesheets/common/ca.xml +660 -0
  110. data/lib/stylesheets/common/charmap.xml +185 -0
  111. data/lib/stylesheets/common/charmap.xsl +222 -0
  112. data/lib/stylesheets/common/common.xml +622 -0
  113. data/lib/stylesheets/common/common.xsl +2040 -0
  114. data/lib/stylesheets/common/cs.xml +700 -0
  115. data/lib/stylesheets/common/cy.xml +1245 -0
  116. data/lib/stylesheets/common/da.xml +664 -0
  117. data/lib/stylesheets/common/de.xml +666 -0
  118. data/lib/stylesheets/common/el.xml +729 -0
  119. data/lib/stylesheets/common/en.xml +1230 -0
  120. data/lib/stylesheets/common/entities.ent +67 -0
  121. data/lib/stylesheets/common/eo.xml +1229 -0
  122. data/lib/stylesheets/common/es.xml +676 -0
  123. data/lib/stylesheets/common/et.xml +1229 -0
  124. data/lib/stylesheets/common/eu.xml +1229 -0
  125. data/lib/stylesheets/common/fa.xml +660 -0
  126. data/lib/stylesheets/common/fi.xml +670 -0
  127. data/lib/stylesheets/common/fr.xml +690 -0
  128. data/lib/stylesheets/common/ga.xml +1229 -0
  129. data/lib/stylesheets/common/gentext.xsl +840 -0
  130. data/lib/stylesheets/common/gl.xml +1229 -0
  131. data/lib/stylesheets/common/gu.xml +660 -0
  132. data/lib/stylesheets/common/he.xml +1229 -0
  133. data/lib/stylesheets/common/hi.xml +660 -0
  134. data/lib/stylesheets/common/hr.xml +662 -0
  135. data/lib/stylesheets/common/hu.xml +678 -0
  136. data/lib/stylesheets/common/id.xml +1229 -0
  137. data/lib/stylesheets/common/insertfile.xsl +113 -0
  138. data/lib/stylesheets/common/is.xml +672 -0
  139. data/lib/stylesheets/common/it.xml +1229 -0
  140. data/lib/stylesheets/common/ja.xml +660 -0
  141. data/lib/stylesheets/common/ka.xml +700 -0
  142. data/lib/stylesheets/common/kn.xml +1229 -0
  143. data/lib/stylesheets/common/ko.xml +1229 -0
  144. data/lib/stylesheets/common/ky.xml +732 -0
  145. data/lib/stylesheets/common/l10n.dtd +64 -0
  146. data/lib/stylesheets/common/l10n.xml +77 -0
  147. data/lib/stylesheets/common/l10n.xsl +594 -0
  148. data/lib/stylesheets/common/la.xml +1229 -0
  149. data/lib/stylesheets/common/labels.xsl +888 -0
  150. data/lib/stylesheets/common/lt.xml +678 -0
  151. data/lib/stylesheets/common/lv.xml +1229 -0
  152. data/lib/stylesheets/common/ml.xml +660 -0
  153. data/lib/stylesheets/common/mn.xml +730 -0
  154. data/lib/stylesheets/common/mr.xml +660 -0
  155. data/lib/stylesheets/common/nb.xml +1229 -0
  156. data/lib/stylesheets/common/nds.xml +666 -0
  157. data/lib/stylesheets/common/nl.xml +660 -0
  158. data/lib/stylesheets/common/nn.xml +1229 -0
  159. data/lib/stylesheets/common/olink.xsl +1227 -0
  160. data/lib/stylesheets/common/or.xml +1229 -0
  161. data/lib/stylesheets/common/pa.xml +660 -0
  162. data/lib/stylesheets/common/pi.xml +168 -0
  163. data/lib/stylesheets/common/pi.xsl +347 -0
  164. data/lib/stylesheets/common/pl.xml +678 -0
  165. data/lib/stylesheets/common/pt.xml +1229 -0
  166. data/lib/stylesheets/common/pt_br.xml +1229 -0
  167. data/lib/stylesheets/common/refentry.xml +781 -0
  168. data/lib/stylesheets/common/refentry.xsl +1353 -0
  169. data/lib/stylesheets/common/ro.xml +1229 -0
  170. data/lib/stylesheets/common/ru.xml +726 -0
  171. data/lib/stylesheets/common/sk.xml +1229 -0
  172. data/lib/stylesheets/common/sl.xml +1229 -0
  173. data/lib/stylesheets/common/sq.xml +1229 -0
  174. data/lib/stylesheets/common/sr.xml +720 -0
  175. data/lib/stylesheets/common/sr_Latn.xml +679 -0
  176. data/lib/stylesheets/common/subtitles.xsl +156 -0
  177. data/lib/stylesheets/common/sv.xml +664 -0
  178. data/lib/stylesheets/common/ta.xml +660 -0
  179. data/lib/stylesheets/common/table.xsl +515 -0
  180. data/lib/stylesheets/common/targetdatabase.dtd +49 -0
  181. data/lib/stylesheets/common/targets.xsl +334 -0
  182. data/lib/stylesheets/common/te.xml +660 -0
  183. data/lib/stylesheets/common/th.xml +1229 -0
  184. data/lib/stylesheets/common/titles.xsl +806 -0
  185. data/lib/stylesheets/common/tl.xml +1229 -0
  186. data/lib/stylesheets/common/tr.xml +666 -0
  187. data/lib/stylesheets/common/uk.xml +726 -0
  188. data/lib/stylesheets/common/utility.xml +259 -0
  189. data/lib/stylesheets/common/utility.xsl +291 -0
  190. data/lib/stylesheets/common/vi.xml +1229 -0
  191. data/lib/stylesheets/common/xh.xml +1229 -0
  192. data/lib/stylesheets/common/zh.xml +660 -0
  193. data/lib/stylesheets/common/zh_cn.xml +660 -0
  194. data/lib/stylesheets/common/zh_tw.xml +660 -0
  195. data/lib/stylesheets/docsrc/authors.xml +10 -0
  196. data/lib/stylesheets/docsrc/copyright.xml +18 -0
  197. data/lib/stylesheets/docsrc/license.xml +23 -0
  198. data/lib/stylesheets/docsrc/page.png +0 -0
  199. data/lib/stylesheets/docsrc/reference.css +79 -0
  200. data/lib/stylesheets/docsrc/reference.xml +229 -0
  201. data/lib/stylesheets/docsrc/reference.xml.included +33905 -0
  202. data/lib/stylesheets/docsrc/warranty.xml +11 -0
  203. data/lib/stylesheets/eclipse/eclipse.xsl +294 -0
  204. data/lib/stylesheets/eclipse/eclipse3.xsl +112 -0
  205. data/lib/stylesheets/eclipse/profile-eclipse.xsl +268 -0
  206. data/lib/stylesheets/epub/README +88 -0
  207. data/lib/stylesheets/epub/bin/dbtoepub +76 -0
  208. data/lib/stylesheets/epub/bin/lib/docbook.rb +227 -0
  209. data/lib/stylesheets/epub/bin/xslt/obfuscate.xsl +14 -0
  210. data/lib/stylesheets/epub/docbook.xsl +1678 -0
  211. data/lib/stylesheets/extensions/LICENSE.txt +264 -0
  212. data/lib/stylesheets/extensions/NOTICE.txt +12 -0
  213. data/lib/stylesheets/extensions/README.LIBXSLT +52 -0
  214. data/lib/stylesheets/extensions/README.txt +4 -0
  215. data/lib/stylesheets/extensions/docbook.py +239 -0
  216. data/lib/stylesheets/extensions/lucene-analyzers-3.0.0.jar +0 -0
  217. data/lib/stylesheets/extensions/lucene-core-3.0.0.jar +0 -0
  218. data/lib/stylesheets/extensions/saxon65.jar +0 -0
  219. data/lib/stylesheets/extensions/webhelpindexer.jar +0 -0
  220. data/lib/stylesheets/extensions/xalan27.jar +0 -0
  221. data/lib/stylesheets/extensions/xslt.py +84 -0
  222. data/lib/stylesheets/fo/admon.xsl +132 -0
  223. data/lib/stylesheets/fo/annotations.xsl +20 -0
  224. data/lib/stylesheets/fo/autoidx-kimber.xsl +173 -0
  225. data/lib/stylesheets/fo/autoidx-kosek.xsl +140 -0
  226. data/lib/stylesheets/fo/autoidx-ng.xsl +22 -0
  227. data/lib/stylesheets/fo/autoidx.xsl +1331 -0
  228. data/lib/stylesheets/fo/autotoc.xsl +917 -0
  229. data/lib/stylesheets/fo/axf.xsl +112 -0
  230. data/lib/stylesheets/fo/biblio-iso690.xsl +1302 -0
  231. data/lib/stylesheets/fo/biblio.xsl +1171 -0
  232. data/lib/stylesheets/fo/block.xsl +656 -0
  233. data/lib/stylesheets/fo/callout.xsl +232 -0
  234. data/lib/stylesheets/fo/component.xsl +900 -0
  235. data/lib/stylesheets/fo/division.xsl +614 -0
  236. data/lib/stylesheets/fo/docbook.xsl +333 -0
  237. data/lib/stylesheets/fo/ebnf.xsl +326 -0
  238. data/lib/stylesheets/fo/fo-rtf.xsl +155 -0
  239. data/lib/stylesheets/fo/fo.xsl +119 -0
  240. data/lib/stylesheets/fo/footnote.xsl +221 -0
  241. data/lib/stylesheets/fo/fop.xsl +95 -0
  242. data/lib/stylesheets/fo/fop1.xsl +225 -0
  243. data/lib/stylesheets/fo/formal.xsl +644 -0
  244. data/lib/stylesheets/fo/glossary.xsl +1170 -0
  245. data/lib/stylesheets/fo/graphics.xsl +649 -0
  246. data/lib/stylesheets/fo/highlight.xsl +78 -0
  247. data/lib/stylesheets/fo/htmltbl.xsl +427 -0
  248. data/lib/stylesheets/fo/index.xsl +486 -0
  249. data/lib/stylesheets/fo/info.xsl +36 -0
  250. data/lib/stylesheets/fo/inline.xsl +1289 -0
  251. data/lib/stylesheets/fo/keywords.xsl +23 -0
  252. data/lib/stylesheets/fo/lists.xsl +1395 -0
  253. data/lib/stylesheets/fo/math.xsl +141 -0
  254. data/lib/stylesheets/fo/pagesetup.xsl +2571 -0
  255. data/lib/stylesheets/fo/param.xml +12445 -0
  256. data/lib/stylesheets/fo/param.xsl +969 -0
  257. data/lib/stylesheets/fo/passivetex.xsl +38 -0
  258. data/lib/stylesheets/fo/pdf2index +140 -0
  259. data/lib/stylesheets/fo/pi.xml +1002 -0
  260. data/lib/stylesheets/fo/pi.xsl +1093 -0
  261. data/lib/stylesheets/fo/profile-docbook.xsl +288 -0
  262. data/lib/stylesheets/fo/ptc.xsl +79 -0
  263. data/lib/stylesheets/fo/qandaset.xsl +397 -0
  264. data/lib/stylesheets/fo/refentry.xsl +640 -0
  265. data/lib/stylesheets/fo/sections.xsl +766 -0
  266. data/lib/stylesheets/fo/spaces.xsl +276 -0
  267. data/lib/stylesheets/fo/synop.xsl +1009 -0
  268. data/lib/stylesheets/fo/table.xml +135 -0
  269. data/lib/stylesheets/fo/table.xsl +1682 -0
  270. data/lib/stylesheets/fo/task.xsl +93 -0
  271. data/lib/stylesheets/fo/titlepage.templates.xml +1354 -0
  272. data/lib/stylesheets/fo/titlepage.templates.xsl +5186 -0
  273. data/lib/stylesheets/fo/titlepage.xsl +769 -0
  274. data/lib/stylesheets/fo/toc.xsl +334 -0
  275. data/lib/stylesheets/fo/verbatim.xsl +466 -0
  276. data/lib/stylesheets/fo/xep.xsl +182 -0
  277. data/lib/stylesheets/fo/xref.xsl +1539 -0
  278. data/lib/stylesheets/highlighting/README +16 -0
  279. data/lib/stylesheets/highlighting/c-hl.xml +101 -0
  280. data/lib/stylesheets/highlighting/common.xsl +121 -0
  281. data/lib/stylesheets/highlighting/cpp-hl.xml +150 -0
  282. data/lib/stylesheets/highlighting/csharp-hl.xml +187 -0
  283. data/lib/stylesheets/highlighting/delphi-hl.xml +200 -0
  284. data/lib/stylesheets/highlighting/ini-hl.xml +45 -0
  285. data/lib/stylesheets/highlighting/java-hl.xml +117 -0
  286. data/lib/stylesheets/highlighting/javascript-hl.xml +147 -0
  287. data/lib/stylesheets/highlighting/m2-hl.xml +90 -0
  288. data/lib/stylesheets/highlighting/myxml-hl.xml +116 -0
  289. data/lib/stylesheets/highlighting/perl-hl.xml +120 -0
  290. data/lib/stylesheets/highlighting/php-hl.xml +149 -0
  291. data/lib/stylesheets/highlighting/python-hl.xml +100 -0
  292. data/lib/stylesheets/highlighting/ruby-hl.xml +109 -0
  293. data/lib/stylesheets/highlighting/tcl-hl.xml +180 -0
  294. data/lib/stylesheets/highlighting/xslthl-config.xml +46 -0
  295. data/lib/stylesheets/html/admon.xsl +136 -0
  296. data/lib/stylesheets/html/annotations.xsl +171 -0
  297. data/lib/stylesheets/html/autoidx-kimber.xsl +166 -0
  298. data/lib/stylesheets/html/autoidx-kosek.xsl +121 -0
  299. data/lib/stylesheets/html/autoidx-ng.xsl +22 -0
  300. data/lib/stylesheets/html/autoidx.xsl +740 -0
  301. data/lib/stylesheets/html/autotoc.xsl +709 -0
  302. data/lib/stylesheets/html/biblio-iso690.xsl +1302 -0
  303. data/lib/stylesheets/html/biblio.xsl +1255 -0
  304. data/lib/stylesheets/html/block.xsl +540 -0
  305. data/lib/stylesheets/html/callout.xsl +202 -0
  306. data/lib/stylesheets/html/changebars.xsl +123 -0
  307. data/lib/stylesheets/html/chunk-changebars.xsl +100 -0
  308. data/lib/stylesheets/html/chunk-code.xsl +672 -0
  309. data/lib/stylesheets/html/chunk-common.xsl +1921 -0
  310. data/lib/stylesheets/html/chunk.xsl +53 -0
  311. data/lib/stylesheets/html/chunker.xsl +440 -0
  312. data/lib/stylesheets/html/chunkfast.xsl +73 -0
  313. data/lib/stylesheets/html/chunktoc.xsl +541 -0
  314. data/lib/stylesheets/html/component.xsl +427 -0
  315. data/lib/stylesheets/html/division.xsl +219 -0
  316. data/lib/stylesheets/html/docbook.css.xml +109 -0
  317. data/lib/stylesheets/html/docbook.xsl +468 -0
  318. data/lib/stylesheets/html/ebnf.xsl +330 -0
  319. data/lib/stylesheets/html/footnote.xsl +314 -0
  320. data/lib/stylesheets/html/formal.xsl +427 -0
  321. data/lib/stylesheets/html/glossary.xsl +493 -0
  322. data/lib/stylesheets/html/graphics.xsl +1516 -0
  323. data/lib/stylesheets/html/highlight.xsl +87 -0
  324. data/lib/stylesheets/html/html-rtf.xsl +336 -0
  325. data/lib/stylesheets/html/html.xsl +614 -0
  326. data/lib/stylesheets/html/htmltbl.xsl +137 -0
  327. data/lib/stylesheets/html/index.xsl +290 -0
  328. data/lib/stylesheets/html/info.xsl +45 -0
  329. data/lib/stylesheets/html/inline.xsl +1491 -0
  330. data/lib/stylesheets/html/keywords.xsl +37 -0
  331. data/lib/stylesheets/html/lists.xsl +1185 -0
  332. data/lib/stylesheets/html/maketoc.xsl +87 -0
  333. data/lib/stylesheets/html/manifest.xsl +23 -0
  334. data/lib/stylesheets/html/math.xsl +271 -0
  335. data/lib/stylesheets/html/oldchunker.xsl +203 -0
  336. data/lib/stylesheets/html/onechunk.xsl +38 -0
  337. data/lib/stylesheets/html/param.xml +10905 -0
  338. data/lib/stylesheets/html/param.xsl +436 -0
  339. data/lib/stylesheets/html/pi.xml +1113 -0
  340. data/lib/stylesheets/html/pi.xsl +1264 -0
  341. data/lib/stylesheets/html/profile-chunk-code.xsl +614 -0
  342. data/lib/stylesheets/html/profile-chunk.xsl +53 -0
  343. data/lib/stylesheets/html/profile-docbook.xsl +412 -0
  344. data/lib/stylesheets/html/profile-onechunk.xsl +38 -0
  345. data/lib/stylesheets/html/qandaset.xsl +438 -0
  346. data/lib/stylesheets/html/refentry.xsl +301 -0
  347. data/lib/stylesheets/html/sections.xsl +617 -0
  348. data/lib/stylesheets/html/synop.xsl +1556 -0
  349. data/lib/stylesheets/html/table.xsl +1201 -0
  350. data/lib/stylesheets/html/task.xsl +78 -0
  351. data/lib/stylesheets/html/titlepage.templates.xml +708 -0
  352. data/lib/stylesheets/html/titlepage.templates.xsl +3818 -0
  353. data/lib/stylesheets/html/titlepage.xsl +1049 -0
  354. data/lib/stylesheets/html/toc.xsl +352 -0
  355. data/lib/stylesheets/html/verbatim.xsl +411 -0
  356. data/lib/stylesheets/html/xref.xsl +1378 -0
  357. data/lib/stylesheets/htmlhelp/htmlhelp-common.xsl +1108 -0
  358. data/lib/stylesheets/htmlhelp/htmlhelp.xsl +23 -0
  359. data/lib/stylesheets/htmlhelp/profile-htmlhelp-common.xsl +1082 -0
  360. data/lib/stylesheets/htmlhelp/profile-htmlhelp.xsl +23 -0
  361. data/lib/stylesheets/images/annot-close.png +0 -0
  362. data/lib/stylesheets/images/annot-open.png +0 -0
  363. data/lib/stylesheets/images/blank.png +0 -0
  364. data/lib/stylesheets/images/callouts/1.gif +0 -0
  365. data/lib/stylesheets/images/callouts/1.png +0 -0
  366. data/lib/stylesheets/images/callouts/1.svg +15 -0
  367. data/lib/stylesheets/images/callouts/10.gif +0 -0
  368. data/lib/stylesheets/images/callouts/10.png +0 -0
  369. data/lib/stylesheets/images/callouts/10.svg +18 -0
  370. data/lib/stylesheets/images/callouts/11.gif +0 -0
  371. data/lib/stylesheets/images/callouts/11.png +0 -0
  372. data/lib/stylesheets/images/callouts/11.svg +16 -0
  373. data/lib/stylesheets/images/callouts/12.gif +0 -0
  374. data/lib/stylesheets/images/callouts/12.png +0 -0
  375. data/lib/stylesheets/images/callouts/12.svg +18 -0
  376. data/lib/stylesheets/images/callouts/13.gif +0 -0
  377. data/lib/stylesheets/images/callouts/13.png +0 -0
  378. data/lib/stylesheets/images/callouts/13.svg +20 -0
  379. data/lib/stylesheets/images/callouts/14.gif +0 -0
  380. data/lib/stylesheets/images/callouts/14.png +0 -0
  381. data/lib/stylesheets/images/callouts/14.svg +17 -0
  382. data/lib/stylesheets/images/callouts/15.gif +0 -0
  383. data/lib/stylesheets/images/callouts/15.png +0 -0
  384. data/lib/stylesheets/images/callouts/15.svg +19 -0
  385. data/lib/stylesheets/images/callouts/16.svg +20 -0
  386. data/lib/stylesheets/images/callouts/17.svg +17 -0
  387. data/lib/stylesheets/images/callouts/18.svg +21 -0
  388. data/lib/stylesheets/images/callouts/19.svg +20 -0
  389. data/lib/stylesheets/images/callouts/2.gif +0 -0
  390. data/lib/stylesheets/images/callouts/2.png +0 -0
  391. data/lib/stylesheets/images/callouts/2.svg +17 -0
  392. data/lib/stylesheets/images/callouts/20.svg +20 -0
  393. data/lib/stylesheets/images/callouts/21.svg +18 -0
  394. data/lib/stylesheets/images/callouts/22.svg +20 -0
  395. data/lib/stylesheets/images/callouts/23.svg +22 -0
  396. data/lib/stylesheets/images/callouts/24.svg +19 -0
  397. data/lib/stylesheets/images/callouts/25.svg +21 -0
  398. data/lib/stylesheets/images/callouts/26.svg +22 -0
  399. data/lib/stylesheets/images/callouts/27.svg +19 -0
  400. data/lib/stylesheets/images/callouts/28.svg +23 -0
  401. data/lib/stylesheets/images/callouts/29.svg +22 -0
  402. data/lib/stylesheets/images/callouts/3.gif +0 -0
  403. data/lib/stylesheets/images/callouts/3.png +0 -0
  404. data/lib/stylesheets/images/callouts/3.svg +19 -0
  405. data/lib/stylesheets/images/callouts/30.svg +22 -0
  406. data/lib/stylesheets/images/callouts/4.gif +0 -0
  407. data/lib/stylesheets/images/callouts/4.png +0 -0
  408. data/lib/stylesheets/images/callouts/4.svg +16 -0
  409. data/lib/stylesheets/images/callouts/5.gif +0 -0
  410. data/lib/stylesheets/images/callouts/5.png +0 -0
  411. data/lib/stylesheets/images/callouts/5.svg +18 -0
  412. data/lib/stylesheets/images/callouts/6.gif +0 -0
  413. data/lib/stylesheets/images/callouts/6.png +0 -0
  414. data/lib/stylesheets/images/callouts/6.svg +19 -0
  415. data/lib/stylesheets/images/callouts/7.gif +0 -0
  416. data/lib/stylesheets/images/callouts/7.png +0 -0
  417. data/lib/stylesheets/images/callouts/7.svg +16 -0
  418. data/lib/stylesheets/images/callouts/8.gif +0 -0
  419. data/lib/stylesheets/images/callouts/8.png +0 -0
  420. data/lib/stylesheets/images/callouts/8.svg +20 -0
  421. data/lib/stylesheets/images/callouts/9.gif +0 -0
  422. data/lib/stylesheets/images/callouts/9.png +0 -0
  423. data/lib/stylesheets/images/callouts/9.svg +19 -0
  424. data/lib/stylesheets/images/caution.gif +0 -0
  425. data/lib/stylesheets/images/caution.png +0 -0
  426. data/lib/stylesheets/images/caution.svg +25 -0
  427. data/lib/stylesheets/images/caution.tif +0 -0
  428. data/lib/stylesheets/images/colorsvg/caution.svg +141 -0
  429. data/lib/stylesheets/images/colorsvg/home.svg +498 -0
  430. data/lib/stylesheets/images/colorsvg/important.svg +239 -0
  431. data/lib/stylesheets/images/colorsvg/next.svg +338 -0
  432. data/lib/stylesheets/images/colorsvg/note.svg +200 -0
  433. data/lib/stylesheets/images/colorsvg/prev.svg +338 -0
  434. data/lib/stylesheets/images/colorsvg/tip.svg +367 -0
  435. data/lib/stylesheets/images/colorsvg/up.svg +338 -0
  436. data/lib/stylesheets/images/colorsvg/warning.svg +232 -0
  437. data/lib/stylesheets/images/draft.png +0 -0
  438. data/lib/stylesheets/images/home.gif +0 -0
  439. data/lib/stylesheets/images/home.png +0 -0
  440. data/lib/stylesheets/images/home.svg +26 -0
  441. data/lib/stylesheets/images/important.gif +0 -0
  442. data/lib/stylesheets/images/important.png +0 -0
  443. data/lib/stylesheets/images/important.svg +25 -0
  444. data/lib/stylesheets/images/important.tif +0 -0
  445. data/lib/stylesheets/images/next.gif +0 -0
  446. data/lib/stylesheets/images/next.png +0 -0
  447. data/lib/stylesheets/images/next.svg +19 -0
  448. data/lib/stylesheets/images/note.gif +0 -0
  449. data/lib/stylesheets/images/note.png +0 -0
  450. data/lib/stylesheets/images/note.svg +33 -0
  451. data/lib/stylesheets/images/note.tif +0 -0
  452. data/lib/stylesheets/images/prev.gif +0 -0
  453. data/lib/stylesheets/images/prev.png +0 -0
  454. data/lib/stylesheets/images/prev.svg +19 -0
  455. data/lib/stylesheets/images/tip.gif +0 -0
  456. data/lib/stylesheets/images/tip.png +0 -0
  457. data/lib/stylesheets/images/tip.svg +31 -0
  458. data/lib/stylesheets/images/tip.tif +0 -0
  459. data/lib/stylesheets/images/toc-blank.png +0 -0
  460. data/lib/stylesheets/images/toc-minus.png +0 -0
  461. data/lib/stylesheets/images/toc-plus.png +0 -0
  462. data/lib/stylesheets/images/up.gif +0 -0
  463. data/lib/stylesheets/images/up.png +0 -0
  464. data/lib/stylesheets/images/up.svg +19 -0
  465. data/lib/stylesheets/images/warning.gif +0 -0
  466. data/lib/stylesheets/images/warning.png +0 -0
  467. data/lib/stylesheets/images/warning.svg +23 -0
  468. data/lib/stylesheets/images/warning.tif +0 -0
  469. data/lib/stylesheets/install.sh +977 -0
  470. data/lib/stylesheets/javahelp/javahelp.xsl +613 -0
  471. data/lib/stylesheets/javahelp/profile-javahelp.xsl +548 -0
  472. data/lib/stylesheets/lib/lib.xsl +482 -0
  473. data/lib/stylesheets/manpages/ChangeLog.20020917 +195 -0
  474. data/lib/stylesheets/manpages/block.xsl +412 -0
  475. data/lib/stylesheets/manpages/charmap.groff.xsl +6014 -0
  476. data/lib/stylesheets/manpages/docbook.xsl +302 -0
  477. data/lib/stylesheets/manpages/endnotes.xsl +587 -0
  478. data/lib/stylesheets/manpages/html-synop.xsl +1569 -0
  479. data/lib/stylesheets/manpages/info.xsl +801 -0
  480. data/lib/stylesheets/manpages/inline.xsl +221 -0
  481. data/lib/stylesheets/manpages/lists.xsl +606 -0
  482. data/lib/stylesheets/manpages/other.xsl +889 -0
  483. data/lib/stylesheets/manpages/param.xml +3220 -0
  484. data/lib/stylesheets/manpages/param.xsl +195 -0
  485. data/lib/stylesheets/manpages/pi.xml +70 -0
  486. data/lib/stylesheets/manpages/pi.xsl +80 -0
  487. data/lib/stylesheets/manpages/profile-docbook.xsl +282 -0
  488. data/lib/stylesheets/manpages/refentry.xsl +321 -0
  489. data/lib/stylesheets/manpages/synop.xsl +433 -0
  490. data/lib/stylesheets/manpages/table.xsl +633 -0
  491. data/lib/stylesheets/manpages/utility.xsl +556 -0
  492. data/lib/stylesheets/params/abstract.notitle.enabled.xml +22 -0
  493. data/lib/stylesheets/params/abstract.properties.xml +32 -0
  494. data/lib/stylesheets/params/abstract.title.properties.xml +39 -0
  495. data/lib/stylesheets/params/active.toc.xml +29 -0
  496. data/lib/stylesheets/params/ade.extensions.xml +32 -0
  497. data/lib/stylesheets/params/admon.graphics.extension.xml +27 -0
  498. data/lib/stylesheets/params/admon.graphics.path.xml +27 -0
  499. data/lib/stylesheets/params/admon.graphics.xml +29 -0
  500. data/lib/stylesheets/params/admon.style.xml +31 -0
  501. data/lib/stylesheets/params/admon.textlabel.xml +32 -0
  502. data/lib/stylesheets/params/admonition.properties.xml +25 -0
  503. data/lib/stylesheets/params/admonition.title.properties.xml +32 -0
  504. data/lib/stylesheets/params/alignment.xml +41 -0
  505. data/lib/stylesheets/params/annotate.toc.xml +28 -0
  506. data/lib/stylesheets/params/annotation.css.xml +71 -0
  507. data/lib/stylesheets/params/annotation.graphic.close.xml +31 -0
  508. data/lib/stylesheets/params/annotation.graphic.open.xml +28 -0
  509. data/lib/stylesheets/params/annotation.js.xml +33 -0
  510. data/lib/stylesheets/params/annotation.support.xml +29 -0
  511. data/lib/stylesheets/params/appendix.autolabel.xml +73 -0
  512. data/lib/stylesheets/params/arbortext.extensions.xml +30 -0
  513. data/lib/stylesheets/params/article.appendix.title.properties.xml +33 -0
  514. data/lib/stylesheets/params/author.othername.in.middle.xml +31 -0
  515. data/lib/stylesheets/params/autolayout-file.xml +29 -0
  516. data/lib/stylesheets/params/autotoc.label.in.hyperlink.xml +29 -0
  517. data/lib/stylesheets/params/autotoc.label.separator.xml +27 -0
  518. data/lib/stylesheets/params/axf.extensions.xml +33 -0
  519. data/lib/stylesheets/params/banner.before.navigation.xml +25 -0
  520. data/lib/stylesheets/params/base.dir.xml +29 -0
  521. data/lib/stylesheets/params/biblioentry.item.separator.xml +26 -0
  522. data/lib/stylesheets/params/biblioentry.properties.xml +28 -0
  523. data/lib/stylesheets/params/bibliography.collection.xml +104 -0
  524. data/lib/stylesheets/params/bibliography.numbered.xml +27 -0
  525. data/lib/stylesheets/params/bibliography.style.xml +35 -0
  526. data/lib/stylesheets/params/blockquote.properties.xml +34 -0
  527. data/lib/stylesheets/params/blurb.on.titlepage.enabled.xml +31 -0
  528. data/lib/stylesheets/params/body.attributes.xml +31 -0
  529. data/lib/stylesheets/params/body.bg.color.xml +28 -0
  530. data/lib/stylesheets/params/body.end.indent.xml +37 -0
  531. data/lib/stylesheets/params/body.font.family.xml +32 -0
  532. data/lib/stylesheets/params/body.font.master.xml +30 -0
  533. data/lib/stylesheets/params/body.font.size.xml +31 -0
  534. data/lib/stylesheets/params/body.margin.bottom.xml +29 -0
  535. data/lib/stylesheets/params/body.margin.top.xml +28 -0
  536. data/lib/stylesheets/params/body.start.indent.xml +64 -0
  537. data/lib/stylesheets/params/bookmarks.collapse.xml +31 -0
  538. data/lib/stylesheets/params/bridgehead.in.toc.xml +28 -0
  539. data/lib/stylesheets/params/bullet.image.xml +28 -0
  540. data/lib/stylesheets/params/callout.defaultcolumn.xml +30 -0
  541. data/lib/stylesheets/params/callout.graphics.extension.xml +33 -0
  542. data/lib/stylesheets/params/callout.graphics.number.limit.xml +34 -0
  543. data/lib/stylesheets/params/callout.graphics.path.xml +31 -0
  544. data/lib/stylesheets/params/callout.graphics.xml +30 -0
  545. data/lib/stylesheets/params/callout.icon.size.xml +28 -0
  546. data/lib/stylesheets/params/callout.list.table.xml +32 -0
  547. data/lib/stylesheets/params/callout.unicode.font.xml +29 -0
  548. data/lib/stylesheets/params/callout.unicode.number.limit.xml +35 -0
  549. data/lib/stylesheets/params/callout.unicode.start.character.xml +33 -0
  550. data/lib/stylesheets/params/callout.unicode.xml +26 -0
  551. data/lib/stylesheets/params/callouts.extension.xml +30 -0
  552. data/lib/stylesheets/params/chapter.autolabel.xml +71 -0
  553. data/lib/stylesheets/params/chunk.append.xml +30 -0
  554. data/lib/stylesheets/params/chunk.first.sections.xml +31 -0
  555. data/lib/stylesheets/params/chunk.quietly.xml +30 -0
  556. data/lib/stylesheets/params/chunk.section.depth.xml +27 -0
  557. data/lib/stylesheets/params/chunk.sections.xml +30 -0
  558. data/lib/stylesheets/params/chunk.separate.lots.xml +36 -0
  559. data/lib/stylesheets/params/chunk.toc.xml +30 -0
  560. data/lib/stylesheets/params/chunk.tocs.and.lots.has.title.xml +28 -0
  561. data/lib/stylesheets/params/chunk.tocs.and.lots.xml +32 -0
  562. data/lib/stylesheets/params/chunker.output.cdata-section-elements.xml +30 -0
  563. data/lib/stylesheets/params/chunker.output.doctype-public.xml +31 -0
  564. data/lib/stylesheets/params/chunker.output.doctype-system.xml +31 -0
  565. data/lib/stylesheets/params/chunker.output.encoding.xml +31 -0
  566. data/lib/stylesheets/params/chunker.output.indent.xml +30 -0
  567. data/lib/stylesheets/params/chunker.output.media-type.xml +35 -0
  568. data/lib/stylesheets/params/chunker.output.method.xml +32 -0
  569. data/lib/stylesheets/params/chunker.output.omit-xml-declaration.xml +30 -0
  570. data/lib/stylesheets/params/chunker.output.standalone.xml +31 -0
  571. data/lib/stylesheets/params/citerefentry.link.xml +29 -0
  572. data/lib/stylesheets/params/collect.xref.targets.xml +33 -0
  573. data/lib/stylesheets/params/column.count.back.xml +27 -0
  574. data/lib/stylesheets/params/column.count.body.xml +27 -0
  575. data/lib/stylesheets/params/column.count.front.xml +27 -0
  576. data/lib/stylesheets/params/column.count.index.xml +27 -0
  577. data/lib/stylesheets/params/column.count.lot.xml +28 -0
  578. data/lib/stylesheets/params/column.count.titlepage.xml +27 -0
  579. data/lib/stylesheets/params/column.gap.back.xml +28 -0
  580. data/lib/stylesheets/params/column.gap.body.xml +28 -0
  581. data/lib/stylesheets/params/column.gap.front.xml +28 -0
  582. data/lib/stylesheets/params/column.gap.index.xml +28 -0
  583. data/lib/stylesheets/params/column.gap.lot.xml +28 -0
  584. data/lib/stylesheets/params/column.gap.titlepage.xml +29 -0
  585. data/lib/stylesheets/params/compact.list.item.spacing.xml +28 -0
  586. data/lib/stylesheets/params/component.label.includes.part.label.xml +39 -0
  587. data/lib/stylesheets/params/component.title.properties.xml +40 -0
  588. data/lib/stylesheets/params/component.titlepage.properties.xml +33 -0
  589. data/lib/stylesheets/params/contrib.inline.enabled.xml +26 -0
  590. data/lib/stylesheets/params/crop.mark.bleed.xml +28 -0
  591. data/lib/stylesheets/params/crop.mark.offset.xml +28 -0
  592. data/lib/stylesheets/params/crop.mark.width.xml +28 -0
  593. data/lib/stylesheets/params/crop.marks.xml +28 -0
  594. data/lib/stylesheets/params/css.decoration.xml +33 -0
  595. data/lib/stylesheets/params/css.stylesheet.dir.xml +33 -0
  596. data/lib/stylesheets/params/css.stylesheet.xml +29 -0
  597. data/lib/stylesheets/params/current.docid.xml +27 -0
  598. data/lib/stylesheets/params/currentpage.marker.xml +25 -0
  599. data/lib/stylesheets/params/custom.css.source.xml +119 -0
  600. data/lib/stylesheets/params/default.float.class.xml +34 -0
  601. data/lib/stylesheets/params/default.image.width.xml +30 -0
  602. data/lib/stylesheets/params/default.table.frame.xml +28 -0
  603. data/lib/stylesheets/params/default.table.rules.xml +76 -0
  604. data/lib/stylesheets/params/default.table.width.xml +26 -0
  605. data/lib/stylesheets/params/default.units.xml +37 -0
  606. data/lib/stylesheets/params/dingbat.font.family.xml +33 -0
  607. data/lib/stylesheets/params/docbook.css.link.xml +42 -0
  608. data/lib/stylesheets/params/docbook.css.source.xml +83 -0
  609. data/lib/stylesheets/params/double.sided.xml +31 -0
  610. data/lib/stylesheets/params/draft.mode.xml +36 -0
  611. data/lib/stylesheets/params/draft.watermark.image.xml +27 -0
  612. data/lib/stylesheets/params/dry-run.xml +27 -0
  613. data/lib/stylesheets/params/dynamic.toc.xml +29 -0
  614. data/lib/stylesheets/params/ebnf.assignment.xml +39 -0
  615. data/lib/stylesheets/params/ebnf.statement.terminator.xml +32 -0
  616. data/lib/stylesheets/params/ebnf.table.bgcolor.xml +30 -0
  617. data/lib/stylesheets/params/ebnf.table.border.xml +26 -0
  618. data/lib/stylesheets/params/eclipse.autolabel.xml +28 -0
  619. data/lib/stylesheets/params/eclipse.plugin.id.xml +28 -0
  620. data/lib/stylesheets/params/eclipse.plugin.name.xml +27 -0
  621. data/lib/stylesheets/params/eclipse.plugin.provider.xml +27 -0
  622. data/lib/stylesheets/params/editedby.enabled.xml +27 -0
  623. data/lib/stylesheets/params/email.delimiters.enabled.xml +34 -0
  624. data/lib/stylesheets/params/email.mailto.enabled.xml +29 -0
  625. data/lib/stylesheets/params/emphasis.propagates.style.xml +26 -0
  626. data/lib/stylesheets/params/entry.propagates.style.xml +30 -0
  627. data/lib/stylesheets/params/epub.autolabel.xml +28 -0
  628. data/lib/stylesheets/params/equation.number.properties.xml +28 -0
  629. data/lib/stylesheets/params/equation.properties.xml +27 -0
  630. data/lib/stylesheets/params/example.properties.xml +27 -0
  631. data/lib/stylesheets/params/exsl.node.set.available.xml +44 -0
  632. data/lib/stylesheets/params/feedback.href.xml +28 -0
  633. data/lib/stylesheets/params/feedback.link.text.xml +28 -0
  634. data/lib/stylesheets/params/feedback.with.ids.xml +27 -0
  635. data/lib/stylesheets/params/figure.properties.xml +27 -0
  636. data/lib/stylesheets/params/filename-prefix.xml +28 -0
  637. data/lib/stylesheets/params/firstterm.only.link.xml +29 -0
  638. data/lib/stylesheets/params/foil.properties.xml +37 -0
  639. data/lib/stylesheets/params/foil.subtitle.properties.xml +36 -0
  640. data/lib/stylesheets/params/foil.title.master.xml +29 -0
  641. data/lib/stylesheets/params/foil.title.size.xml +32 -0
  642. data/lib/stylesheets/params/foilgroup.properties.xml +31 -0
  643. data/lib/stylesheets/params/foilgroup.toc.xml +29 -0
  644. data/lib/stylesheets/params/footer.column.widths.xml +80 -0
  645. data/lib/stylesheets/params/footer.content.properties.xml +34 -0
  646. data/lib/stylesheets/params/footer.hr.xml +26 -0
  647. data/lib/stylesheets/params/footer.rule.xml +27 -0
  648. data/lib/stylesheets/params/footer.table.height.xml +32 -0
  649. data/lib/stylesheets/params/footer.table.properties.xml +30 -0
  650. data/lib/stylesheets/params/footers.on.blank.pages.xml +27 -0
  651. data/lib/stylesheets/params/footnote.font.size.xml +28 -0
  652. data/lib/stylesheets/params/footnote.mark.properties.xml +41 -0
  653. data/lib/stylesheets/params/footnote.number.format.xml +33 -0
  654. data/lib/stylesheets/params/footnote.number.symbols.xml +39 -0
  655. data/lib/stylesheets/params/footnote.properties.xml +43 -0
  656. data/lib/stylesheets/params/footnote.sep.leader.properties.xml +39 -0
  657. data/lib/stylesheets/params/fop.extensions.xml +36 -0
  658. data/lib/stylesheets/params/fop1.extensions.xml +34 -0
  659. data/lib/stylesheets/params/formal.object.properties.xml +36 -0
  660. data/lib/stylesheets/params/formal.procedures.xml +28 -0
  661. data/lib/stylesheets/params/formal.title.placement.xml +41 -0
  662. data/lib/stylesheets/params/formal.title.properties.xml +34 -0
  663. data/lib/stylesheets/params/funcsynopsis.decoration.xml +30 -0
  664. data/lib/stylesheets/params/funcsynopsis.style.xml +31 -0
  665. data/lib/stylesheets/params/function.parens.xml +29 -0
  666. data/lib/stylesheets/params/generate.css.header.xml +40 -0
  667. data/lib/stylesheets/params/generate.id.attributes.xml +59 -0
  668. data/lib/stylesheets/params/generate.index.xml +25 -0
  669. data/lib/stylesheets/params/generate.legalnotice.link.xml +72 -0
  670. data/lib/stylesheets/params/generate.manifest.xml +27 -0
  671. data/lib/stylesheets/params/generate.meta.abstract.xml +29 -0
  672. data/lib/stylesheets/params/generate.revhistory.link.xml +50 -0
  673. data/lib/stylesheets/params/generate.section.toc.level.xml +35 -0
  674. data/lib/stylesheets/params/generate.toc.xml +108 -0
  675. data/lib/stylesheets/params/glossary.as.blocks.xml +38 -0
  676. data/lib/stylesheets/params/glossary.collection.xml +252 -0
  677. data/lib/stylesheets/params/glossary.sort.xml +32 -0
  678. data/lib/stylesheets/params/glossdef.block.properties.xml +32 -0
  679. data/lib/stylesheets/params/glossdef.list.properties.xml +30 -0
  680. data/lib/stylesheets/params/glossentry.list.item.properties.xml +32 -0
  681. data/lib/stylesheets/params/glossentry.show.acronym.xml +37 -0
  682. data/lib/stylesheets/params/glosslist.as.blocks.xml +27 -0
  683. data/lib/stylesheets/params/glossterm.auto.link.xml +33 -0
  684. data/lib/stylesheets/params/glossterm.block.properties.xml +35 -0
  685. data/lib/stylesheets/params/glossterm.list.properties.xml +30 -0
  686. data/lib/stylesheets/params/glossterm.separation.xml +31 -0
  687. data/lib/stylesheets/params/glossterm.width.xml +28 -0
  688. data/lib/stylesheets/params/graphic.default.extension.xml +29 -0
  689. data/lib/stylesheets/params/graphical.admonition.properties.xml +42 -0
  690. data/lib/stylesheets/params/graphics.dir.xml +33 -0
  691. data/lib/stylesheets/params/graphicsize.extension.xml +30 -0
  692. data/lib/stylesheets/params/graphicsize.use.img.src.path.xml +30 -0
  693. data/lib/stylesheets/params/header.column.widths.xml +80 -0
  694. data/lib/stylesheets/params/header.content.properties.xml +34 -0
  695. data/lib/stylesheets/params/header.hr.xml +26 -0
  696. data/lib/stylesheets/params/header.rule.xml +27 -0
  697. data/lib/stylesheets/params/header.table.height.xml +32 -0
  698. data/lib/stylesheets/params/header.table.properties.xml +30 -0
  699. data/lib/stylesheets/params/headers.on.blank.pages.xml +27 -0
  700. data/lib/stylesheets/params/hidetoc.image.xml +29 -0
  701. data/lib/stylesheets/params/highlight.default.language.xml +27 -0
  702. data/lib/stylesheets/params/highlight.source.xml +82 -0
  703. data/lib/stylesheets/params/highlight.xslthl.config.xml +33 -0
  704. data/lib/stylesheets/params/home.image.xml +27 -0
  705. data/lib/stylesheets/params/html.append.xml +30 -0
  706. data/lib/stylesheets/params/html.base.xml +30 -0
  707. data/lib/stylesheets/params/html.cellpadding.xml +29 -0
  708. data/lib/stylesheets/params/html.cellspacing.xml +29 -0
  709. data/lib/stylesheets/params/html.cleanup.xml +34 -0
  710. data/lib/stylesheets/params/html.ext.xml +29 -0
  711. data/lib/stylesheets/params/html.extra.head.links.xml +31 -0
  712. data/lib/stylesheets/params/html.head.legalnotice.link.multiple.xml +44 -0
  713. data/lib/stylesheets/params/html.head.legalnotice.link.types.xml +75 -0
  714. data/lib/stylesheets/params/html.longdesc.link.xml +39 -0
  715. data/lib/stylesheets/params/html.longdesc.xml +28 -0
  716. data/lib/stylesheets/params/html.stylesheet.type.xml +26 -0
  717. data/lib/stylesheets/params/html.stylesheet.xml +36 -0
  718. data/lib/stylesheets/params/htmlhelp.alias.file.xml +27 -0
  719. data/lib/stylesheets/params/htmlhelp.autolabel.xml +28 -0
  720. data/lib/stylesheets/params/htmlhelp.button.back.xml +27 -0
  721. data/lib/stylesheets/params/htmlhelp.button.forward.xml +27 -0
  722. data/lib/stylesheets/params/htmlhelp.button.hideshow.xml +27 -0
  723. data/lib/stylesheets/params/htmlhelp.button.home.url.xml +27 -0
  724. data/lib/stylesheets/params/htmlhelp.button.home.xml +27 -0
  725. data/lib/stylesheets/params/htmlhelp.button.jump1.title.xml +27 -0
  726. data/lib/stylesheets/params/htmlhelp.button.jump1.url.xml +27 -0
  727. data/lib/stylesheets/params/htmlhelp.button.jump1.xml +23 -0
  728. data/lib/stylesheets/params/htmlhelp.button.jump2.title.xml +27 -0
  729. data/lib/stylesheets/params/htmlhelp.button.jump2.url.xml +27 -0
  730. data/lib/stylesheets/params/htmlhelp.button.jump2.xml +27 -0
  731. data/lib/stylesheets/params/htmlhelp.button.locate.xml +28 -0
  732. data/lib/stylesheets/params/htmlhelp.button.next.xml +27 -0
  733. data/lib/stylesheets/params/htmlhelp.button.options.xml +28 -0
  734. data/lib/stylesheets/params/htmlhelp.button.prev.xml +28 -0
  735. data/lib/stylesheets/params/htmlhelp.button.print.xml +28 -0
  736. data/lib/stylesheets/params/htmlhelp.button.refresh.xml +27 -0
  737. data/lib/stylesheets/params/htmlhelp.button.stop.xml +28 -0
  738. data/lib/stylesheets/params/htmlhelp.button.zoom.xml +28 -0
  739. data/lib/stylesheets/params/htmlhelp.chm.xml +27 -0
  740. data/lib/stylesheets/params/htmlhelp.default.topic.xml +37 -0
  741. data/lib/stylesheets/params/htmlhelp.display.progress.xml +28 -0
  742. data/lib/stylesheets/params/htmlhelp.encoding.xml +28 -0
  743. data/lib/stylesheets/params/htmlhelp.enhanced.decompilation.xml +27 -0
  744. data/lib/stylesheets/params/htmlhelp.enumerate.images.xml +28 -0
  745. data/lib/stylesheets/params/htmlhelp.force.map.and.alias.xml +26 -0
  746. data/lib/stylesheets/params/htmlhelp.hhc.binary.xml +29 -0
  747. data/lib/stylesheets/params/htmlhelp.hhc.folders.instead.books.xml +31 -0
  748. data/lib/stylesheets/params/htmlhelp.hhc.section.depth.xml +27 -0
  749. data/lib/stylesheets/params/htmlhelp.hhc.show.root.xml +29 -0
  750. data/lib/stylesheets/params/htmlhelp.hhc.width.xml +28 -0
  751. data/lib/stylesheets/params/htmlhelp.hhc.xml +27 -0
  752. data/lib/stylesheets/params/htmlhelp.hhk.xml +27 -0
  753. data/lib/stylesheets/params/htmlhelp.hhp.tail.xml +28 -0
  754. data/lib/stylesheets/params/htmlhelp.hhp.window.xml +28 -0
  755. data/lib/stylesheets/params/htmlhelp.hhp.windows.xml +29 -0
  756. data/lib/stylesheets/params/htmlhelp.hhp.xml +28 -0
  757. data/lib/stylesheets/params/htmlhelp.map.file.xml +25 -0
  758. data/lib/stylesheets/params/htmlhelp.only.xml +32 -0
  759. data/lib/stylesheets/params/htmlhelp.remember.window.position.xml +27 -0
  760. data/lib/stylesheets/params/htmlhelp.show.advanced.search.xml +28 -0
  761. data/lib/stylesheets/params/htmlhelp.show.favorities.xml +28 -0
  762. data/lib/stylesheets/params/htmlhelp.show.menu.xml +28 -0
  763. data/lib/stylesheets/params/htmlhelp.show.toolbar.text.xml +28 -0
  764. data/lib/stylesheets/params/htmlhelp.title.xml +28 -0
  765. data/lib/stylesheets/params/htmlhelp.use.hhk.xml +28 -0
  766. data/lib/stylesheets/params/htmlhelp.window.geometry.xml +30 -0
  767. data/lib/stylesheets/params/hyphenate.verbatim.characters.xml +30 -0
  768. data/lib/stylesheets/params/hyphenate.verbatim.xml +45 -0
  769. data/lib/stylesheets/params/hyphenate.xml +29 -0
  770. data/lib/stylesheets/params/id.warnings.xml +25 -0
  771. data/lib/stylesheets/params/ignore.image.scaling.xml +28 -0
  772. data/lib/stylesheets/params/img.src.path.xml +40 -0
  773. data/lib/stylesheets/params/index.div.title.properties.xml +39 -0
  774. data/lib/stylesheets/params/index.entry.properties.xml +33 -0
  775. data/lib/stylesheets/params/index.links.to.section.xml +76 -0
  776. data/lib/stylesheets/params/index.method.xml +162 -0
  777. data/lib/stylesheets/params/index.number.separator.xml +54 -0
  778. data/lib/stylesheets/params/index.on.role.xml +48 -0
  779. data/lib/stylesheets/params/index.on.type.xml +52 -0
  780. data/lib/stylesheets/params/index.page.number.properties.xml +31 -0
  781. data/lib/stylesheets/params/index.prefer.titleabbrev.xml +29 -0
  782. data/lib/stylesheets/params/index.preferred.page.properties.xml +32 -0
  783. data/lib/stylesheets/params/index.range.separator.xml +57 -0
  784. data/lib/stylesheets/params/index.term.separator.xml +54 -0
  785. data/lib/stylesheets/params/informal.object.properties.xml +29 -0
  786. data/lib/stylesheets/params/informalequation.properties.xml +27 -0
  787. data/lib/stylesheets/params/informalexample.properties.xml +27 -0
  788. data/lib/stylesheets/params/informalfigure.properties.xml +27 -0
  789. data/lib/stylesheets/params/informaltable.properties.xml +32 -0
  790. data/lib/stylesheets/params/inherit.keywords.xml +31 -0
  791. data/lib/stylesheets/params/insert.link.page.number.xml +69 -0
  792. data/lib/stylesheets/params/insert.olink.page.number.xml +83 -0
  793. data/lib/stylesheets/params/insert.olink.pdf.frag.xml +68 -0
  794. data/lib/stylesheets/params/insert.xref.page.number.xml +60 -0
  795. data/lib/stylesheets/params/itemizedlist.label.properties.xml +26 -0
  796. data/lib/stylesheets/params/itemizedlist.label.width.xml +28 -0
  797. data/lib/stylesheets/params/itemizedlist.properties.xml +23 -0
  798. data/lib/stylesheets/params/javahelp.encoding.xml +31 -0
  799. data/lib/stylesheets/params/keep.relative.image.uris.xml +34 -0
  800. data/lib/stylesheets/params/keyboard.nav.xml +29 -0
  801. data/lib/stylesheets/params/l10n.gentext.default.language.xml +30 -0
  802. data/lib/stylesheets/params/l10n.gentext.language.xml +33 -0
  803. data/lib/stylesheets/params/l10n.gentext.use.xref.language.xml +53 -0
  804. data/lib/stylesheets/params/l10n.lang.value.rfc.compliant.xml +57 -0
  805. data/lib/stylesheets/params/label.from.part.xml +38 -0
  806. data/lib/stylesheets/params/line-height.xml +27 -0
  807. data/lib/stylesheets/params/linenumbering.everyNth.xml +29 -0
  808. data/lib/stylesheets/params/linenumbering.extension.xml +30 -0
  809. data/lib/stylesheets/params/linenumbering.separator.xml +30 -0
  810. data/lib/stylesheets/params/linenumbering.width.xml +29 -0
  811. data/lib/stylesheets/params/link.mailto.url.xml +29 -0
  812. data/lib/stylesheets/params/list.block.properties.xml +25 -0
  813. data/lib/stylesheets/params/list.block.spacing.xml +29 -0
  814. data/lib/stylesheets/params/list.item.spacing.xml +26 -0
  815. data/lib/stylesheets/params/make.clean.html.xml +51 -0
  816. data/lib/stylesheets/params/make.graphic.viewport.xml +35 -0
  817. data/lib/stylesheets/params/make.index.markup.xml +73 -0
  818. data/lib/stylesheets/params/make.single.year.ranges.xml +28 -0
  819. data/lib/stylesheets/params/make.valid.html.xml +35 -0
  820. data/lib/stylesheets/params/make.year.ranges.xml +32 -0
  821. data/lib/stylesheets/params/man.authors.section.enabled.xml +46 -0
  822. data/lib/stylesheets/params/man.base.url.for.relative.links.xml +76 -0
  823. data/lib/stylesheets/params/man.break.after.slash.xml +46 -0
  824. data/lib/stylesheets/params/man.charmap.enabled.xml +55 -0
  825. data/lib/stylesheets/params/man.charmap.subset.profile.english.xml +80 -0
  826. data/lib/stylesheets/params/man.charmap.subset.profile.xml +297 -0
  827. data/lib/stylesheets/params/man.charmap.uri.xml +42 -0
  828. data/lib/stylesheets/params/man.charmap.use.subset.xml +80 -0
  829. data/lib/stylesheets/params/man.copyright.section.enabled.xml +46 -0
  830. data/lib/stylesheets/params/man.endnotes.are.numbered.xml +106 -0
  831. data/lib/stylesheets/params/man.endnotes.list.enabled.xml +105 -0
  832. data/lib/stylesheets/params/man.endnotes.list.heading.xml +36 -0
  833. data/lib/stylesheets/params/man.font.funcprototype.xml +30 -0
  834. data/lib/stylesheets/params/man.font.funcsynopsisinfo.xml +30 -0
  835. data/lib/stylesheets/params/man.font.links.xml +64 -0
  836. data/lib/stylesheets/params/man.font.table.headings.xml +30 -0
  837. data/lib/stylesheets/params/man.font.table.title.xml +30 -0
  838. data/lib/stylesheets/params/man.funcsynopsis.style.xml +26 -0
  839. data/lib/stylesheets/params/man.hyphenate.computer.inlines.xml +53 -0
  840. data/lib/stylesheets/params/man.hyphenate.filenames.xml +47 -0
  841. data/lib/stylesheets/params/man.hyphenate.urls.xml +46 -0
  842. data/lib/stylesheets/params/man.hyphenate.xml +59 -0
  843. data/lib/stylesheets/params/man.indent.blurbs.xml +33 -0
  844. data/lib/stylesheets/params/man.indent.lists.xml +35 -0
  845. data/lib/stylesheets/params/man.indent.refsect.xml +70 -0
  846. data/lib/stylesheets/params/man.indent.verbatims.xml +33 -0
  847. data/lib/stylesheets/params/man.indent.width.xml +39 -0
  848. data/lib/stylesheets/params/man.justify.xml +52 -0
  849. data/lib/stylesheets/params/man.output.base.dir.xml +39 -0
  850. data/lib/stylesheets/params/man.output.better.ps.enabled.xml +61 -0
  851. data/lib/stylesheets/params/man.output.encoding.xml +53 -0
  852. data/lib/stylesheets/params/man.output.in.separate.dir.xml +32 -0
  853. data/lib/stylesheets/params/man.output.lang.in.name.enabled.xml +50 -0
  854. data/lib/stylesheets/params/man.output.manifest.enabled.xml +27 -0
  855. data/lib/stylesheets/params/man.output.manifest.filename.xml +29 -0
  856. data/lib/stylesheets/params/man.output.quietly.xml +37 -0
  857. data/lib/stylesheets/params/man.output.subdirs.enabled.xml +40 -0
  858. data/lib/stylesheets/params/man.segtitle.suppress.xml +28 -0
  859. data/lib/stylesheets/params/man.string.subst.map.local.post.xml +34 -0
  860. data/lib/stylesheets/params/man.string.subst.map.local.pre.xml +34 -0
  861. data/lib/stylesheets/params/man.string.subst.map.xml +162 -0
  862. data/lib/stylesheets/params/man.subheading.divider.enabled.xml +37 -0
  863. data/lib/stylesheets/params/man.subheading.divider.xml +37 -0
  864. data/lib/stylesheets/params/man.table.footnotes.divider.xml +29 -0
  865. data/lib/stylesheets/params/man.th.extra1.suppress.xml +32 -0
  866. data/lib/stylesheets/params/man.th.extra2.max.length.xml +43 -0
  867. data/lib/stylesheets/params/man.th.extra2.suppress.xml +44 -0
  868. data/lib/stylesheets/params/man.th.extra3.max.length.xml +42 -0
  869. data/lib/stylesheets/params/man.th.extra3.suppress.xml +34 -0
  870. data/lib/stylesheets/params/man.th.title.max.length.xml +63 -0
  871. data/lib/stylesheets/params/manifest.in.base.dir.xml +29 -0
  872. data/lib/stylesheets/params/manifest.xml +29 -0
  873. data/lib/stylesheets/params/manual.toc.xml +29 -0
  874. data/lib/stylesheets/params/margin.note.float.type.xml +77 -0
  875. data/lib/stylesheets/params/margin.note.properties.xml +54 -0
  876. data/lib/stylesheets/params/margin.note.title.properties.xml +32 -0
  877. data/lib/stylesheets/params/margin.note.width.xml +35 -0
  878. data/lib/stylesheets/params/marker.section.level.xml +50 -0
  879. data/lib/stylesheets/params/menuchoice.menu.separator.xml +42 -0
  880. data/lib/stylesheets/params/menuchoice.separator.xml +32 -0
  881. data/lib/stylesheets/params/minus.image.xml +29 -0
  882. data/lib/stylesheets/params/monospace.font.family.xml +29 -0
  883. data/lib/stylesheets/params/monospace.properties.xml +38 -0
  884. data/lib/stylesheets/params/monospace.verbatim.font.width.xml +40 -0
  885. data/lib/stylesheets/params/monospace.verbatim.properties.xml +27 -0
  886. data/lib/stylesheets/params/multiframe.bottom.bgcolor.xml +28 -0
  887. data/lib/stylesheets/params/multiframe.navigation.height.xml +28 -0
  888. data/lib/stylesheets/params/multiframe.top.bgcolor.xml +28 -0
  889. data/lib/stylesheets/params/multiframe.xml +31 -0
  890. data/lib/stylesheets/params/nav.separator.xml +28 -0
  891. data/lib/stylesheets/params/nav.table.summary.xml +27 -0
  892. data/lib/stylesheets/params/navbgcolor.xml +26 -0
  893. data/lib/stylesheets/params/navbodywidth.xml +26 -0
  894. data/lib/stylesheets/params/navig.graphics.extension.xml +28 -0
  895. data/lib/stylesheets/params/navig.graphics.path.xml +30 -0
  896. data/lib/stylesheets/params/navig.graphics.xml +31 -0
  897. data/lib/stylesheets/params/navig.showtitles.xml +32 -0
  898. data/lib/stylesheets/params/navtocwidth.xml +26 -0
  899. data/lib/stylesheets/params/next.image.xml +27 -0
  900. data/lib/stylesheets/params/no.home.image.xml +27 -0
  901. data/lib/stylesheets/params/no.next.image.xml +27 -0
  902. data/lib/stylesheets/params/no.prev.image.xml +27 -0
  903. data/lib/stylesheets/params/no.toc.image.xml +27 -0
  904. data/lib/stylesheets/params/no.up.image.xml +27 -0
  905. data/lib/stylesheets/params/nominal.image.depth.xml +27 -0
  906. data/lib/stylesheets/params/nominal.image.width.xml +43 -0
  907. data/lib/stylesheets/params/nominal.table.width.xml +30 -0
  908. data/lib/stylesheets/params/nongraphical.admonition.properties.xml +41 -0
  909. data/lib/stylesheets/params/normal.para.spacing.xml +26 -0
  910. data/lib/stylesheets/params/olink.base.uri.xml +35 -0
  911. data/lib/stylesheets/params/olink.debug.xml +36 -0
  912. data/lib/stylesheets/params/olink.doctitle.xml +146 -0
  913. data/lib/stylesheets/params/olink.fragid.xml +23 -0
  914. data/lib/stylesheets/params/olink.lang.fallback.sequence.xml +83 -0
  915. data/lib/stylesheets/params/olink.outline.ext.xml +28 -0
  916. data/lib/stylesheets/params/olink.properties.xml +33 -0
  917. data/lib/stylesheets/params/olink.pubid.xml +27 -0
  918. data/lib/stylesheets/params/olink.resolver.xml +23 -0
  919. data/lib/stylesheets/params/olink.sysid.xml +27 -0
  920. data/lib/stylesheets/params/orderedlist.label.properties.xml +26 -0
  921. data/lib/stylesheets/params/orderedlist.label.width.xml +28 -0
  922. data/lib/stylesheets/params/orderedlist.properties.xml +24 -0
  923. data/lib/stylesheets/params/othercredit.like.author.enabled.xml +31 -0
  924. data/lib/stylesheets/params/output-root.xml +28 -0
  925. data/lib/stylesheets/params/output.indent.xml +32 -0
  926. data/lib/stylesheets/params/overlay.js.xml +28 -0
  927. data/lib/stylesheets/params/overlay.logo.xml +28 -0
  928. data/lib/stylesheets/params/overlay.xml +32 -0
  929. data/lib/stylesheets/params/page.height.portrait.xml +69 -0
  930. data/lib/stylesheets/params/page.height.xml +37 -0
  931. data/lib/stylesheets/params/page.margin.bottom.xml +29 -0
  932. data/lib/stylesheets/params/page.margin.inner.xml +56 -0
  933. data/lib/stylesheets/params/page.margin.outer.xml +53 -0
  934. data/lib/stylesheets/params/page.margin.top.xml +28 -0
  935. data/lib/stylesheets/params/page.orientation.xml +32 -0
  936. data/lib/stylesheets/params/page.width.portrait.xml +67 -0
  937. data/lib/stylesheets/params/page.width.xml +36 -0
  938. data/lib/stylesheets/params/pages.template.xml +29 -0
  939. data/lib/stylesheets/params/paper.type.xml +73 -0
  940. data/lib/stylesheets/params/para.propagates.style.xml +29 -0
  941. data/lib/stylesheets/params/part.autolabel.xml +73 -0
  942. data/lib/stylesheets/params/passivetex.extensions.xml +37 -0
  943. data/lib/stylesheets/params/pgwide.properties.xml +52 -0
  944. data/lib/stylesheets/params/phrase.propagates.style.xml +29 -0
  945. data/lib/stylesheets/params/pixels.per.inch.xml +31 -0
  946. data/lib/stylesheets/params/plus.image.xml +29 -0
  947. data/lib/stylesheets/params/points.per.em.xml +29 -0
  948. data/lib/stylesheets/params/preface.autolabel.xml +71 -0
  949. data/lib/stylesheets/params/prefer.internal.olink.xml +78 -0
  950. data/lib/stylesheets/params/preferred.mediaobject.role.xml +40 -0
  951. data/lib/stylesheets/params/prev.image.xml +27 -0
  952. data/lib/stylesheets/params/procedure.properties.xml +29 -0
  953. data/lib/stylesheets/params/process.empty.source.toc.xml +39 -0
  954. data/lib/stylesheets/params/process.source.toc.xml +39 -0
  955. data/lib/stylesheets/params/profile.arch.xml +39 -0
  956. data/lib/stylesheets/params/profile.attribute.xml +34 -0
  957. data/lib/stylesheets/params/profile.audience.xml +38 -0
  958. data/lib/stylesheets/params/profile.condition.xml +38 -0
  959. data/lib/stylesheets/params/profile.conformance.xml +38 -0
  960. data/lib/stylesheets/params/profile.lang.xml +38 -0
  961. data/lib/stylesheets/params/profile.os.xml +38 -0
  962. data/lib/stylesheets/params/profile.revision.xml +38 -0
  963. data/lib/stylesheets/params/profile.revisionflag.xml +38 -0
  964. data/lib/stylesheets/params/profile.role.xml +54 -0
  965. data/lib/stylesheets/params/profile.security.xml +38 -0
  966. data/lib/stylesheets/params/profile.separator.xml +27 -0
  967. data/lib/stylesheets/params/profile.status.xml +38 -0
  968. data/lib/stylesheets/params/profile.userlevel.xml +38 -0
  969. data/lib/stylesheets/params/profile.value.xml +41 -0
  970. data/lib/stylesheets/params/profile.vendor.xml +38 -0
  971. data/lib/stylesheets/params/profile.wordsize.xml +38 -0
  972. data/lib/stylesheets/params/punct.honorific.xml +28 -0
  973. data/lib/stylesheets/params/qanda.defaultlabel.xml +86 -0
  974. data/lib/stylesheets/params/qanda.in.toc.xml +34 -0
  975. data/lib/stylesheets/params/qanda.inherit.numeration.xml +30 -0
  976. data/lib/stylesheets/params/qanda.nested.in.toc.xml +29 -0
  977. data/lib/stylesheets/params/qanda.title.level1.properties.xml +32 -0
  978. data/lib/stylesheets/params/qanda.title.level2.properties.xml +32 -0
  979. data/lib/stylesheets/params/qanda.title.level3.properties.xml +32 -0
  980. data/lib/stylesheets/params/qanda.title.level4.properties.xml +32 -0
  981. data/lib/stylesheets/params/qanda.title.level5.properties.xml +32 -0
  982. data/lib/stylesheets/params/qanda.title.level6.properties.xml +34 -0
  983. data/lib/stylesheets/params/qanda.title.properties.xml +37 -0
  984. data/lib/stylesheets/params/qandadiv.autolabel.xml +26 -0
  985. data/lib/stylesheets/params/rebuild-all.xml +33 -0
  986. data/lib/stylesheets/params/refclass.suppress.xml +28 -0
  987. data/lib/stylesheets/params/refentry.date.profile.enabled.xml +46 -0
  988. data/lib/stylesheets/params/refentry.date.profile.xml +38 -0
  989. data/lib/stylesheets/params/refentry.generate.name.xml +33 -0
  990. data/lib/stylesheets/params/refentry.generate.title.xml +33 -0
  991. data/lib/stylesheets/params/refentry.manual.fallback.profile.xml +48 -0
  992. data/lib/stylesheets/params/refentry.manual.profile.enabled.xml +47 -0
  993. data/lib/stylesheets/params/refentry.manual.profile.xml +72 -0
  994. data/lib/stylesheets/params/refentry.meta.get.quietly.xml +37 -0
  995. data/lib/stylesheets/params/refentry.pagebreak.xml +33 -0
  996. data/lib/stylesheets/params/refentry.separator.xml +29 -0
  997. data/lib/stylesheets/params/refentry.source.fallback.profile.xml +49 -0
  998. data/lib/stylesheets/params/refentry.source.name.profile.enabled.xml +48 -0
  999. data/lib/stylesheets/params/refentry.source.name.profile.xml +89 -0
  1000. data/lib/stylesheets/params/refentry.source.name.suppress.xml +42 -0
  1001. data/lib/stylesheets/params/refentry.title.properties.xml +59 -0
  1002. data/lib/stylesheets/params/refentry.version.profile.enabled.xml +47 -0
  1003. data/lib/stylesheets/params/refentry.version.profile.xml +41 -0
  1004. data/lib/stylesheets/params/refentry.version.suppress.xml +43 -0
  1005. data/lib/stylesheets/params/refentry.xref.manvolnum.xml +31 -0
  1006. data/lib/stylesheets/params/reference.autolabel.xml +67 -0
  1007. data/lib/stylesheets/params/region.after.extent.xml +29 -0
  1008. data/lib/stylesheets/params/region.before.extent.xml +29 -0
  1009. data/lib/stylesheets/params/revhistory.table.cell.properties.xml +28 -0
  1010. data/lib/stylesheets/params/revhistory.table.properties.xml +28 -0
  1011. data/lib/stylesheets/params/revhistory.title.properties.xml +28 -0
  1012. data/lib/stylesheets/params/root.filename.xml +29 -0
  1013. data/lib/stylesheets/params/root.properties.xml +46 -0
  1014. data/lib/stylesheets/params/rootid.xml +33 -0
  1015. data/lib/stylesheets/params/runinhead.default.title.end.punct.xml +27 -0
  1016. data/lib/stylesheets/params/runinhead.title.end.punct.xml +32 -0
  1017. data/lib/stylesheets/params/running.foot.properties.xml +34 -0
  1018. data/lib/stylesheets/params/sans.font.family.xml +29 -0
  1019. data/lib/stylesheets/params/saxon.callouts.xml +30 -0
  1020. data/lib/stylesheets/params/saxon.character.representation.xml +38 -0
  1021. data/lib/stylesheets/params/saxon.linenumbering.xml +32 -0
  1022. data/lib/stylesheets/params/saxon.tablecolumns.xml +30 -0
  1023. data/lib/stylesheets/params/script.dir.xml +33 -0
  1024. data/lib/stylesheets/params/section.autolabel.max.depth.xml +32 -0
  1025. data/lib/stylesheets/params/section.autolabel.xml +26 -0
  1026. data/lib/stylesheets/params/section.container.element.xml +62 -0
  1027. data/lib/stylesheets/params/section.label.includes.component.label.xml +27 -0
  1028. data/lib/stylesheets/params/section.level1.properties.xml +43 -0
  1029. data/lib/stylesheets/params/section.level2.properties.xml +43 -0
  1030. data/lib/stylesheets/params/section.level3.properties.xml +43 -0
  1031. data/lib/stylesheets/params/section.level4.properties.xml +43 -0
  1032. data/lib/stylesheets/params/section.level5.properties.xml +43 -0
  1033. data/lib/stylesheets/params/section.level6.properties.xml +43 -0
  1034. data/lib/stylesheets/params/section.properties.xml +35 -0
  1035. data/lib/stylesheets/params/section.title.level1.properties.xml +32 -0
  1036. data/lib/stylesheets/params/section.title.level2.properties.xml +33 -0
  1037. data/lib/stylesheets/params/section.title.level3.properties.xml +32 -0
  1038. data/lib/stylesheets/params/section.title.level4.properties.xml +32 -0
  1039. data/lib/stylesheets/params/section.title.level5.properties.xml +32 -0
  1040. data/lib/stylesheets/params/section.title.level6.properties.xml +33 -0
  1041. data/lib/stylesheets/params/section.title.properties.xml +39 -0
  1042. data/lib/stylesheets/params/segmentedlist.as.table.xml +28 -0
  1043. data/lib/stylesheets/params/sequential.links.xml +25 -0
  1044. data/lib/stylesheets/params/shade.verbatim.style.xml +36 -0
  1045. data/lib/stylesheets/params/shade.verbatim.xml +30 -0
  1046. data/lib/stylesheets/params/show.comments.xml +32 -0
  1047. data/lib/stylesheets/params/show.foil.number.xml +28 -0
  1048. data/lib/stylesheets/params/show.revisionflag.xml +42 -0
  1049. data/lib/stylesheets/params/showtoc.image.xml +29 -0
  1050. data/lib/stylesheets/params/side.float.properties.xml +50 -0
  1051. data/lib/stylesheets/params/sidebar.float.type.xml +90 -0
  1052. data/lib/stylesheets/params/sidebar.float.width.xml +35 -0
  1053. data/lib/stylesheets/params/sidebar.properties.xml +42 -0
  1054. data/lib/stylesheets/params/sidebar.title.properties.xml +32 -0
  1055. data/lib/stylesheets/params/simplesect.in.toc.xml +26 -0
  1056. data/lib/stylesheets/params/slide.font.family.xml +31 -0
  1057. data/lib/stylesheets/params/slide.title.font.family.xml +31 -0
  1058. data/lib/stylesheets/params/slides.js.xml +28 -0
  1059. data/lib/stylesheets/params/slides.properties.xml +31 -0
  1060. data/lib/stylesheets/params/spacing.paras.xml +30 -0
  1061. data/lib/stylesheets/params/speakernote.properties.xml +32 -0
  1062. data/lib/stylesheets/params/subscript.properties.xml +29 -0
  1063. data/lib/stylesheets/params/superscript.properties.xml +29 -0
  1064. data/lib/stylesheets/params/suppress.footer.navigation.xml +26 -0
  1065. data/lib/stylesheets/params/suppress.header.navigation.xml +27 -0
  1066. data/lib/stylesheets/params/suppress.homepage.title.xml +25 -0
  1067. data/lib/stylesheets/params/suppress.navigation.xml +28 -0
  1068. data/lib/stylesheets/params/symbol.font.family.xml +45 -0
  1069. data/lib/stylesheets/params/table.borders.with.css.xml +28 -0
  1070. data/lib/stylesheets/params/table.cell.border.color.xml +39 -0
  1071. data/lib/stylesheets/params/table.cell.border.style.xml +42 -0
  1072. data/lib/stylesheets/params/table.cell.border.thickness.xml +35 -0
  1073. data/lib/stylesheets/params/table.cell.padding.xml +32 -0
  1074. data/lib/stylesheets/params/table.entry.padding.xml +27 -0
  1075. data/lib/stylesheets/params/table.footnote.number.format.xml +33 -0
  1076. data/lib/stylesheets/params/table.footnote.number.symbols.xml +39 -0
  1077. data/lib/stylesheets/params/table.footnote.properties.xml +39 -0
  1078. data/lib/stylesheets/params/table.frame.border.color.xml +28 -0
  1079. data/lib/stylesheets/params/table.frame.border.style.xml +37 -0
  1080. data/lib/stylesheets/params/table.frame.border.thickness.xml +27 -0
  1081. data/lib/stylesheets/params/table.properties.xml +34 -0
  1082. data/lib/stylesheets/params/table.spacer.image.xml +26 -0
  1083. data/lib/stylesheets/params/table.table.properties.xml +36 -0
  1084. data/lib/stylesheets/params/tablecolumns.extension.xml +30 -0
  1085. data/lib/stylesheets/params/target.database.document.xml +37 -0
  1086. data/lib/stylesheets/params/targets.filename.xml +32 -0
  1087. data/lib/stylesheets/params/template.xml +27 -0
  1088. data/lib/stylesheets/params/tex.math.delims.xml +47 -0
  1089. data/lib/stylesheets/params/tex.math.file.xml +42 -0
  1090. data/lib/stylesheets/params/tex.math.in.alt.xml +76 -0
  1091. data/lib/stylesheets/params/text.home.xml +27 -0
  1092. data/lib/stylesheets/params/text.next.xml +27 -0
  1093. data/lib/stylesheets/params/text.prev.xml +27 -0
  1094. data/lib/stylesheets/params/text.toc.xml +27 -0
  1095. data/lib/stylesheets/params/text.up.xml +27 -0
  1096. data/lib/stylesheets/params/textbgcolor.xml +26 -0
  1097. data/lib/stylesheets/params/textdata.default.encoding.xml +32 -0
  1098. data/lib/stylesheets/params/textinsert.extension.xml +62 -0
  1099. data/lib/stylesheets/params/title.font.family.xml +33 -0
  1100. data/lib/stylesheets/params/title.margin.left.xml +65 -0
  1101. data/lib/stylesheets/params/titlefoil.html.xml +27 -0
  1102. data/lib/stylesheets/params/toc.bg.color.xml +27 -0
  1103. data/lib/stylesheets/params/toc.blank.graphic.xml +28 -0
  1104. data/lib/stylesheets/params/toc.blank.image.xml +27 -0
  1105. data/lib/stylesheets/params/toc.blank.text.xml +27 -0
  1106. data/lib/stylesheets/params/toc.hide.show.xml +33 -0
  1107. data/lib/stylesheets/params/toc.html.xml +27 -0
  1108. data/lib/stylesheets/params/toc.image.xml +27 -0
  1109. data/lib/stylesheets/params/toc.indent.width.xml +34 -0
  1110. data/lib/stylesheets/params/toc.line.properties.xml +44 -0
  1111. data/lib/stylesheets/params/toc.list.type.xml +30 -0
  1112. data/lib/stylesheets/params/toc.margin.properties.xml +33 -0
  1113. data/lib/stylesheets/params/toc.max.depth.xml +25 -0
  1114. data/lib/stylesheets/params/toc.pointer.graphic.xml +28 -0
  1115. data/lib/stylesheets/params/toc.pointer.image.xml +27 -0
  1116. data/lib/stylesheets/params/toc.pointer.text.xml +27 -0
  1117. data/lib/stylesheets/params/toc.row.height.xml +33 -0
  1118. data/lib/stylesheets/params/toc.section.depth.xml +28 -0
  1119. data/lib/stylesheets/params/toc.spacer.graphic.xml +28 -0
  1120. data/lib/stylesheets/params/toc.spacer.image.xml +27 -0
  1121. data/lib/stylesheets/params/toc.spacer.text.xml +27 -0
  1122. data/lib/stylesheets/params/toc.width.xml +28 -0
  1123. data/lib/stylesheets/params/ua.js.xml +28 -0
  1124. data/lib/stylesheets/params/ulink.footnotes.xml +34 -0
  1125. data/lib/stylesheets/params/ulink.hyphenate.chars.xml +37 -0
  1126. data/lib/stylesheets/params/ulink.hyphenate.xml +35 -0
  1127. data/lib/stylesheets/params/ulink.show.xml +37 -0
  1128. data/lib/stylesheets/params/ulink.target.xml +29 -0
  1129. data/lib/stylesheets/params/up.image.xml +27 -0
  1130. data/lib/stylesheets/params/use.embed.for.svg.xml +33 -0
  1131. data/lib/stylesheets/params/use.extensions.xml +31 -0
  1132. data/lib/stylesheets/params/use.id.as.filename.xml +30 -0
  1133. data/lib/stylesheets/params/use.id.function.xml +32 -0
  1134. data/lib/stylesheets/params/use.local.olink.style.xml +28 -0
  1135. data/lib/stylesheets/params/use.role.as.xrefstyle.xml +93 -0
  1136. data/lib/stylesheets/params/use.role.for.mediaobject.xml +56 -0
  1137. data/lib/stylesheets/params/use.svg.xml +30 -0
  1138. data/lib/stylesheets/params/variablelist.as.blocks.xml +62 -0
  1139. data/lib/stylesheets/params/variablelist.as.table.xml +54 -0
  1140. data/lib/stylesheets/params/variablelist.max.termlength.xml +46 -0
  1141. data/lib/stylesheets/params/variablelist.term.break.after.xml +39 -0
  1142. data/lib/stylesheets/params/variablelist.term.properties.xml +29 -0
  1143. data/lib/stylesheets/params/variablelist.term.separator.xml +40 -0
  1144. data/lib/stylesheets/params/verbatim.properties.xml +38 -0
  1145. data/lib/stylesheets/params/wordml.template.xml +29 -0
  1146. data/lib/stylesheets/params/writing.mode.xml +83 -0
  1147. data/lib/stylesheets/params/xbCollapsibleLists.js.xml +28 -0
  1148. data/lib/stylesheets/params/xbDOM.js.xml +28 -0
  1149. data/lib/stylesheets/params/xbLibrary.js.xml +28 -0
  1150. data/lib/stylesheets/params/xbStyle.js.xml +28 -0
  1151. data/lib/stylesheets/params/xep.extensions.xml +31 -0
  1152. data/lib/stylesheets/params/xep.index.item.properties.xml +36 -0
  1153. data/lib/stylesheets/params/xref.label-page.separator.xml +38 -0
  1154. data/lib/stylesheets/params/xref.label-title.separator.xml +36 -0
  1155. data/lib/stylesheets/params/xref.properties.xml +29 -0
  1156. data/lib/stylesheets/params/xref.title-page.separator.xml +36 -0
  1157. data/lib/stylesheets/params/xref.with.number.and.title.xml +30 -0
  1158. data/lib/stylesheets/profiling/profile-mode.xsl +239 -0
  1159. data/lib/stylesheets/profiling/profile.xsl +58 -0
  1160. data/lib/stylesheets/profiling/strip-attributes.xsl +27 -0
  1161. data/lib/stylesheets/profiling/xsl2profile.xsl +159 -0
  1162. data/lib/stylesheets/roundtrip/blocks-spec.xml +11 -0
  1163. data/lib/stylesheets/roundtrip/blocks2dbk.dtd +76 -0
  1164. data/lib/stylesheets/roundtrip/blocks2dbk.xsl +1734 -0
  1165. data/lib/stylesheets/roundtrip/dbk2ooo.xsl +178 -0
  1166. data/lib/stylesheets/roundtrip/dbk2pages.xsl +442 -0
  1167. data/lib/stylesheets/roundtrip/dbk2wordml.xsl +402 -0
  1168. data/lib/stylesheets/roundtrip/dbk2wp.xsl +1376 -0
  1169. data/lib/stylesheets/roundtrip/normalise-common.xsl +39 -0
  1170. data/lib/stylesheets/roundtrip/normalise2sections.xsl +1270 -0
  1171. data/lib/stylesheets/roundtrip/pages2normalise.xsl +352 -0
  1172. data/lib/stylesheets/roundtrip/param.xml +105 -0
  1173. data/lib/stylesheets/roundtrip/param.xsl +20 -0
  1174. data/lib/stylesheets/roundtrip/sections-spec.xml +38 -0
  1175. data/lib/stylesheets/roundtrip/sections2blocks.xsl +263 -0
  1176. data/lib/stylesheets/roundtrip/specifications.xml +1420 -0
  1177. data/lib/stylesheets/roundtrip/template-pages.xml +2 -0
  1178. data/lib/stylesheets/roundtrip/template.dot +0 -0
  1179. data/lib/stylesheets/roundtrip/template.xml +3 -0
  1180. data/lib/stylesheets/roundtrip/wordml2normalise.xsl +446 -0
  1181. data/lib/stylesheets/slides/browser/CTOCWidget.js +169 -0
  1182. data/lib/stylesheets/slides/browser/overlay.js +142 -0
  1183. data/lib/stylesheets/slides/browser/slides-default.css +9 -0
  1184. data/lib/stylesheets/slides/browser/slides-frames.css +73 -0
  1185. data/lib/stylesheets/slides/browser/slides-plain.css +1 -0
  1186. data/lib/stylesheets/slides/browser/slides-table.css +41 -0
  1187. data/lib/stylesheets/slides/browser/slides-w3c.css +1 -0
  1188. data/lib/stylesheets/slides/browser/slides.css +119 -0
  1189. data/lib/stylesheets/slides/browser/slides.js +120 -0
  1190. data/lib/stylesheets/slides/browser/ua.js +135 -0
  1191. data/lib/stylesheets/slides/browser/xbCollapsibleLists.js +537 -0
  1192. data/lib/stylesheets/slides/browser/xbDOM.js +374 -0
  1193. data/lib/stylesheets/slides/browser/xbDebug.js +311 -0
  1194. data/lib/stylesheets/slides/browser/xbLibrary.js +80 -0
  1195. data/lib/stylesheets/slides/browser/xbStyle-css.js +791 -0
  1196. data/lib/stylesheets/slides/browser/xbStyle-nn4.js +485 -0
  1197. data/lib/stylesheets/slides/browser/xbStyle-not-supported.js +77 -0
  1198. data/lib/stylesheets/slides/browser/xbStyle.js +295 -0
  1199. data/lib/stylesheets/slides/fo/param.xml +356 -0
  1200. data/lib/stylesheets/slides/fo/param.xsl +74 -0
  1201. data/lib/stylesheets/slides/fo/plain-titlepage.xml +79 -0
  1202. data/lib/stylesheets/slides/fo/plain-titlepage.xsl +187 -0
  1203. data/lib/stylesheets/slides/fo/plain.xsl +528 -0
  1204. data/lib/stylesheets/slides/graphics/active/arr-next.png +0 -0
  1205. data/lib/stylesheets/slides/graphics/active/arr-prev.png +0 -0
  1206. data/lib/stylesheets/slides/graphics/active/but-fforward.png +0 -0
  1207. data/lib/stylesheets/slides/graphics/active/but-info.png +0 -0
  1208. data/lib/stylesheets/slides/graphics/active/but-next.png +0 -0
  1209. data/lib/stylesheets/slides/graphics/active/but-prev.png +0 -0
  1210. data/lib/stylesheets/slides/graphics/active/but-rewind.png +0 -0
  1211. data/lib/stylesheets/slides/graphics/active/nav-home.png +0 -0
  1212. data/lib/stylesheets/slides/graphics/active/nav-next.png +0 -0
  1213. data/lib/stylesheets/slides/graphics/active/nav-prev.png +0 -0
  1214. data/lib/stylesheets/slides/graphics/active/nav-toc.png +0 -0
  1215. data/lib/stylesheets/slides/graphics/active/nav-up.png +0 -0
  1216. data/lib/stylesheets/slides/graphics/active/w3c-next.png +0 -0
  1217. data/lib/stylesheets/slides/graphics/active/w3c-prev.png +0 -0
  1218. data/lib/stylesheets/slides/graphics/active/w3c-toc.png +0 -0
  1219. data/lib/stylesheets/slides/graphics/arrow.gif +0 -0
  1220. data/lib/stylesheets/slides/graphics/blank.gif +0 -0
  1221. data/lib/stylesheets/slides/graphics/blank.png +0 -0
  1222. data/lib/stylesheets/slides/graphics/hidetoc.gif +0 -0
  1223. data/lib/stylesheets/slides/graphics/inactive/but-fforward.png +0 -0
  1224. data/lib/stylesheets/slides/graphics/inactive/but-info.png +0 -0
  1225. data/lib/stylesheets/slides/graphics/inactive/but-next.png +0 -0
  1226. data/lib/stylesheets/slides/graphics/inactive/but-prev.png +0 -0
  1227. data/lib/stylesheets/slides/graphics/inactive/but-rewind.png +0 -0
  1228. data/lib/stylesheets/slides/graphics/inactive/nav-home.png +0 -0
  1229. data/lib/stylesheets/slides/graphics/inactive/nav-next.png +0 -0
  1230. data/lib/stylesheets/slides/graphics/inactive/nav-prev.png +0 -0
  1231. data/lib/stylesheets/slides/graphics/inactive/nav-toc.png +0 -0
  1232. data/lib/stylesheets/slides/graphics/inactive/nav-up.png +0 -0
  1233. data/lib/stylesheets/slides/graphics/inactive/w3c-next.png +0 -0
  1234. data/lib/stylesheets/slides/graphics/inactive/w3c-prev.png +0 -0
  1235. data/lib/stylesheets/slides/graphics/inactive/w3c-toc.png +0 -0
  1236. data/lib/stylesheets/slides/graphics/plus.gif +0 -0
  1237. data/lib/stylesheets/slides/graphics/pointer.png +0 -0
  1238. data/lib/stylesheets/slides/graphics/showtoc.gif +0 -0
  1239. data/lib/stylesheets/slides/graphics/toc/bullet.png +0 -0
  1240. data/lib/stylesheets/slides/graphics/toc/closed.png +0 -0
  1241. data/lib/stylesheets/slides/graphics/toc/open.png +0 -0
  1242. data/lib/stylesheets/slides/html/css.xsl +46 -0
  1243. data/lib/stylesheets/slides/html/default.xsl +261 -0
  1244. data/lib/stylesheets/slides/html/flat.xsl +70 -0
  1245. data/lib/stylesheets/slides/html/frames.xsl +2016 -0
  1246. data/lib/stylesheets/slides/html/graphics.xsl +151 -0
  1247. data/lib/stylesheets/slides/html/jscript.xsl +127 -0
  1248. data/lib/stylesheets/slides/html/param.xml +1376 -0
  1249. data/lib/stylesheets/slides/html/param.xsl +68 -0
  1250. data/lib/stylesheets/slides/html/plain.xsl +472 -0
  1251. data/lib/stylesheets/slides/html/slides-common.xsl +1541 -0
  1252. data/lib/stylesheets/slides/html/tables.xsl +336 -0
  1253. data/lib/stylesheets/slides/html/vslides.xsl +667 -0
  1254. data/lib/stylesheets/slides/html/w3c.xsl +376 -0
  1255. data/lib/stylesheets/slides/htmlhelp/htmlhelp.xsl +89 -0
  1256. data/lib/stylesheets/slides/keynote/default.xsl +600 -0
  1257. data/lib/stylesheets/slides/keynote/xsltsl/cmp.xsl +348 -0
  1258. data/lib/stylesheets/slides/keynote/xsltsl/date-time.xsl +1524 -0
  1259. data/lib/stylesheets/slides/keynote/xsltsl/example.xsl +90 -0
  1260. data/lib/stylesheets/slides/keynote/xsltsl/markup.xsl +789 -0
  1261. data/lib/stylesheets/slides/keynote/xsltsl/math.xsl +704 -0
  1262. data/lib/stylesheets/slides/keynote/xsltsl/node.xsl +229 -0
  1263. data/lib/stylesheets/slides/keynote/xsltsl/stdlib.xsl +340 -0
  1264. data/lib/stylesheets/slides/keynote/xsltsl/string.xsl +1233 -0
  1265. data/lib/stylesheets/slides/keynote/xsltsl/svg.xsl +177 -0
  1266. data/lib/stylesheets/slides/keynote/xsltsl/uri.xsl +580 -0
  1267. data/lib/stylesheets/slides/svg/default.xsl +686 -0
  1268. data/lib/stylesheets/slides/xhtml/css.xsl +47 -0
  1269. data/lib/stylesheets/slides/xhtml/default.xsl +246 -0
  1270. data/lib/stylesheets/slides/xhtml/flat.xsl +71 -0
  1271. data/lib/stylesheets/slides/xhtml/frames.xsl +1982 -0
  1272. data/lib/stylesheets/slides/xhtml/graphics.xsl +152 -0
  1273. data/lib/stylesheets/slides/xhtml/jscript.xsl +128 -0
  1274. data/lib/stylesheets/slides/xhtml/param.xsl +70 -0
  1275. data/lib/stylesheets/slides/xhtml/plain.xsl +470 -0
  1276. data/lib/stylesheets/slides/xhtml/slides-common.xsl +1534 -0
  1277. data/lib/stylesheets/slides/xhtml/tables.xsl +334 -0
  1278. data/lib/stylesheets/slides/xhtml/vslides.xsl +652 -0
  1279. data/lib/stylesheets/slides/xhtml/w3c.xsl +358 -0
  1280. data/lib/stylesheets/template/titlepage.xml +478 -0
  1281. data/lib/stylesheets/template/titlepage.xsl +1355 -0
  1282. data/lib/stylesheets/tests/refentry.007.ns.xml +325 -0
  1283. data/lib/stylesheets/tests/refentry.007.xml +340 -0
  1284. data/lib/stylesheets/tools/bin/docbook-xsl-update +53 -0
  1285. data/lib/stylesheets/tools/make/Makefile.DocBook +698 -0
  1286. data/lib/stylesheets/tools/make/Makefile.combine +182 -0
  1287. data/lib/stylesheets/tools/make/Makefile.docParam +59 -0
  1288. data/lib/stylesheets/webhelp/LICENSE +1 -0
  1289. data/lib/stylesheets/webhelp/build.properties +43 -0
  1290. data/lib/stylesheets/webhelp/build.xml +112 -0
  1291. data/lib/stylesheets/webhelp/docs/common/css/positioning.css +109 -0
  1292. data/lib/stylesheets/webhelp/docs/common/images/header-bg.gif +0 -0
  1293. data/lib/stylesheets/webhelp/docs/common/images/highlight-blue.gif +0 -0
  1294. data/lib/stylesheets/webhelp/docs/common/images/highlight-yellow.gif +0 -0
  1295. data/lib/stylesheets/webhelp/docs/common/images/loading.gif +0 -0
  1296. data/lib/stylesheets/webhelp/docs/common/images/logo.png +0 -0
  1297. data/lib/stylesheets/webhelp/docs/common/images/showHideTreeIcons.png +0 -0
  1298. data/lib/stylesheets/webhelp/docs/common/jquery/jquery-1.4.2.min.js +154 -0
  1299. data/lib/stylesheets/webhelp/docs/common/jquery/jquery-ui-1.8.2.custom.min.js +321 -0
  1300. data/lib/stylesheets/webhelp/docs/common/jquery/jquery.cookie.js +93 -0
  1301. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif +0 -0
  1302. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1303. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  1304. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  1305. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  1306. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  1307. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  1308. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  1309. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  1310. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png +0 -0
  1311. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png +0 -0
  1312. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png +0 -0
  1313. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  1314. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  1315. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
  1316. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  1317. data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css +398 -0
  1318. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/file.gif +0 -0
  1319. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder-closed.gif +0 -0
  1320. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder-closed2.gif +0 -0
  1321. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder.gif +0 -0
  1322. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder2.gif +0 -0
  1323. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/minus.gif +0 -0
  1324. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/plus.gif +0 -0
  1325. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-black-line.gif +0 -0
  1326. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-black.gif +0 -0
  1327. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-default-line.gif +0 -0
  1328. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-default.gif +0 -0
  1329. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam-line.gif +0 -0
  1330. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam.gif +0 -0
  1331. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-gray-line.gif +0 -0
  1332. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-gray.gif +0 -0
  1333. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-red-line.gif +0 -0
  1334. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-red.gif +0 -0
  1335. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.async.js +72 -0
  1336. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.css +85 -0
  1337. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.js +255 -0
  1338. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.min.js +16 -0
  1339. data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.pack.js +16 -0
  1340. data/lib/stylesheets/webhelp/docs/common/main.js +161 -0
  1341. data/lib/stylesheets/webhelp/docs/content/ch01.html +61 -0
  1342. data/lib/stylesheets/webhelp/docs/content/ch02.html +32 -0
  1343. data/lib/stylesheets/webhelp/docs/content/ch02s01.html +117 -0
  1344. data/lib/stylesheets/webhelp/docs/content/ch02s02.html +102 -0
  1345. data/lib/stylesheets/webhelp/docs/content/ch02s03.html +36 -0
  1346. data/lib/stylesheets/webhelp/docs/content/ch02s04.html +42 -0
  1347. data/lib/stylesheets/webhelp/docs/content/ch03.html +37 -0
  1348. data/lib/stylesheets/webhelp/docs/content/ch03s01.html +62 -0
  1349. data/lib/stylesheets/webhelp/docs/content/ch03s02.html +124 -0
  1350. data/lib/stylesheets/webhelp/docs/content/index.html +71 -0
  1351. data/lib/stylesheets/webhelp/docs/content/search/htmlFileInfoList.js +10 -0
  1352. data/lib/stylesheets/webhelp/docs/content/search/htmlFileList.js +11 -0
  1353. data/lib/stylesheets/webhelp/docs/content/search/index-1.js +224 -0
  1354. data/lib/stylesheets/webhelp/docs/content/search/index-2.js +223 -0
  1355. data/lib/stylesheets/webhelp/docs/content/search/index-3.js +221 -0
  1356. data/lib/stylesheets/webhelp/docs/content/search/nwSearchFnt.js +513 -0
  1357. data/lib/stylesheets/webhelp/docs/content/search/stemmers/en_stemmer.js +187 -0
  1358. data/lib/stylesheets/webhelp/docs/favicon.ico +0 -0
  1359. data/lib/stylesheets/webhelp/docs/index.html +13 -0
  1360. data/lib/stylesheets/webhelp/docsrc/readme.xml +891 -0
  1361. data/lib/stylesheets/webhelp/template/common/css/positioning.css +109 -0
  1362. data/lib/stylesheets/webhelp/template/common/images/header-bg.gif +0 -0
  1363. data/lib/stylesheets/webhelp/template/common/images/highlight-blue.gif +0 -0
  1364. data/lib/stylesheets/webhelp/template/common/images/highlight-yellow.gif +0 -0
  1365. data/lib/stylesheets/webhelp/template/common/images/loading.gif +0 -0
  1366. data/lib/stylesheets/webhelp/template/common/images/logo.png +0 -0
  1367. data/lib/stylesheets/webhelp/template/common/images/showHideTreeIcons.png +0 -0
  1368. data/lib/stylesheets/webhelp/template/common/jquery/jquery-1.4.2.min.js +154 -0
  1369. data/lib/stylesheets/webhelp/template/common/jquery/jquery-ui-1.8.2.custom.min.js +321 -0
  1370. data/lib/stylesheets/webhelp/template/common/jquery/jquery.cookie.js +93 -0
  1371. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif +0 -0
  1372. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1373. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  1374. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  1375. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  1376. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  1377. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  1378. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  1379. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  1380. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png +0 -0
  1381. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png +0 -0
  1382. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png +0 -0
  1383. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  1384. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  1385. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
  1386. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  1387. data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css +398 -0
  1388. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/file.gif +0 -0
  1389. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder-closed.gif +0 -0
  1390. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder-closed2.gif +0 -0
  1391. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder.gif +0 -0
  1392. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder2.gif +0 -0
  1393. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/minus.gif +0 -0
  1394. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/plus.gif +0 -0
  1395. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-black-line.gif +0 -0
  1396. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-black.gif +0 -0
  1397. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-default-line.gif +0 -0
  1398. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-default.gif +0 -0
  1399. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-famfamfam-line.gif +0 -0
  1400. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-famfamfam.gif +0 -0
  1401. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-gray-line.gif +0 -0
  1402. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-gray.gif +0 -0
  1403. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-red-line.gif +0 -0
  1404. data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-red.gif +0 -0
  1405. data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.async.js +72 -0
  1406. data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.css +85 -0
  1407. data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.js +255 -0
  1408. data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.min.js +16 -0
  1409. data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.pack.js +16 -0
  1410. data/lib/stylesheets/webhelp/template/common/main.js +161 -0
  1411. data/lib/stylesheets/webhelp/template/content/search/default.props +1 -0
  1412. data/lib/stylesheets/webhelp/template/content/search/en-us.props +45 -0
  1413. data/lib/stylesheets/webhelp/template/content/search/es-es.props +179 -0
  1414. data/lib/stylesheets/webhelp/template/content/search/ja-jp.props +1 -0
  1415. data/lib/stylesheets/webhelp/template/content/search/nwSearchFnt.js +513 -0
  1416. data/lib/stylesheets/webhelp/template/content/search/punctuation.props +31 -0
  1417. data/lib/stylesheets/webhelp/template/content/search/stemmers/de_stemmer.js +247 -0
  1418. data/lib/stylesheets/webhelp/template/content/search/stemmers/en_stemmer.js +187 -0
  1419. data/lib/stylesheets/webhelp/template/content/search/stemmers/fr_stemmer.js +299 -0
  1420. data/lib/stylesheets/webhelp/template/favicon.ico +0 -0
  1421. data/lib/stylesheets/webhelp/xsl/webhelp.xsl +772 -0
  1422. data/lib/stylesheets/website/autolayout.xsl +258 -0
  1423. data/lib/stylesheets/website/chunk-common.xsl +227 -0
  1424. data/lib/stylesheets/website/chunk-tabular.xsl +12 -0
  1425. data/lib/stylesheets/website/chunk-website.xsl +12 -0
  1426. data/lib/stylesheets/website/head.xsl +316 -0
  1427. data/lib/stylesheets/website/makefile-dep.xsl +143 -0
  1428. data/lib/stylesheets/website/olink.xsl +297 -0
  1429. data/lib/stylesheets/website/param.xml +788 -0
  1430. data/lib/stylesheets/website/param.xsl +53 -0
  1431. data/lib/stylesheets/website/rss.xsl +143 -0
  1432. data/lib/stylesheets/website/tabular.xsl +213 -0
  1433. data/lib/stylesheets/website/toc-tabular.xsl +480 -0
  1434. data/lib/stylesheets/website/toc.xsl +286 -0
  1435. data/lib/stylesheets/website/website-common.xsl +821 -0
  1436. data/lib/stylesheets/website/website-targets.xsl +27 -0
  1437. data/lib/stylesheets/website/website.xsl +132 -0
  1438. data/lib/stylesheets/website/xbel.xsl +114 -0
  1439. data/lib/stylesheets/xhtml/admon.xsl +137 -0
  1440. data/lib/stylesheets/xhtml/annotations.xsl +160 -0
  1441. data/lib/stylesheets/xhtml/autoidx-kimber.xsl +140 -0
  1442. data/lib/stylesheets/xhtml/autoidx-kosek.xsl +110 -0
  1443. data/lib/stylesheets/xhtml/autoidx-ng.xsl +23 -0
  1444. data/lib/stylesheets/xhtml/autoidx.xsl +682 -0
  1445. data/lib/stylesheets/xhtml/autotoc.xsl +665 -0
  1446. data/lib/stylesheets/xhtml/biblio-iso690.xsl +1302 -0
  1447. data/lib/stylesheets/xhtml/biblio.xsl +1242 -0
  1448. data/lib/stylesheets/xhtml/block.xsl +537 -0
  1449. data/lib/stylesheets/xhtml/callout.xsl +189 -0
  1450. data/lib/stylesheets/xhtml/changebars.xsl +80 -0
  1451. data/lib/stylesheets/xhtml/chunk-changebars.xsl +97 -0
  1452. data/lib/stylesheets/xhtml/chunk-code.xsl +644 -0
  1453. data/lib/stylesheets/xhtml/chunk-common.xsl +1562 -0
  1454. data/lib/stylesheets/xhtml/chunk.xsl +53 -0
  1455. data/lib/stylesheets/xhtml/chunker.xsl +303 -0
  1456. data/lib/stylesheets/xhtml/chunkfast.xsl +70 -0
  1457. data/lib/stylesheets/xhtml/chunktoc.xsl +527 -0
  1458. data/lib/stylesheets/xhtml/component.xsl +397 -0
  1459. data/lib/stylesheets/xhtml/division.xsl +219 -0
  1460. data/lib/stylesheets/xhtml/docbook.css.xml +109 -0
  1461. data/lib/stylesheets/xhtml/docbook.xsl +435 -0
  1462. data/lib/stylesheets/xhtml/ebnf.xsl +329 -0
  1463. data/lib/stylesheets/xhtml/footnote.xsl +306 -0
  1464. data/lib/stylesheets/xhtml/formal.xsl +413 -0
  1465. data/lib/stylesheets/xhtml/glossary.xsl +565 -0
  1466. data/lib/stylesheets/xhtml/graphics.xsl +1437 -0
  1467. data/lib/stylesheets/xhtml/highlight.xsl +89 -0
  1468. data/lib/stylesheets/xhtml/html-rtf.xsl +321 -0
  1469. data/lib/stylesheets/xhtml/html.xsl +600 -0
  1470. data/lib/stylesheets/xhtml/htmltbl.xsl +104 -0
  1471. data/lib/stylesheets/xhtml/index.xsl +266 -0
  1472. data/lib/stylesheets/xhtml/info.xsl +46 -0
  1473. data/lib/stylesheets/xhtml/inline.xsl +1452 -0
  1474. data/lib/stylesheets/xhtml/keywords.xsl +38 -0
  1475. data/lib/stylesheets/xhtml/lists.xsl +1123 -0
  1476. data/lib/stylesheets/xhtml/maketoc.xsl +92 -0
  1477. data/lib/stylesheets/xhtml/manifest.xsl +23 -0
  1478. data/lib/stylesheets/xhtml/math.xsl +285 -0
  1479. data/lib/stylesheets/xhtml/oldchunker.xsl +177 -0
  1480. data/lib/stylesheets/xhtml/onechunk.xsl +37 -0
  1481. data/lib/stylesheets/xhtml/param.xsl +438 -0
  1482. data/lib/stylesheets/xhtml/pi.xsl +1204 -0
  1483. data/lib/stylesheets/xhtml/profile-chunk-code.xsl +616 -0
  1484. data/lib/stylesheets/xhtml/profile-chunk.xsl +53 -0
  1485. data/lib/stylesheets/xhtml/profile-docbook.xsl +407 -0
  1486. data/lib/stylesheets/xhtml/profile-onechunk.xsl +37 -0
  1487. data/lib/stylesheets/xhtml/qandaset.xsl +421 -0
  1488. data/lib/stylesheets/xhtml/refentry.xsl +301 -0
  1489. data/lib/stylesheets/xhtml/sections.xsl +543 -0
  1490. data/lib/stylesheets/xhtml/synop.xsl +1515 -0
  1491. data/lib/stylesheets/xhtml/table.xsl +1169 -0
  1492. data/lib/stylesheets/xhtml/task.xsl +75 -0
  1493. data/lib/stylesheets/xhtml/titlepage.templates.xsl +3818 -0
  1494. data/lib/stylesheets/xhtml/titlepage.xsl +1032 -0
  1495. data/lib/stylesheets/xhtml/toc.xsl +332 -0
  1496. data/lib/stylesheets/xhtml/verbatim.xsl +389 -0
  1497. data/lib/stylesheets/xhtml/xref.xsl +1317 -0
  1498. data/lib/stylesheets/xhtml-1_1/admon.xsl +135 -0
  1499. data/lib/stylesheets/xhtml-1_1/annotations.xsl +160 -0
  1500. data/lib/stylesheets/xhtml-1_1/autoidx-kimber.xsl +140 -0
  1501. data/lib/stylesheets/xhtml-1_1/autoidx-kosek.xsl +110 -0
  1502. data/lib/stylesheets/xhtml-1_1/autoidx-ng.xsl +23 -0
  1503. data/lib/stylesheets/xhtml-1_1/autoidx.xsl +682 -0
  1504. data/lib/stylesheets/xhtml-1_1/autotoc.xsl +665 -0
  1505. data/lib/stylesheets/xhtml-1_1/biblio-iso690.xsl +1302 -0
  1506. data/lib/stylesheets/xhtml-1_1/biblio.xsl +1242 -0
  1507. data/lib/stylesheets/xhtml-1_1/block.xsl +537 -0
  1508. data/lib/stylesheets/xhtml-1_1/callout.xsl +189 -0
  1509. data/lib/stylesheets/xhtml-1_1/changebars.xsl +80 -0
  1510. data/lib/stylesheets/xhtml-1_1/chunk-changebars.xsl +97 -0
  1511. data/lib/stylesheets/xhtml-1_1/chunk-code.xsl +644 -0
  1512. data/lib/stylesheets/xhtml-1_1/chunk-common.xsl +1562 -0
  1513. data/lib/stylesheets/xhtml-1_1/chunk.xsl +53 -0
  1514. data/lib/stylesheets/xhtml-1_1/chunker.xsl +303 -0
  1515. data/lib/stylesheets/xhtml-1_1/chunkfast.xsl +70 -0
  1516. data/lib/stylesheets/xhtml-1_1/chunktoc.xsl +527 -0
  1517. data/lib/stylesheets/xhtml-1_1/component.xsl +397 -0
  1518. data/lib/stylesheets/xhtml-1_1/division.xsl +219 -0
  1519. data/lib/stylesheets/xhtml-1_1/docbook.css.xml +109 -0
  1520. data/lib/stylesheets/xhtml-1_1/docbook.xsl +435 -0
  1521. data/lib/stylesheets/xhtml-1_1/ebnf.xsl +329 -0
  1522. data/lib/stylesheets/xhtml-1_1/footnote.xsl +306 -0
  1523. data/lib/stylesheets/xhtml-1_1/formal.xsl +413 -0
  1524. data/lib/stylesheets/xhtml-1_1/glossary.xsl +565 -0
  1525. data/lib/stylesheets/xhtml-1_1/graphics.xsl +1437 -0
  1526. data/lib/stylesheets/xhtml-1_1/highlight.xsl +89 -0
  1527. data/lib/stylesheets/xhtml-1_1/html-rtf.xsl +321 -0
  1528. data/lib/stylesheets/xhtml-1_1/html.xsl +600 -0
  1529. data/lib/stylesheets/xhtml-1_1/htmltbl.xsl +104 -0
  1530. data/lib/stylesheets/xhtml-1_1/index.xsl +266 -0
  1531. data/lib/stylesheets/xhtml-1_1/info.xsl +46 -0
  1532. data/lib/stylesheets/xhtml-1_1/inline.xsl +1452 -0
  1533. data/lib/stylesheets/xhtml-1_1/keywords.xsl +38 -0
  1534. data/lib/stylesheets/xhtml-1_1/lists.xsl +1090 -0
  1535. data/lib/stylesheets/xhtml-1_1/maketoc.xsl +92 -0
  1536. data/lib/stylesheets/xhtml-1_1/manifest.xsl +23 -0
  1537. data/lib/stylesheets/xhtml-1_1/math.xsl +285 -0
  1538. data/lib/stylesheets/xhtml-1_1/oldchunker.xsl +177 -0
  1539. data/lib/stylesheets/xhtml-1_1/onechunk.xsl +37 -0
  1540. data/lib/stylesheets/xhtml-1_1/param.xsl +438 -0
  1541. data/lib/stylesheets/xhtml-1_1/pi.xsl +1204 -0
  1542. data/lib/stylesheets/xhtml-1_1/profile-chunk-code.xsl +616 -0
  1543. data/lib/stylesheets/xhtml-1_1/profile-chunk.xsl +53 -0
  1544. data/lib/stylesheets/xhtml-1_1/profile-docbook.xsl +407 -0
  1545. data/lib/stylesheets/xhtml-1_1/profile-onechunk.xsl +37 -0
  1546. data/lib/stylesheets/xhtml-1_1/qandaset.xsl +421 -0
  1547. data/lib/stylesheets/xhtml-1_1/refentry.xsl +301 -0
  1548. data/lib/stylesheets/xhtml-1_1/sections.xsl +543 -0
  1549. data/lib/stylesheets/xhtml-1_1/synop.xsl +1515 -0
  1550. data/lib/stylesheets/xhtml-1_1/table.xsl +1169 -0
  1551. data/lib/stylesheets/xhtml-1_1/task.xsl +75 -0
  1552. data/lib/stylesheets/xhtml-1_1/titlepage.templates.xsl +3818 -0
  1553. data/lib/stylesheets/xhtml-1_1/titlepage.xsl +1032 -0
  1554. data/lib/stylesheets/xhtml-1_1/toc.xsl +332 -0
  1555. data/lib/stylesheets/xhtml-1_1/verbatim.xsl +389 -0
  1556. data/lib/stylesheets/xhtml-1_1/xref.xsl +1317 -0
  1557. metadata +1654 -0
@@ -0,0 +1,1921 @@
1
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2
+ xmlns:d="http://docbook.org/ns/docbook"
3
+ xmlns:exsl="http://exslt.org/common"
4
+ xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0"
5
+ xmlns:ng="http://docbook.org/docbook-ng"
6
+ xmlns:db="http://docbook.org/ns/docbook"
7
+ version="1.0"
8
+ exclude-result-prefixes="exsl cf ng db d">
9
+
10
+ <!-- ********************************************************************
11
+ $Id: chunk-common.xsl 8551 2009-12-07 06:03:50Z bobstayton $
12
+ ********************************************************************
13
+
14
+ This file is part of the XSL DocBook Stylesheet distribution.
15
+ See ../README or http://docbook.sf.net/release/xsl/current/ for
16
+ copyright and other information.
17
+
18
+ ******************************************************************** -->
19
+
20
+ <!-- ==================================================================== -->
21
+
22
+ <xsl:param name="onechunk" select="0"/>
23
+ <xsl:param name="refentry.separator" select="0"/>
24
+ <xsl:param name="chunk.fast" select="0"/>
25
+
26
+ <xsl:key name="genid" match="*" use="generate-id()"/>
27
+
28
+ <!-- ==================================================================== -->
29
+
30
+ <xsl:variable name="chunk.hierarchy">
31
+ <xsl:if test="$chunk.fast != 0">
32
+ <xsl:choose>
33
+ <xsl:when test="$exsl.node.set.available != 0">
34
+ <xsl:message>Computing chunks...</xsl:message>
35
+ <xsl:apply-templates select="/*" mode="find.chunks"/>
36
+ </xsl:when>
37
+ <xsl:otherwise>
38
+ <xsl:message>
39
+ <xsl:text>Fast chunking requires exsl:node-set(). </xsl:text>
40
+ <xsl:text>Using "slow" chunking.</xsl:text>
41
+ </xsl:message>
42
+ </xsl:otherwise>
43
+ </xsl:choose>
44
+ </xsl:if>
45
+ </xsl:variable>
46
+
47
+ <!-- ==================================================================== -->
48
+
49
+ <xsl:template name="process-chunk-element">
50
+ <xsl:param name="content">
51
+ <xsl:apply-imports/>
52
+ </xsl:param>
53
+
54
+ <xsl:choose>
55
+ <xsl:when test="$chunk.fast != 0 and $exsl.node.set.available != 0">
56
+ <xsl:variable name="chunks" select="exsl:node-set($chunk.hierarchy)//cf:div"/>
57
+ <xsl:variable name="genid" select="generate-id()"/>
58
+
59
+ <xsl:variable name="div" select="$chunks[@id=$genid or @xml:id=$genid]"/>
60
+
61
+ <xsl:variable name="prevdiv"
62
+ select="($div/preceding-sibling::cf:div|$div/preceding::cf:div|$div/parent::cf:div)[last()]"/>
63
+ <xsl:variable name="prev" select="key('genid', ($prevdiv/@id|$prevdiv/@xml:id)[1])"/>
64
+
65
+ <xsl:variable name="nextdiv"
66
+ select="($div/following-sibling::cf:div|$div/following::cf:div|$div/cf:div)[1]"/>
67
+ <xsl:variable name="next" select="key('genid', ($nextdiv/@id|$nextdiv/@xml:id)[1])"/>
68
+
69
+ <xsl:choose>
70
+ <xsl:when test="$onechunk != 0 and parent::*">
71
+ <xsl:copy-of select="$content"/>
72
+ </xsl:when>
73
+ <xsl:otherwise>
74
+ <xsl:call-template name="process-chunk">
75
+ <xsl:with-param name="prev" select="$prev"/>
76
+ <xsl:with-param name="next" select="$next"/>
77
+ <xsl:with-param name="content" select="$content"/>
78
+ </xsl:call-template>
79
+ </xsl:otherwise>
80
+ </xsl:choose>
81
+ </xsl:when>
82
+ <xsl:otherwise>
83
+ <xsl:choose>
84
+ <xsl:when test="$onechunk != 0 and not(parent::*)">
85
+ <xsl:call-template name="chunk-all-sections">
86
+ <xsl:with-param name="content" select="$content"/>
87
+ </xsl:call-template>
88
+ </xsl:when>
89
+ <xsl:when test="$onechunk != 0">
90
+ <xsl:copy-of select="$content"/>
91
+ </xsl:when>
92
+ <xsl:when test="$chunk.first.sections = 0">
93
+ <xsl:call-template name="chunk-first-section-with-parent">
94
+ <xsl:with-param name="content" select="$content"/>
95
+ </xsl:call-template>
96
+ </xsl:when>
97
+ <xsl:otherwise>
98
+ <xsl:call-template name="chunk-all-sections">
99
+ <xsl:with-param name="content" select="$content"/>
100
+ </xsl:call-template>
101
+ </xsl:otherwise>
102
+ </xsl:choose>
103
+ </xsl:otherwise>
104
+ </xsl:choose>
105
+ </xsl:template>
106
+
107
+ <xsl:template name="process-chunk">
108
+ <xsl:param name="prev" select="."/>
109
+ <xsl:param name="next" select="."/>
110
+ <xsl:param name="content">
111
+ <xsl:apply-imports/>
112
+ </xsl:param>
113
+
114
+ <xsl:variable name="ischunk">
115
+ <xsl:call-template name="chunk"/>
116
+ </xsl:variable>
117
+
118
+ <xsl:variable name="chunkfn">
119
+ <xsl:if test="$ischunk='1'">
120
+ <xsl:apply-templates mode="chunk-filename" select="."/>
121
+ </xsl:if>
122
+ </xsl:variable>
123
+
124
+ <xsl:if test="$ischunk='0'">
125
+ <xsl:message>
126
+ <xsl:text>Error </xsl:text>
127
+ <xsl:value-of select="name(.)"/>
128
+ <xsl:text> is not a chunk!</xsl:text>
129
+ </xsl:message>
130
+ </xsl:if>
131
+
132
+ <xsl:variable name="filename">
133
+ <xsl:call-template name="make-relative-filename">
134
+ <xsl:with-param name="base.dir" select="$base.dir"/>
135
+ <xsl:with-param name="base.name" select="$chunkfn"/>
136
+ </xsl:call-template>
137
+ </xsl:variable>
138
+
139
+ <xsl:call-template name="write.chunk">
140
+ <xsl:with-param name="filename" select="$filename"/>
141
+ <xsl:with-param name="content">
142
+ <xsl:call-template name="chunk-element-content">
143
+ <xsl:with-param name="prev" select="$prev"/>
144
+ <xsl:with-param name="next" select="$next"/>
145
+ <xsl:with-param name="content" select="$content"/>
146
+ </xsl:call-template>
147
+ </xsl:with-param>
148
+ <xsl:with-param name="quiet" select="$chunk.quietly"/>
149
+ </xsl:call-template>
150
+ </xsl:template>
151
+
152
+ <xsl:template name="chunk-first-section-with-parent">
153
+ <xsl:param name="content">
154
+ <xsl:apply-imports/>
155
+ </xsl:param>
156
+
157
+ <!-- These xpath expressions are really hairy. The trick is to pick sections -->
158
+ <!-- that are not first children and are not the children of first children -->
159
+
160
+ <!-- Break these variables into pieces to work around
161
+ http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6063 -->
162
+
163
+ <xsl:variable name="prev-v1"
164
+ select="(ancestor::d:sect1[$chunk.section.depth &gt; 0
165
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
166
+ and preceding-sibling::d:sect1][1]
167
+
168
+ |ancestor::d:sect2[$chunk.section.depth &gt; 1
169
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
170
+ and preceding-sibling::d:sect2
171
+ and parent::d:sect1[preceding-sibling::d:sect1]][1]
172
+
173
+ |ancestor::d:sect3[$chunk.section.depth &gt; 2
174
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
175
+ and preceding-sibling::d:sect3
176
+ and parent::d:sect2[preceding-sibling::d:sect2]
177
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
178
+
179
+ |ancestor::d:sect4[$chunk.section.depth &gt; 3
180
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
181
+ and preceding-sibling::d:sect4
182
+ and parent::d:sect3[preceding-sibling::d:sect3]
183
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
184
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
185
+
186
+ |ancestor::d:sect5[$chunk.section.depth &gt; 4
187
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
188
+ and preceding-sibling::d:sect5
189
+ and parent::d:sect4[preceding-sibling::d:sect4]
190
+ and ancestor::d:sect3[preceding-sibling::d:sect3]
191
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
192
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
193
+
194
+ |ancestor::d:section[$chunk.section.depth &gt; count(ancestor::d:section)
195
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
196
+ and not(ancestor::d:section[not(preceding-sibling::d:section)])][1])[last()]"/>
197
+
198
+ <xsl:variable name="prev-v2"
199
+ select="(preceding::d:sect1[$chunk.section.depth &gt; 0
200
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
201
+ and preceding-sibling::d:sect1][1]
202
+
203
+ |preceding::d:sect2[$chunk.section.depth &gt; 1
204
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
205
+ and preceding-sibling::d:sect2
206
+ and parent::d:sect1[preceding-sibling::d:sect1]][1]
207
+
208
+ |preceding::d:sect3[$chunk.section.depth &gt; 2
209
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
210
+ and preceding-sibling::d:sect3
211
+ and parent::d:sect2[preceding-sibling::d:sect2]
212
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
213
+
214
+ |preceding::d:sect4[$chunk.section.depth &gt; 3
215
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
216
+ and preceding-sibling::d:sect4
217
+ and parent::d:sect3[preceding-sibling::d:sect3]
218
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
219
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
220
+
221
+ |preceding::d:sect5[$chunk.section.depth &gt; 4
222
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
223
+ and preceding-sibling::d:sect5
224
+ and parent::d:sect4[preceding-sibling::d:sect4]
225
+ and ancestor::d:sect3[preceding-sibling::d:sect3]
226
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
227
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
228
+
229
+ |preceding::d:section[$chunk.section.depth &gt; count(ancestor::d:section)
230
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
231
+ and preceding-sibling::d:section
232
+ and not(ancestor::d:section[not(preceding-sibling::d:section)])][1])[last()]"/>
233
+
234
+ <xsl:variable name="prev"
235
+ select="(preceding::d:book[1]
236
+ |preceding::d:preface[1]
237
+ |preceding::d:chapter[1]
238
+ |preceding::d:appendix[1]
239
+ |preceding::d:part[1]
240
+ |preceding::d:reference[1]
241
+ |preceding::d:refentry[1]
242
+ |preceding::d:colophon[1]
243
+ |preceding::d:article[1]
244
+ |preceding::d:bibliography[parent::d:article or parent::d:book or parent::d:part][1]
245
+ |preceding::d:glossary[parent::d:article or parent::d:book or parent::d:part][1]
246
+ |preceding::d:index[$generate.index != 0]
247
+ [parent::d:article or parent::d:book or parent::d:part][1]
248
+ |preceding::d:setindex[$generate.index != 0][1]
249
+ |ancestor::d:set
250
+ |ancestor::d:book[1]
251
+ |ancestor::d:preface[1]
252
+ |ancestor::d:chapter[1]
253
+ |ancestor::d:appendix[1]
254
+ |ancestor::d:part[1]
255
+ |ancestor::d:reference[1]
256
+ |ancestor::d:article[1]
257
+ |$prev-v1
258
+ |$prev-v2)[last()]"/>
259
+
260
+ <xsl:variable name="next-v1"
261
+ select="(following::d:sect1[$chunk.section.depth &gt; 0
262
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
263
+ and preceding-sibling::d:sect1][1]
264
+
265
+ |following::d:sect2[$chunk.section.depth &gt; 1
266
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
267
+ and preceding-sibling::d:sect2
268
+ and parent::d:sect1[preceding-sibling::d:sect1]][1]
269
+
270
+ |following::d:sect3[$chunk.section.depth &gt; 2
271
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
272
+ and preceding-sibling::d:sect3
273
+ and parent::d:sect2[preceding-sibling::d:sect2]
274
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
275
+
276
+ |following::d:sect4[$chunk.section.depth &gt; 3
277
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
278
+ and preceding-sibling::d:sect4
279
+ and parent::d:sect3[preceding-sibling::d:sect3]
280
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
281
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
282
+
283
+ |following::d:sect5[$chunk.section.depth &gt; 4
284
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
285
+ and preceding-sibling::d:sect5
286
+ and parent::d:sect4[preceding-sibling::d:sect4]
287
+ and ancestor::d:sect3[preceding-sibling::d:sect3]
288
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
289
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
290
+
291
+ |following::d:section[$chunk.section.depth &gt; count(ancestor::d:section)
292
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
293
+ and preceding-sibling::d:section
294
+ and not(ancestor::d:section[not(preceding-sibling::d:section)])][1])[1]"/>
295
+
296
+ <xsl:variable name="next-v2"
297
+ select="(descendant::d:sect1[$chunk.section.depth &gt; 0
298
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
299
+ and preceding-sibling::d:sect1][1]
300
+
301
+ |descendant::d:sect2[$chunk.section.depth &gt; 1
302
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
303
+ and preceding-sibling::d:sect2
304
+ and parent::d:sect1[preceding-sibling::d:sect1]][1]
305
+
306
+ |descendant::d:sect3[$chunk.section.depth &gt; 2
307
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
308
+ and preceding-sibling::d:sect3
309
+ and parent::d:sect2[preceding-sibling::d:sect2]
310
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
311
+
312
+ |descendant::d:sect4[$chunk.section.depth &gt; 3
313
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
314
+ and preceding-sibling::d:sect4
315
+ and parent::d:sect3[preceding-sibling::d:sect3]
316
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
317
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
318
+
319
+ |descendant::d:sect5[$chunk.section.depth &gt; 4
320
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
321
+ and preceding-sibling::d:sect5
322
+ and parent::d:sect4[preceding-sibling::d:sect4]
323
+ and ancestor::d:sect3[preceding-sibling::d:sect3]
324
+ and ancestor::d:sect2[preceding-sibling::d:sect2]
325
+ and ancestor::d:sect1[preceding-sibling::d:sect1]][1]
326
+
327
+ |descendant::d:section[$chunk.section.depth &gt; count(ancestor::d:section)
328
+ and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])
329
+ and preceding-sibling::d:section
330
+ and not(ancestor::d:section[not(preceding-sibling::d:section)])])[1]"/>
331
+
332
+ <xsl:variable name="next"
333
+ select="(following::d:book[1]
334
+ |following::d:preface[1]
335
+ |following::d:chapter[1]
336
+ |following::d:appendix[1]
337
+ |following::d:part[1]
338
+ |following::d:reference[1]
339
+ |following::d:refentry[1]
340
+ |following::d:colophon[1]
341
+ |following::d:bibliography[parent::d:article or parent::d:book or parent::d:part][1]
342
+ |following::d:glossary[parent::d:article or parent::d:book or parent::d:part][1]
343
+ |following::d:index[$generate.index != 0]
344
+ [parent::d:article or parent::d:book or parent::d:part][1]
345
+ |following::d:article[1]
346
+ |following::d:setindex[$generate.index != 0][1]
347
+ |descendant::d:book[1]
348
+ |descendant::d:preface[1]
349
+ |descendant::d:chapter[1]
350
+ |descendant::d:appendix[1]
351
+ |descendant::d:article[1]
352
+ |descendant::d:bibliography[parent::d:article or parent::d:book or parent::d:part][1]
353
+ |descendant::d:glossary[parent::d:article or parent::d:book or parent::d:part][1]
354
+ |descendant::d:index[$generate.index != 0]
355
+ [parent::d:article or parent::d:book or parent::d:part][1]
356
+ |descendant::d:colophon[1]
357
+ |descendant::d:setindex[$generate.index != 0][1]
358
+ |descendant::d:part[1]
359
+ |descendant::d:reference[1]
360
+ |descendant::d:refentry[1]
361
+ |$next-v1
362
+ |$next-v2)[1]"/>
363
+
364
+ <xsl:call-template name="process-chunk">
365
+ <xsl:with-param name="prev" select="$prev"/>
366
+ <xsl:with-param name="next" select="$next"/>
367
+ <xsl:with-param name="content" select="$content"/>
368
+ </xsl:call-template>
369
+ </xsl:template>
370
+
371
+ <xsl:template name="chunk-all-sections">
372
+ <xsl:param name="content">
373
+ <xsl:apply-imports/>
374
+ </xsl:param>
375
+
376
+ <xsl:variable name="prev-v1"
377
+ select="(preceding::d:sect1[$chunk.section.depth &gt; 0 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
378
+ |preceding::d:sect2[$chunk.section.depth &gt; 1 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
379
+ |preceding::d:sect3[$chunk.section.depth &gt; 2 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
380
+ |preceding::d:sect4[$chunk.section.depth &gt; 3 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
381
+ |preceding::d:sect5[$chunk.section.depth &gt; 4 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
382
+ |preceding::d:section[$chunk.section.depth &gt; count(ancestor::d:section) and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1])[last()]"/>
383
+
384
+ <xsl:variable name="prev-v2"
385
+ select="(ancestor::d:sect1[$chunk.section.depth &gt; 0 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
386
+ |ancestor::d:sect2[$chunk.section.depth &gt; 1 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
387
+ |ancestor::d:sect3[$chunk.section.depth &gt; 2 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
388
+ |ancestor::d:sect4[$chunk.section.depth &gt; 3 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
389
+ |ancestor::d:sect5[$chunk.section.depth &gt; 4 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
390
+ |ancestor::d:section[$chunk.section.depth &gt; count(ancestor::d:section) and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1])[last()]"/>
391
+
392
+ <xsl:variable name="prev"
393
+ select="(preceding::d:book[1]
394
+ |preceding::d:preface[1]
395
+ |preceding::d:chapter[1]
396
+ |preceding::d:appendix[1]
397
+ |preceding::d:part[1]
398
+ |preceding::d:reference[1]
399
+ |preceding::d:refentry[1]
400
+ |preceding::d:colophon[1]
401
+ |preceding::d:article[1]
402
+ |preceding::d:bibliography[parent::d:article or parent::d:book or parent::d:part][1]
403
+ |preceding::d:glossary[parent::d:article or parent::d:book or parent::d:part][1]
404
+ |preceding::d:index[$generate.index != 0]
405
+ [parent::d:article or parent::d:book or parent::d:part][1]
406
+ |preceding::d:setindex[$generate.index != 0][1]
407
+ |ancestor::d:set
408
+ |ancestor::d:book[1]
409
+ |ancestor::d:preface[1]
410
+ |ancestor::d:chapter[1]
411
+ |ancestor::d:appendix[1]
412
+ |ancestor::d:part[1]
413
+ |ancestor::d:reference[1]
414
+ |ancestor::d:article[1]
415
+ |$prev-v1
416
+ |$prev-v2)[last()]"/>
417
+
418
+ <xsl:variable name="next-v1"
419
+ select="(following::d:sect1[$chunk.section.depth &gt; 0 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
420
+ |following::d:sect2[$chunk.section.depth &gt; 1 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
421
+ |following::d:sect3[$chunk.section.depth &gt; 2 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
422
+ |following::d:sect4[$chunk.section.depth &gt; 3 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
423
+ |following::d:sect5[$chunk.section.depth &gt; 4 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
424
+ |following::d:section[$chunk.section.depth &gt; count(ancestor::d:section) and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1])[1]"/>
425
+
426
+ <xsl:variable name="next-v2"
427
+ select="(descendant::d:sect1[$chunk.section.depth &gt; 0 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
428
+ |descendant::d:sect2[$chunk.section.depth &gt; 1 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
429
+ |descendant::d:sect3[$chunk.section.depth &gt; 2 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
430
+ |descendant::d:sect4[$chunk.section.depth &gt; 3 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
431
+ |descendant::d:sect5[$chunk.section.depth &gt; 4 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1]
432
+ |descendant::d:section[$chunk.section.depth
433
+ &gt; count(ancestor::d:section) and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1])[1]"/>
434
+
435
+ <xsl:variable name="next"
436
+ select="(following::d:book[1]
437
+ |following::d:preface[1]
438
+ |following::d:chapter[1]
439
+ |following::d:appendix[1]
440
+ |following::d:part[1]
441
+ |following::d:reference[1]
442
+ |following::d:refentry[1]
443
+ |following::d:colophon[1]
444
+ |following::d:bibliography[parent::d:article or parent::d:book or parent::d:part][1]
445
+ |following::d:glossary[parent::d:article or parent::d:book or parent::d:part][1]
446
+ |following::d:index[$generate.index != 0]
447
+ [parent::d:article or parent::d:book][1]
448
+ |following::d:article[1]
449
+ |following::d:setindex[$generate.index != 0][1]
450
+ |descendant::d:book[1]
451
+ |descendant::d:preface[1]
452
+ |descendant::d:chapter[1]
453
+ |descendant::d:appendix[1]
454
+ |descendant::d:article[1]
455
+ |descendant::d:bibliography[parent::d:article or parent::d:book][1]
456
+ |descendant::d:glossary[parent::d:article or parent::d:book or parent::d:part][1]
457
+ |descendant::d:index[$generate.index != 0]
458
+ [parent::d:article or parent::d:book][1]
459
+ |descendant::d:colophon[1]
460
+ |descendant::d:setindex[$generate.index != 0][1]
461
+ |descendant::d:part[1]
462
+ |descendant::d:reference[1]
463
+ |descendant::d:refentry[1]
464
+ |$next-v1
465
+ |$next-v2)[1]"/>
466
+
467
+ <xsl:call-template name="process-chunk">
468
+ <xsl:with-param name="prev" select="$prev"/>
469
+ <xsl:with-param name="next" select="$next"/>
470
+ <xsl:with-param name="content" select="$content"/>
471
+ </xsl:call-template>
472
+ </xsl:template>
473
+
474
+ <!-- ==================================================================== -->
475
+
476
+ <!-- ==================================================================== -->
477
+
478
+ <xsl:template name="make.lots">
479
+ <xsl:param name="toc.params" select="''"/>
480
+ <xsl:param name="toc"/>
481
+
482
+ <xsl:variable name="lots">
483
+ <xsl:if test="contains($toc.params, 'toc')">
484
+ <xsl:copy-of select="$toc"/>
485
+ </xsl:if>
486
+
487
+ <xsl:if test="contains($toc.params, 'figure')">
488
+ <xsl:choose>
489
+ <xsl:when test="$chunk.separate.lots != '0'">
490
+ <xsl:call-template name="make.lot.chunk">
491
+ <xsl:with-param name="type" select="'figure'"/>
492
+ <xsl:with-param name="lot">
493
+ <xsl:call-template name="list.of.titles">
494
+ <xsl:with-param name="titles" select="'figure'"/>
495
+ <xsl:with-param name="nodes" select=".//d:figure"/>
496
+ </xsl:call-template>
497
+ </xsl:with-param>
498
+ </xsl:call-template>
499
+ </xsl:when>
500
+ <xsl:otherwise>
501
+ <xsl:call-template name="list.of.titles">
502
+ <xsl:with-param name="titles" select="'figure'"/>
503
+ <xsl:with-param name="nodes" select=".//d:figure"/>
504
+ </xsl:call-template>
505
+ </xsl:otherwise>
506
+ </xsl:choose>
507
+ </xsl:if>
508
+
509
+ <xsl:if test="contains($toc.params, 'table')">
510
+ <xsl:choose>
511
+ <xsl:when test="$chunk.separate.lots != '0'">
512
+ <xsl:call-template name="make.lot.chunk">
513
+ <xsl:with-param name="type" select="'table'"/>
514
+ <xsl:with-param name="lot">
515
+ <xsl:call-template name="list.of.titles">
516
+ <xsl:with-param name="titles" select="'table'"/>
517
+ <xsl:with-param name="nodes" select=".//d:table"/>
518
+ </xsl:call-template>
519
+ </xsl:with-param>
520
+ </xsl:call-template>
521
+ </xsl:when>
522
+ <xsl:otherwise>
523
+ <xsl:call-template name="list.of.titles">
524
+ <xsl:with-param name="titles" select="'table'"/>
525
+ <xsl:with-param name="nodes" select=".//d:table"/>
526
+ </xsl:call-template>
527
+ </xsl:otherwise>
528
+ </xsl:choose>
529
+ </xsl:if>
530
+
531
+ <xsl:if test="contains($toc.params, 'example')">
532
+ <xsl:choose>
533
+ <xsl:when test="$chunk.separate.lots != '0'">
534
+ <xsl:call-template name="make.lot.chunk">
535
+ <xsl:with-param name="type" select="'example'"/>
536
+ <xsl:with-param name="lot">
537
+ <xsl:call-template name="list.of.titles">
538
+ <xsl:with-param name="titles" select="'example'"/>
539
+ <xsl:with-param name="nodes" select=".//d:example"/>
540
+ </xsl:call-template>
541
+ </xsl:with-param>
542
+ </xsl:call-template>
543
+ </xsl:when>
544
+ <xsl:otherwise>
545
+ <xsl:call-template name="list.of.titles">
546
+ <xsl:with-param name="titles" select="'example'"/>
547
+ <xsl:with-param name="nodes" select=".//d:example"/>
548
+ </xsl:call-template>
549
+ </xsl:otherwise>
550
+ </xsl:choose>
551
+ </xsl:if>
552
+
553
+ <xsl:if test="contains($toc.params, 'equation')">
554
+ <xsl:choose>
555
+ <xsl:when test="$chunk.separate.lots != '0'">
556
+ <xsl:call-template name="make.lot.chunk">
557
+ <xsl:with-param name="type" select="'equation'"/>
558
+ <xsl:with-param name="lot">
559
+ <xsl:call-template name="list.of.titles">
560
+ <xsl:with-param name="titles" select="'equation'"/>
561
+ <xsl:with-param name="nodes" select=".//d:equation[d:title or d:info/d:title]"/>
562
+ </xsl:call-template>
563
+ </xsl:with-param>
564
+ </xsl:call-template>
565
+ </xsl:when>
566
+ <xsl:otherwise>
567
+ <xsl:call-template name="list.of.titles">
568
+ <xsl:with-param name="titles" select="'equation'"/>
569
+ <xsl:with-param name="nodes" select=".//d:equation[d:title or d:info/d:title]"/>
570
+ </xsl:call-template>
571
+ </xsl:otherwise>
572
+ </xsl:choose>
573
+ </xsl:if>
574
+
575
+ <xsl:if test="contains($toc.params, 'procedure')">
576
+ <xsl:choose>
577
+ <xsl:when test="$chunk.separate.lots != '0'">
578
+ <xsl:call-template name="make.lot.chunk">
579
+ <xsl:with-param name="type" select="'procedure'"/>
580
+ <xsl:with-param name="lot">
581
+ <xsl:call-template name="list.of.titles">
582
+ <xsl:with-param name="titles" select="'procedure'"/>
583
+ <xsl:with-param name="nodes" select=".//d:procedure[d:title]"/>
584
+ </xsl:call-template>
585
+ </xsl:with-param>
586
+ </xsl:call-template>
587
+ </xsl:when>
588
+ <xsl:otherwise>
589
+ <xsl:call-template name="list.of.titles">
590
+ <xsl:with-param name="titles" select="'procedure'"/>
591
+ <xsl:with-param name="nodes" select=".//d:procedure[d:title]"/>
592
+ </xsl:call-template>
593
+ </xsl:otherwise>
594
+ </xsl:choose>
595
+ </xsl:if>
596
+ </xsl:variable>
597
+
598
+ <xsl:if test="string($lots) != ''">
599
+ <xsl:choose>
600
+ <xsl:when test="$chunk.tocs.and.lots != 0 and not(parent::*)">
601
+ <xsl:call-template name="write.chunk">
602
+ <xsl:with-param name="filename">
603
+ <xsl:call-template name="make-relative-filename">
604
+ <xsl:with-param name="base.dir" select="$base.dir"/>
605
+ <xsl:with-param name="base.name">
606
+ <xsl:call-template name="dbhtml-dir"/>
607
+ <xsl:apply-templates select="." mode="recursive-chunk-filename">
608
+ <xsl:with-param name="recursive" select="true()"/>
609
+ </xsl:apply-templates>
610
+ <xsl:text>-toc</xsl:text>
611
+ <xsl:value-of select="$html.ext"/>
612
+ </xsl:with-param>
613
+ </xsl:call-template>
614
+ </xsl:with-param>
615
+ <xsl:with-param name="content">
616
+ <xsl:call-template name="chunk-element-content">
617
+ <xsl:with-param name="prev" select="/d:foo"/>
618
+ <xsl:with-param name="next" select="/d:foo"/>
619
+ <xsl:with-param name="nav.context" select="'toc'"/>
620
+ <xsl:with-param name="content">
621
+ <xsl:if test="$chunk.tocs.and.lots.has.title != 0">
622
+ <h1>
623
+ <xsl:apply-templates select="." mode="object.title.markup"/>
624
+ </h1>
625
+ </xsl:if>
626
+ <xsl:copy-of select="$lots"/>
627
+ </xsl:with-param>
628
+ </xsl:call-template>
629
+ </xsl:with-param>
630
+ <xsl:with-param name="quiet" select="$chunk.quietly"/>
631
+ </xsl:call-template>
632
+ </xsl:when>
633
+ <xsl:otherwise>
634
+ <xsl:copy-of select="$lots"/>
635
+ </xsl:otherwise>
636
+ </xsl:choose>
637
+ </xsl:if>
638
+ </xsl:template>
639
+
640
+ <xsl:template name="make.lot.chunk">
641
+ <xsl:param name="type" select="''"/>
642
+ <xsl:param name="lot"/>
643
+
644
+ <xsl:if test="string($lot) != ''">
645
+ <xsl:variable name="filename">
646
+ <xsl:call-template name="make-relative-filename">
647
+ <xsl:with-param name="base.dir" select="$base.dir"/>
648
+ <xsl:with-param name="base.name">
649
+ <xsl:call-template name="dbhtml-dir"/>
650
+ <xsl:value-of select="$type"/>
651
+ <xsl:text>-toc</xsl:text>
652
+ <xsl:value-of select="$html.ext"/>
653
+ </xsl:with-param>
654
+ </xsl:call-template>
655
+ </xsl:variable>
656
+
657
+ <xsl:variable name="href">
658
+ <xsl:call-template name="make-relative-filename">
659
+ <xsl:with-param name="base.name">
660
+ <xsl:call-template name="dbhtml-dir"/>
661
+ <xsl:value-of select="$type"/>
662
+ <xsl:text>-toc</xsl:text>
663
+ <xsl:value-of select="$html.ext"/>
664
+ </xsl:with-param>
665
+ </xsl:call-template>
666
+ </xsl:variable>
667
+
668
+ <xsl:call-template name="write.chunk">
669
+ <xsl:with-param name="filename" select="$filename"/>
670
+ <xsl:with-param name="content">
671
+ <xsl:call-template name="chunk-element-content">
672
+ <xsl:with-param name="prev" select="/d:foo"/>
673
+ <xsl:with-param name="next" select="/d:foo"/>
674
+ <xsl:with-param name="nav.context" select="'toc'"/>
675
+ <xsl:with-param name="content">
676
+ <xsl:copy-of select="$lot"/>
677
+ </xsl:with-param>
678
+ </xsl:call-template>
679
+ </xsl:with-param>
680
+ <xsl:with-param name="quiet" select="$chunk.quietly"/>
681
+ </xsl:call-template>
682
+ <!-- And output a link to this file -->
683
+ <div>
684
+ <xsl:attribute name="class">
685
+ <xsl:text>ListofTitles</xsl:text>
686
+ </xsl:attribute>
687
+ <a href="{$href}">
688
+ <xsl:call-template name="gentext">
689
+ <xsl:with-param name="key">
690
+ <xsl:choose>
691
+ <xsl:when test="$type='table'">ListofTables</xsl:when>
692
+ <xsl:when test="$type='figure'">ListofFigures</xsl:when>
693
+ <xsl:when test="$type='equation'">ListofEquations</xsl:when>
694
+ <xsl:when test="$type='example'">ListofExamples</xsl:when>
695
+ <xsl:when test="$type='procedure'">ListofProcedures</xsl:when>
696
+ <xsl:otherwise>ListofUnknown</xsl:otherwise>
697
+ </xsl:choose>
698
+ </xsl:with-param>
699
+ </xsl:call-template>
700
+ </a>
701
+ </div>
702
+ </xsl:if>
703
+ </xsl:template>
704
+
705
+ <!-- ==================================================================== -->
706
+
707
+ <xsl:template name="in.other.chunk">
708
+ <xsl:param name="chunk" select="."/>
709
+ <xsl:param name="node" select="."/>
710
+
711
+ <xsl:variable name="is.chunk">
712
+ <xsl:call-template name="chunk">
713
+ <xsl:with-param name="node" select="$node"/>
714
+ </xsl:call-template>
715
+ </xsl:variable>
716
+
717
+ <!--
718
+ <xsl:message>
719
+ <xsl:text>in.other.chunk: </xsl:text>
720
+ <xsl:value-of select="name($chunk)"/>
721
+ <xsl:text> </xsl:text>
722
+ <xsl:value-of select="name($node)"/>
723
+ <xsl:text> </xsl:text>
724
+ <xsl:value-of select="$chunk = $node"/>
725
+ <xsl:text> </xsl:text>
726
+ <xsl:value-of select="$is.chunk"/>
727
+ </xsl:message>
728
+ -->
729
+
730
+ <xsl:choose>
731
+ <xsl:when test="$chunk = $node">0</xsl:when>
732
+ <xsl:when test="$is.chunk = 1">1</xsl:when>
733
+ <xsl:when test="count($node) = 0">0</xsl:when>
734
+ <xsl:otherwise>
735
+ <xsl:call-template name="in.other.chunk">
736
+ <xsl:with-param name="chunk" select="$chunk"/>
737
+ <xsl:with-param name="node" select="$node/parent::*"/>
738
+ </xsl:call-template>
739
+ </xsl:otherwise>
740
+ </xsl:choose>
741
+ </xsl:template>
742
+
743
+ <xsl:template name="count.footnotes.in.this.chunk">
744
+ <xsl:param name="node" select="."/>
745
+ <xsl:param name="footnotes" select="$node//d:footnote"/>
746
+ <xsl:param name="count" select="0"/>
747
+
748
+ <!--
749
+ <xsl:message>
750
+ <xsl:text>count.footnotes.in.this.chunk: </xsl:text>
751
+ <xsl:value-of select="name($node)"/>
752
+ </xsl:message>
753
+ -->
754
+
755
+ <xsl:variable name="in.other.chunk">
756
+ <xsl:call-template name="in.other.chunk">
757
+ <xsl:with-param name="chunk" select="$node"/>
758
+ <xsl:with-param name="node" select="$footnotes[1]"/>
759
+ </xsl:call-template>
760
+ </xsl:variable>
761
+
762
+ <xsl:choose>
763
+ <xsl:when test="count($footnotes) = 0">
764
+ <xsl:value-of select="$count"/>
765
+ </xsl:when>
766
+ <xsl:otherwise>
767
+ <xsl:choose>
768
+ <xsl:when test="$in.other.chunk != 0">
769
+ <xsl:call-template name="count.footnotes.in.this.chunk">
770
+ <xsl:with-param name="node" select="$node"/>
771
+ <xsl:with-param name="footnotes"
772
+ select="$footnotes[position() &gt; 1]"/>
773
+ <xsl:with-param name="count" select="$count"/>
774
+ </xsl:call-template>
775
+ </xsl:when>
776
+ <xsl:when test="$footnotes[1]/ancestor::d:table
777
+ |$footnotes[1]/ancestor::d:informaltable">
778
+ <xsl:call-template name="count.footnotes.in.this.chunk">
779
+ <xsl:with-param name="node" select="$node"/>
780
+ <xsl:with-param name="footnotes"
781
+ select="$footnotes[position() &gt; 1]"/>
782
+ <xsl:with-param name="count" select="$count"/>
783
+ </xsl:call-template>
784
+ </xsl:when>
785
+ <xsl:otherwise>
786
+ <xsl:call-template name="count.footnotes.in.this.chunk">
787
+ <xsl:with-param name="node" select="$node"/>
788
+ <xsl:with-param name="footnotes"
789
+ select="$footnotes[position() &gt; 1]"/>
790
+ <xsl:with-param name="count" select="$count + 1"/>
791
+ </xsl:call-template>
792
+ </xsl:otherwise>
793
+ </xsl:choose>
794
+ </xsl:otherwise>
795
+ </xsl:choose>
796
+ </xsl:template>
797
+
798
+ <xsl:template name="process.footnotes.in.this.chunk">
799
+ <xsl:param name="node" select="."/>
800
+ <xsl:param name="footnotes" select="$node//d:footnote"/>
801
+
802
+ <!--
803
+ <xsl:message>process.footnotes.in.this.chunk</xsl:message>
804
+ -->
805
+
806
+ <xsl:variable name="in.other.chunk">
807
+ <xsl:call-template name="in.other.chunk">
808
+ <xsl:with-param name="chunk" select="$node"/>
809
+ <xsl:with-param name="node" select="$footnotes[1]"/>
810
+ </xsl:call-template>
811
+ </xsl:variable>
812
+
813
+ <xsl:choose>
814
+ <xsl:when test="count($footnotes) = 0">
815
+ <!-- nop -->
816
+ </xsl:when>
817
+ <xsl:otherwise>
818
+ <xsl:choose>
819
+ <xsl:when test="$in.other.chunk != 0">
820
+ <xsl:call-template name="process.footnotes.in.this.chunk">
821
+ <xsl:with-param name="node" select="$node"/>
822
+ <xsl:with-param name="footnotes"
823
+ select="$footnotes[position() &gt; 1]"/>
824
+ </xsl:call-template>
825
+ </xsl:when>
826
+ <xsl:when test="$footnotes[1]/ancestor::d:table
827
+ |$footnotes[1]/ancestor::d:informaltable">
828
+ <xsl:call-template name="process.footnotes.in.this.chunk">
829
+ <xsl:with-param name="node" select="$node"/>
830
+ <xsl:with-param name="footnotes"
831
+ select="$footnotes[position() &gt; 1]"/>
832
+ </xsl:call-template>
833
+ </xsl:when>
834
+ <xsl:otherwise>
835
+ <xsl:apply-templates select="$footnotes[1]"
836
+ mode="process.footnote.mode"/>
837
+ <xsl:call-template name="process.footnotes.in.this.chunk">
838
+ <xsl:with-param name="node" select="$node"/>
839
+ <xsl:with-param name="footnotes"
840
+ select="$footnotes[position() &gt; 1]"/>
841
+ </xsl:call-template>
842
+ </xsl:otherwise>
843
+ </xsl:choose>
844
+ </xsl:otherwise>
845
+ </xsl:choose>
846
+ </xsl:template>
847
+
848
+ <xsl:template name="process.footnotes">
849
+ <xsl:variable name="footnotes" select=".//d:footnote"/>
850
+ <xsl:variable name="fcount">
851
+ <xsl:call-template name="count.footnotes.in.this.chunk">
852
+ <xsl:with-param name="node" select="."/>
853
+ <xsl:with-param name="footnotes" select="$footnotes"/>
854
+ </xsl:call-template>
855
+ </xsl:variable>
856
+
857
+ <!--
858
+ <xsl:message>
859
+ <xsl:value-of select="name(.)"/>
860
+ <xsl:text> fcount: </xsl:text>
861
+ <xsl:value-of select="$fcount"/>
862
+ </xsl:message>
863
+ -->
864
+
865
+ <!-- Only bother to do this if there's at least one non-table footnote -->
866
+ <xsl:if test="$fcount &gt; 0">
867
+ <div class="footnotes">
868
+ <br/>
869
+ <hr width="100" align="{$direction.align.start}"/>
870
+ <xsl:call-template name="process.footnotes.in.this.chunk">
871
+ <xsl:with-param name="node" select="."/>
872
+ <xsl:with-param name="footnotes" select="$footnotes"/>
873
+ </xsl:call-template>
874
+ </div>
875
+ </xsl:if>
876
+
877
+ <!-- FIXME: When chunking, only the annotations actually used
878
+ in this chunk should be referenced. I don't think it
879
+ does any harm to reference them all, but it adds
880
+ unnecessary bloat to each chunk. -->
881
+ <xsl:if test="$annotation.support != 0 and //d:annotation">
882
+ <div class="annotation-list">
883
+ <div class="annotation-nocss">
884
+ <p>The following annotations are from this essay. You are seeing
885
+ them here because your browser doesn’t support the user-interface
886
+ techniques used to make them appear as ‘popups’ on modern browsers.</p>
887
+ </div>
888
+
889
+ <xsl:apply-templates select="//d:annotation"
890
+ mode="annotation-popup"/>
891
+ </div>
892
+ </xsl:if>
893
+ </xsl:template>
894
+
895
+ <xsl:template name="process.chunk.footnotes">
896
+ <xsl:variable name="is.chunk">
897
+ <xsl:call-template name="chunk"/>
898
+ </xsl:variable>
899
+ <xsl:if test="$is.chunk = 1">
900
+ <xsl:call-template name="process.footnotes"/>
901
+ </xsl:if>
902
+ </xsl:template>
903
+
904
+ <!-- ====================================================================== -->
905
+
906
+ <xsl:template name="chunk">
907
+ <xsl:param name="node" select="."/>
908
+ <!-- returns 1 if $node is a chunk -->
909
+
910
+ <!-- ==================================================================== -->
911
+ <!-- What's a chunk?
912
+
913
+ The root element
914
+ appendix
915
+ article
916
+ bibliography in article or part or book
917
+ book
918
+ chapter
919
+ colophon
920
+ glossary in article or part or book
921
+ index in article or part or book
922
+ part
923
+ preface
924
+ refentry
925
+ reference
926
+ sect{1,2,3,4,5} if position()>1 && depth < chunk.section.depth
927
+ section if position()>1 && depth < chunk.section.depth
928
+ set
929
+ setindex
930
+ -->
931
+ <!-- ==================================================================== -->
932
+
933
+ <!--
934
+ <xsl:message>
935
+ <xsl:text>chunk: </xsl:text>
936
+ <xsl:value-of select="name($node)"/>
937
+ <xsl:text>(</xsl:text>
938
+ <xsl:value-of select="$node/@id"/>
939
+ <xsl:text>)</xsl:text>
940
+ <xsl:text> csd: </xsl:text>
941
+ <xsl:value-of select="$chunk.section.depth"/>
942
+ <xsl:text> cfs: </xsl:text>
943
+ <xsl:value-of select="$chunk.first.sections"/>
944
+ <xsl:text> ps: </xsl:text>
945
+ <xsl:value-of select="count($node/parent::d:section)"/>
946
+ <xsl:text> prs: </xsl:text>
947
+ <xsl:value-of select="count($node/preceding-sibling::d:section)"/>
948
+ </xsl:message>
949
+ -->
950
+
951
+ <xsl:choose>
952
+ <xsl:when test="$node/parent::*/processing-instruction('dbhtml')[normalize-space(.) = 'stop-chunking']">0</xsl:when>
953
+ <xsl:when test="not($node/parent::*)">1</xsl:when>
954
+
955
+ <xsl:when test="local-name($node) = 'sect1'
956
+ and $chunk.section.depth &gt;= 1
957
+ and ($chunk.first.sections != 0
958
+ or count($node/preceding-sibling::d:sect1) &gt; 0)">
959
+ <xsl:text>1</xsl:text>
960
+ </xsl:when>
961
+ <xsl:when test="local-name($node) = 'sect2'
962
+ and $chunk.section.depth &gt;= 2
963
+ and ($chunk.first.sections != 0
964
+ or count($node/preceding-sibling::d:sect2) &gt; 0)">
965
+ <xsl:call-template name="chunk">
966
+ <xsl:with-param name="node" select="$node/parent::*"/>
967
+ </xsl:call-template>
968
+ </xsl:when>
969
+ <xsl:when test="local-name($node) = 'sect3'
970
+ and $chunk.section.depth &gt;= 3
971
+ and ($chunk.first.sections != 0
972
+ or count($node/preceding-sibling::d:sect3) &gt; 0)">
973
+ <xsl:call-template name="chunk">
974
+ <xsl:with-param name="node" select="$node/parent::*"/>
975
+ </xsl:call-template>
976
+ </xsl:when>
977
+ <xsl:when test="local-name($node) = 'sect4'
978
+ and $chunk.section.depth &gt;= 4
979
+ and ($chunk.first.sections != 0
980
+ or count($node/preceding-sibling::d:sect4) &gt; 0)">
981
+ <xsl:call-template name="chunk">
982
+ <xsl:with-param name="node" select="$node/parent::*"/>
983
+ </xsl:call-template>
984
+ </xsl:when>
985
+ <xsl:when test="local-name($node) = 'sect5'
986
+ and $chunk.section.depth &gt;= 5
987
+ and ($chunk.first.sections != 0
988
+ or count($node/preceding-sibling::d:sect5) &gt; 0)">
989
+ <xsl:call-template name="chunk">
990
+ <xsl:with-param name="node" select="$node/parent::*"/>
991
+ </xsl:call-template>
992
+ </xsl:when>
993
+ <xsl:when test="local-name($node) = 'section'
994
+ and $chunk.section.depth &gt;= count($node/ancestor::d:section)+1
995
+ and ($chunk.first.sections != 0
996
+ or count($node/preceding-sibling::d:section) &gt; 0)">
997
+ <xsl:call-template name="chunk">
998
+ <xsl:with-param name="node" select="$node/parent::*"/>
999
+ </xsl:call-template>
1000
+ </xsl:when>
1001
+
1002
+ <xsl:when test="local-name($node)='preface'">1</xsl:when>
1003
+ <xsl:when test="local-name($node)='chapter'">1</xsl:when>
1004
+ <xsl:when test="local-name($node)='appendix'">1</xsl:when>
1005
+ <xsl:when test="local-name($node)='article'">1</xsl:when>
1006
+ <xsl:when test="local-name($node)='part'">1</xsl:when>
1007
+ <xsl:when test="local-name($node)='reference'">1</xsl:when>
1008
+ <xsl:when test="local-name($node)='refentry'">1</xsl:when>
1009
+ <xsl:when test="local-name($node)='index' and ($generate.index != 0 or count($node/*) > 0)
1010
+ and (local-name($node/parent::*) = 'article'
1011
+ or local-name($node/parent::*) = 'book'
1012
+ or local-name($node/parent::*) = 'part'
1013
+ )">1</xsl:when>
1014
+ <xsl:when test="local-name($node)='bibliography'
1015
+ and (local-name($node/parent::*) = 'article'
1016
+ or local-name($node/parent::*) = 'book'
1017
+ or local-name($node/parent::*) = 'part'
1018
+ )">1</xsl:when>
1019
+ <xsl:when test="local-name($node)='glossary'
1020
+ and (local-name($node/parent::*) = 'article'
1021
+ or local-name($node/parent::*) = 'book'
1022
+ or local-name($node/parent::*) = 'part'
1023
+ )">1</xsl:when>
1024
+ <xsl:when test="local-name($node)='colophon'">1</xsl:when>
1025
+ <xsl:when test="local-name($node)='book'">1</xsl:when>
1026
+ <xsl:when test="local-name($node)='set'">1</xsl:when>
1027
+ <xsl:when test="local-name($node)='setindex'">1</xsl:when>
1028
+ <xsl:when test="local-name($node)='legalnotice'
1029
+ and $generate.legalnotice.link != 0">1</xsl:when>
1030
+ <xsl:otherwise>0</xsl:otherwise>
1031
+ </xsl:choose>
1032
+ </xsl:template>
1033
+
1034
+ <!-- ==================================================================== -->
1035
+ <xsl:template name="href.target.uri">
1036
+ <xsl:param name="object" select="."/>
1037
+ <xsl:variable name="ischunk">
1038
+ <xsl:call-template name="chunk">
1039
+ <xsl:with-param name="node" select="$object"/>
1040
+ </xsl:call-template>
1041
+ </xsl:variable>
1042
+
1043
+ <xsl:apply-templates mode="chunk-filename" select="$object"/>
1044
+
1045
+ <xsl:if test="$ischunk='0'">
1046
+ <xsl:text>#</xsl:text>
1047
+ <xsl:call-template name="object.id">
1048
+ <xsl:with-param name="object" select="$object"/>
1049
+ </xsl:call-template>
1050
+ </xsl:if>
1051
+ </xsl:template>
1052
+
1053
+ <xsl:template name="href.target">
1054
+ <xsl:param name="context" select="."/>
1055
+ <xsl:param name="object" select="."/>
1056
+ <xsl:param name="toc-context" select="."/>
1057
+ <!-- * If $toc-context contains some node other than the current node, -->
1058
+ <!-- * it means we're processing a link in a TOC. In that case, to -->
1059
+ <!-- * ensure the link will work correctly, we need to take a look at -->
1060
+ <!-- * where the file containing the TOC will get written, and where -->
1061
+ <!-- * the file that's being linked to will get written. -->
1062
+ <xsl:variable name="toc-output-dir">
1063
+ <xsl:if test="not($toc-context = .)">
1064
+ <!-- * Get the $toc-context node and all its ancestors, look down -->
1065
+ <!-- * through them to find the last/closest node to the -->
1066
+ <!-- * toc-context node that has a "dbhtml dir" PI, and get the -->
1067
+ <!-- * directory name from that. That's the name of the directory -->
1068
+ <!-- * to which the current toc output file will get written. -->
1069
+ <xsl:call-template name="dbhtml-dir">
1070
+ <xsl:with-param name="context"
1071
+ select="$toc-context/ancestor-or-self::*[processing-instruction('dbhtml')[contains(.,'dir')]][last()]"/>
1072
+ </xsl:call-template>
1073
+ </xsl:if>
1074
+ </xsl:variable>
1075
+ <xsl:variable name="linked-file-output-dir">
1076
+ <xsl:if test="not($toc-context = .)">
1077
+ <!-- * Get the current node and all its ancestors, look down -->
1078
+ <!-- * through them to find the last/closest node to the current -->
1079
+ <!-- * node that has a "dbhtml dir" PI, and get the directory name -->
1080
+ <!-- * from that. That's the name of the directory to which the -->
1081
+ <!-- * file that's being linked to will get written. -->
1082
+ <xsl:call-template name="dbhtml-dir">
1083
+ <xsl:with-param name="context"
1084
+ select="ancestor-or-self::*[processing-instruction('dbhtml')[contains(.,'dir')]][last()]"/>
1085
+ </xsl:call-template>
1086
+ </xsl:if>
1087
+ </xsl:variable>
1088
+ <xsl:variable name="href.to.uri">
1089
+ <xsl:call-template name="href.target.uri">
1090
+ <xsl:with-param name="object" select="$object"/>
1091
+ </xsl:call-template>
1092
+ </xsl:variable>
1093
+ <xsl:variable name="href.from.uri">
1094
+ <xsl:choose>
1095
+ <xsl:when test="not($toc-context = .)">
1096
+ <xsl:call-template name="href.target.uri">
1097
+ <xsl:with-param name="object" select="$toc-context"/>
1098
+ </xsl:call-template>
1099
+ </xsl:when>
1100
+ <xsl:otherwise>
1101
+ <xsl:call-template name="href.target.uri">
1102
+ <xsl:with-param name="object" select="$context"/>
1103
+ </xsl:call-template>
1104
+ </xsl:otherwise>
1105
+ </xsl:choose>
1106
+ </xsl:variable>
1107
+ <!-- * <xsl:message>toc-context: <xsl:value-of select="local-name($toc-context)"/></xsl:message> -->
1108
+ <!-- * <xsl:message>node: <xsl:value-of select="local-name(.)"/></xsl:message> -->
1109
+ <!-- * <xsl:message>context: <xsl:value-of select="local-name($context)"/></xsl:message> -->
1110
+ <!-- * <xsl:message>object: <xsl:value-of select="local-name($object)"/></xsl:message> -->
1111
+ <!-- * <xsl:message>toc-output-dir: <xsl:value-of select="$toc-output-dir"/></xsl:message> -->
1112
+ <!-- * <xsl:message>linked-file-output-dir: <xsl:value-of select="$linked-file-output-dir"/></xsl:message> -->
1113
+ <!-- * <xsl:message>href.to.uri: <xsl:value-of select="$href.to.uri"/></xsl:message> -->
1114
+ <!-- * <xsl:message>href.from.uri: <xsl:value-of select="$href.from.uri"/></xsl:message> -->
1115
+ <xsl:variable name="href.to">
1116
+ <xsl:choose>
1117
+ <!-- * 2007-07-19, MikeSmith: Added the following conditional to -->
1118
+ <!-- * deal with a problem case for links in TOCs. It checks to see -->
1119
+ <!-- * if the output dir that a TOC will get written to is -->
1120
+ <!-- * different from the output dir of the file being linked to. -->
1121
+ <!-- * If it is different, we do not call trim.common.uri.paths. -->
1122
+ <!-- * -->
1123
+ <!-- * Reason why I added that conditional is: I ran into a bug for -->
1124
+ <!-- * this case: -->
1125
+ <!-- * -->
1126
+ <!-- * 1. we are chunking into separate dirs -->
1127
+ <!-- * -->
1128
+ <!-- * 2. output for the TOC is written to current dir, but the file -->
1129
+ <!-- * being linked to is written to some subdir "foo". -->
1130
+ <!-- * -->
1131
+ <!-- * For that case, links to that file in that TOC did not show -->
1132
+ <!-- * the correct path - they omitted the "foo". -->
1133
+ <!-- * -->
1134
+ <!-- * The cause of that problem was that the trim.common.uri.paths -->
1135
+ <!-- * template[1] was being called under all conditions. But it's -->
1136
+ <!-- * apparent that we don't want to call trim.common.uri.paths in -->
1137
+ <!-- * the case where a linked file is being written to a different -->
1138
+ <!-- * directory than the TOC that contains the link, because doing -->
1139
+ <!-- * so will cause a necessary (not redundant) directory-name -->
1140
+ <!-- * part of the link to get inadvertently trimmed, resulting in -->
1141
+ <!-- * a broken link to that file. Thus, added the conditional. -->
1142
+ <!-- * -->
1143
+ <!-- * [1] The purpose of the trim.common.uri.paths template is to -->
1144
+ <!-- * prevent cases where, if we didn't call it, we end up with -->
1145
+ <!-- * unnecessary, redundant directory names getting output; for -->
1146
+ <!-- * example, "foo/foo/refname.html". -->
1147
+ <xsl:when test="not($toc-output-dir = $linked-file-output-dir)">
1148
+ <xsl:value-of select="$href.to.uri"/>
1149
+ </xsl:when>
1150
+ <xsl:otherwise>
1151
+ <xsl:call-template name="trim.common.uri.paths">
1152
+ <xsl:with-param name="uriA" select="$href.to.uri"/>
1153
+ <xsl:with-param name="uriB" select="$href.from.uri"/>
1154
+ <xsl:with-param name="return" select="'A'"/>
1155
+ </xsl:call-template>
1156
+ </xsl:otherwise>
1157
+ </xsl:choose>
1158
+ </xsl:variable>
1159
+ <xsl:variable name="href.from">
1160
+ <xsl:call-template name="trim.common.uri.paths">
1161
+ <xsl:with-param name="uriA" select="$href.to.uri"/>
1162
+ <xsl:with-param name="uriB" select="$href.from.uri"/>
1163
+ <xsl:with-param name="return" select="'B'"/>
1164
+ </xsl:call-template>
1165
+ </xsl:variable>
1166
+ <xsl:variable name="depth">
1167
+ <xsl:call-template name="count.uri.path.depth">
1168
+ <xsl:with-param name="filename" select="$href.from"/>
1169
+ </xsl:call-template>
1170
+ </xsl:variable>
1171
+ <xsl:variable name="href">
1172
+ <xsl:call-template name="copy-string">
1173
+ <xsl:with-param name="string" select="'../'"/>
1174
+ <xsl:with-param name="count" select="$depth"/>
1175
+ </xsl:call-template>
1176
+ <xsl:value-of select="$href.to"/>
1177
+ </xsl:variable>
1178
+ <!--
1179
+ <xsl:message>
1180
+ <xsl:text>In </xsl:text>
1181
+ <xsl:value-of select="name(.)"/>
1182
+ <xsl:text> (</xsl:text>
1183
+ <xsl:value-of select="$href.from"/>
1184
+ <xsl:text>,</xsl:text>
1185
+ <xsl:value-of select="$depth"/>
1186
+ <xsl:text>) </xsl:text>
1187
+ <xsl:value-of select="name($object)"/>
1188
+ <xsl:text> href=</xsl:text>
1189
+ <xsl:value-of select="$href"/>
1190
+ </xsl:message>
1191
+ -->
1192
+ <xsl:value-of select="$href"/>
1193
+ </xsl:template>
1194
+
1195
+ <!-- Returns the complete olink href value if found -->
1196
+ <!-- Must take into account any dbhtml dir of the chunk containing the olink -->
1197
+ <xsl:template name="make.olink.href">
1198
+ <xsl:param name="olink.key" select="''"/>
1199
+ <xsl:param name="target.database"/>
1200
+
1201
+ <xsl:if test="$olink.key != ''">
1202
+ <xsl:variable name="target.href" >
1203
+ <xsl:for-each select="$target.database" >
1204
+ <xsl:value-of select="key('targetptr-key', $olink.key)[1]/@href" />
1205
+ </xsl:for-each>
1206
+ </xsl:variable>
1207
+
1208
+ <!-- an olink starting point may be in a subdirectory, so need
1209
+ the "from" reference point to compute a relative path -->
1210
+
1211
+ <xsl:variable name="from.href">
1212
+ <xsl:call-template name="olink.from.uri">
1213
+ <xsl:with-param name="target.database" select="$target.database"/>
1214
+ <xsl:with-param name="object" select="."/>
1215
+ <xsl:with-param name="object.targetdoc" select="$current.docid"/>
1216
+ </xsl:call-template>
1217
+ </xsl:variable>
1218
+
1219
+ <!-- If the from.href has directory path, then must "../" upward
1220
+ to document level -->
1221
+ <xsl:variable name="upward.from.path">
1222
+ <xsl:call-template name="upward.path">
1223
+ <xsl:with-param name="path" select="$from.href"/>
1224
+ </xsl:call-template>
1225
+ </xsl:variable>
1226
+
1227
+ <xsl:variable name="targetdoc">
1228
+ <xsl:value-of select="substring-before($olink.key, '/')"/>
1229
+ </xsl:variable>
1230
+
1231
+ <!-- Does the target database use a sitemap? -->
1232
+ <xsl:variable name="use.sitemap">
1233
+ <xsl:choose>
1234
+ <xsl:when test="$target.database//sitemap">1</xsl:when>
1235
+ <xsl:otherwise>0</xsl:otherwise>
1236
+ </xsl:choose>
1237
+ </xsl:variable>
1238
+
1239
+
1240
+ <!-- Get the baseuri for this targetptr -->
1241
+ <xsl:variable name="baseuri" >
1242
+ <xsl:choose>
1243
+ <!-- Does the database use a sitemap? -->
1244
+ <xsl:when test="$use.sitemap != 0" >
1245
+ <xsl:choose>
1246
+ <!-- Was current.docid parameter set? -->
1247
+ <xsl:when test="$current.docid != ''">
1248
+ <!-- Was it found in the database? -->
1249
+ <xsl:variable name="currentdoc.key" >
1250
+ <xsl:for-each select="$target.database" >
1251
+ <xsl:value-of select="key('targetdoc-key',
1252
+ $current.docid)/@targetdoc" />
1253
+ </xsl:for-each>
1254
+ </xsl:variable>
1255
+ <xsl:choose>
1256
+ <xsl:when test="$currentdoc.key != ''">
1257
+ <xsl:for-each select="$target.database" >
1258
+ <xsl:call-template name="targetpath" >
1259
+ <xsl:with-param name="dirnode"
1260
+ select="key('targetdoc-key', $current.docid)/parent::dir"/>
1261
+ <xsl:with-param name="targetdoc" select="$targetdoc"/>
1262
+ </xsl:call-template>
1263
+ </xsl:for-each >
1264
+ </xsl:when>
1265
+ <xsl:otherwise>
1266
+ <xsl:message>
1267
+ <xsl:text>Olink error: cannot compute relative </xsl:text>
1268
+ <xsl:text>sitemap path because $current.docid '</xsl:text>
1269
+ <xsl:value-of select="$current.docid"/>
1270
+ <xsl:text>' not found in target database.</xsl:text>
1271
+ </xsl:message>
1272
+ </xsl:otherwise>
1273
+ </xsl:choose>
1274
+ </xsl:when>
1275
+ <xsl:otherwise>
1276
+ <xsl:message>
1277
+ <xsl:text>Olink warning: cannot compute relative </xsl:text>
1278
+ <xsl:text>sitemap path without $current.docid parameter</xsl:text>
1279
+ </xsl:message>
1280
+ </xsl:otherwise>
1281
+ </xsl:choose>
1282
+ <!-- In either case, add baseuri from its document entry-->
1283
+ <xsl:variable name="docbaseuri">
1284
+ <xsl:for-each select="$target.database" >
1285
+ <xsl:value-of select="key('targetdoc-key', $targetdoc)/@baseuri" />
1286
+ </xsl:for-each>
1287
+ </xsl:variable>
1288
+ <xsl:if test="$docbaseuri != ''" >
1289
+ <xsl:value-of select="$docbaseuri"/>
1290
+ </xsl:if>
1291
+ </xsl:when>
1292
+ <!-- No database sitemap in use -->
1293
+ <xsl:otherwise>
1294
+ <!-- Just use any baseuri from its document entry -->
1295
+ <xsl:variable name="docbaseuri">
1296
+ <xsl:for-each select="$target.database" >
1297
+ <xsl:value-of select="key('targetdoc-key', $targetdoc)/@baseuri" />
1298
+ </xsl:for-each>
1299
+ </xsl:variable>
1300
+ <xsl:if test="$docbaseuri != ''" >
1301
+ <xsl:value-of select="$docbaseuri"/>
1302
+ </xsl:if>
1303
+ </xsl:otherwise>
1304
+ </xsl:choose>
1305
+ </xsl:variable>
1306
+
1307
+ <!-- Form the href information -->
1308
+ <xsl:if test="not(contains($baseuri, ':'))">
1309
+ <!-- if not an absolute uri, add upward path from olink chunk -->
1310
+ <xsl:value-of select="$upward.from.path"/>
1311
+ </xsl:if>
1312
+
1313
+ <xsl:if test="$baseuri != ''">
1314
+ <xsl:value-of select="$baseuri"/>
1315
+ <xsl:if test="substring($target.href,1,1) != '#'">
1316
+ <!--xsl:text>/</xsl:text-->
1317
+ </xsl:if>
1318
+ </xsl:if>
1319
+ <!-- optionally turn off frag for PDF references -->
1320
+ <xsl:if test="not($insert.olink.pdf.frag = 0 and
1321
+ translate(substring($baseuri, string-length($baseuri) - 3),
1322
+ 'PDF', 'pdf') = '.pdf'
1323
+ and starts-with($target.href, '#') )">
1324
+ <xsl:value-of select="$target.href"/>
1325
+ </xsl:if>
1326
+ </xsl:if>
1327
+ </xsl:template>
1328
+
1329
+ <!-- Computes "../" to reach top -->
1330
+ <xsl:template name="upward.path">
1331
+ <xsl:param name="path" select="''"/>
1332
+ <xsl:choose>
1333
+ <!-- Don't bother with absolute uris -->
1334
+ <xsl:when test="contains($path, ':')"/>
1335
+ <xsl:when test="starts-with($path, '/')"/>
1336
+ <xsl:when test="contains($path, '/')">
1337
+ <xsl:text>../</xsl:text>
1338
+ <xsl:call-template name="upward.path">
1339
+ <xsl:with-param name="path" select="substring-after($path, '/')"/>
1340
+ </xsl:call-template>
1341
+ </xsl:when>
1342
+ </xsl:choose>
1343
+
1344
+ </xsl:template>
1345
+
1346
+ <!-- ==================================================================== -->
1347
+
1348
+ <xsl:template name="html.head">
1349
+ <xsl:param name="prev" select="/d:foo"/>
1350
+ <xsl:param name="next" select="/d:foo"/>
1351
+ <xsl:variable name="this" select="."/>
1352
+ <xsl:variable name="home" select="/*[1]"/>
1353
+ <xsl:variable name="up" select="parent::*"/>
1354
+
1355
+ <head>
1356
+ <xsl:call-template name="system.head.content"/>
1357
+ <xsl:call-template name="head.content"/>
1358
+
1359
+ <xsl:if test="$home">
1360
+ <link rel="home">
1361
+ <xsl:attribute name="href">
1362
+ <xsl:call-template name="href.target">
1363
+ <xsl:with-param name="object" select="$home"/>
1364
+ </xsl:call-template>
1365
+ </xsl:attribute>
1366
+ <xsl:attribute name="title">
1367
+ <xsl:apply-templates select="$home"
1368
+ mode="object.title.markup.textonly"/>
1369
+ </xsl:attribute>
1370
+ </link>
1371
+ </xsl:if>
1372
+
1373
+ <xsl:if test="$up">
1374
+ <link rel="up">
1375
+ <xsl:attribute name="href">
1376
+ <xsl:call-template name="href.target">
1377
+ <xsl:with-param name="object" select="$up"/>
1378
+ </xsl:call-template>
1379
+ </xsl:attribute>
1380
+ <xsl:attribute name="title">
1381
+ <xsl:apply-templates select="$up" mode="object.title.markup.textonly"/>
1382
+ </xsl:attribute>
1383
+ </link>
1384
+ </xsl:if>
1385
+
1386
+ <xsl:if test="$prev">
1387
+ <link rel="prev">
1388
+ <xsl:attribute name="href">
1389
+ <xsl:call-template name="href.target">
1390
+ <xsl:with-param name="object" select="$prev"/>
1391
+ </xsl:call-template>
1392
+ </xsl:attribute>
1393
+ <xsl:attribute name="title">
1394
+ <xsl:apply-templates select="$prev" mode="object.title.markup.textonly"/>
1395
+ </xsl:attribute>
1396
+ </link>
1397
+ </xsl:if>
1398
+
1399
+ <xsl:if test="$next">
1400
+ <link rel="next">
1401
+ <xsl:attribute name="href">
1402
+ <xsl:call-template name="href.target">
1403
+ <xsl:with-param name="object" select="$next"/>
1404
+ </xsl:call-template>
1405
+ </xsl:attribute>
1406
+ <xsl:attribute name="title">
1407
+ <xsl:apply-templates select="$next" mode="object.title.markup.textonly"/>
1408
+ </xsl:attribute>
1409
+ </link>
1410
+ </xsl:if>
1411
+
1412
+ <xsl:if test="$html.extra.head.links != 0">
1413
+ <xsl:for-each select="//d:part
1414
+ |//d:reference
1415
+ |//d:preface
1416
+ |//d:chapter
1417
+ |//d:article
1418
+ |//d:refentry
1419
+ |//d:appendix[not(parent::d:article)]|d:appendix
1420
+ |//d:glossary[not(parent::d:article)]|d:glossary
1421
+ |//d:index[not(parent::d:article)]|d:index">
1422
+ <link rel="{local-name(.)}">
1423
+ <xsl:attribute name="href">
1424
+ <xsl:call-template name="href.target">
1425
+ <xsl:with-param name="context" select="$this"/>
1426
+ <xsl:with-param name="object" select="."/>
1427
+ </xsl:call-template>
1428
+ </xsl:attribute>
1429
+ <xsl:attribute name="title">
1430
+ <xsl:apply-templates select="." mode="object.title.markup.textonly"/>
1431
+ </xsl:attribute>
1432
+ </link>
1433
+ </xsl:for-each>
1434
+
1435
+ <xsl:for-each select="d:section|d:sect1|d:refsection|d:refsect1">
1436
+ <link>
1437
+ <xsl:attribute name="rel">
1438
+ <xsl:choose>
1439
+ <xsl:when test="local-name($this) = 'section'
1440
+ or local-name($this) = 'refsection'">
1441
+ <xsl:value-of select="'subsection'"/>
1442
+ </xsl:when>
1443
+ <xsl:otherwise>
1444
+ <xsl:value-of select="'section'"/>
1445
+ </xsl:otherwise>
1446
+ </xsl:choose>
1447
+ </xsl:attribute>
1448
+ <xsl:attribute name="href">
1449
+ <xsl:call-template name="href.target">
1450
+ <xsl:with-param name="context" select="$this"/>
1451
+ <xsl:with-param name="object" select="."/>
1452
+ </xsl:call-template>
1453
+ </xsl:attribute>
1454
+ <xsl:attribute name="title">
1455
+ <xsl:apply-templates select="." mode="object.title.markup.textonly"/>
1456
+ </xsl:attribute>
1457
+ </link>
1458
+ </xsl:for-each>
1459
+
1460
+ <xsl:for-each select="d:sect2|d:sect3|d:sect4|d:sect5|d:refsect2|d:refsect3">
1461
+ <link rel="subsection">
1462
+ <xsl:attribute name="href">
1463
+ <xsl:call-template name="href.target">
1464
+ <xsl:with-param name="context" select="$this"/>
1465
+ <xsl:with-param name="object" select="."/>
1466
+ </xsl:call-template>
1467
+ </xsl:attribute>
1468
+ <xsl:attribute name="title">
1469
+ <xsl:apply-templates select="." mode="object.title.markup.textonly"/>
1470
+ </xsl:attribute>
1471
+ </link>
1472
+ </xsl:for-each>
1473
+ </xsl:if>
1474
+
1475
+ <!-- * if we have a legalnotice and user wants it output as a -->
1476
+ <!-- * separate page and $html.head.legalnotice.link.types is -->
1477
+ <!-- * non-empty, we generate a link or links for each value in -->
1478
+ <!-- * $html.head.legalnotice.link.types -->
1479
+ <xsl:if test="//d:legalnotice
1480
+ and not($generate.legalnotice.link = 0)
1481
+ and not($html.head.legalnotice.link.types = '')">
1482
+ <xsl:call-template name="make.legalnotice.head.links"/>
1483
+ </xsl:if>
1484
+
1485
+ <xsl:call-template name="user.head.content"/>
1486
+ </head>
1487
+ </xsl:template>
1488
+
1489
+ <!-- ==================================================================== -->
1490
+
1491
+ <xsl:template name="header.navigation">
1492
+ <xsl:param name="prev" select="/d:foo"/>
1493
+ <xsl:param name="next" select="/d:foo"/>
1494
+ <xsl:param name="nav.context"/>
1495
+
1496
+ <xsl:variable name="home" select="/*[1]"/>
1497
+ <xsl:variable name="up" select="parent::*"/>
1498
+
1499
+ <xsl:variable name="row1" select="$navig.showtitles != 0"/>
1500
+ <xsl:variable name="row2" select="count($prev) &gt; 0
1501
+ or (count($up) &gt; 0
1502
+ and generate-id($up) != generate-id($home)
1503
+ and $navig.showtitles != 0)
1504
+ or count($next) &gt; 0"/>
1505
+
1506
+ <xsl:if test="$suppress.navigation = '0' and $suppress.header.navigation = '0'">
1507
+ <div class="navheader">
1508
+ <xsl:if test="$row1 or $row2">
1509
+ <table width="100%" summary="Navigation header">
1510
+ <xsl:if test="$row1">
1511
+ <tr>
1512
+ <th colspan="3" align="center">
1513
+ <xsl:apply-templates select="." mode="object.title.markup"/>
1514
+ </th>
1515
+ </tr>
1516
+ </xsl:if>
1517
+
1518
+ <xsl:if test="$row2">
1519
+ <tr>
1520
+ <td width="20%" align="{$direction.align.start}">
1521
+ <xsl:if test="count($prev)>0">
1522
+ <a accesskey="p">
1523
+ <xsl:attribute name="href">
1524
+ <xsl:call-template name="href.target">
1525
+ <xsl:with-param name="object" select="$prev"/>
1526
+ </xsl:call-template>
1527
+ </xsl:attribute>
1528
+ <xsl:call-template name="navig.content">
1529
+ <xsl:with-param name="direction" select="'prev'"/>
1530
+ </xsl:call-template>
1531
+ </a>
1532
+ </xsl:if>
1533
+ <xsl:text>&#160;</xsl:text>
1534
+ </td>
1535
+ <th width="60%" align="center">
1536
+ <xsl:choose>
1537
+ <xsl:when test="count($up) > 0
1538
+ and generate-id($up) != generate-id($home)
1539
+ and $navig.showtitles != 0">
1540
+ <xsl:apply-templates select="$up" mode="object.title.markup"/>
1541
+ </xsl:when>
1542
+ <xsl:otherwise>&#160;</xsl:otherwise>
1543
+ </xsl:choose>
1544
+ </th>
1545
+ <td width="20%" align="{$direction.align.end}">
1546
+ <xsl:text>&#160;</xsl:text>
1547
+ <xsl:if test="count($next)>0">
1548
+ <a accesskey="n">
1549
+ <xsl:attribute name="href">
1550
+ <xsl:call-template name="href.target">
1551
+ <xsl:with-param name="object" select="$next"/>
1552
+ </xsl:call-template>
1553
+ </xsl:attribute>
1554
+ <xsl:call-template name="navig.content">
1555
+ <xsl:with-param name="direction" select="'next'"/>
1556
+ </xsl:call-template>
1557
+ </a>
1558
+ </xsl:if>
1559
+ </td>
1560
+ </tr>
1561
+ </xsl:if>
1562
+ </table>
1563
+ </xsl:if>
1564
+ <xsl:if test="$header.rule != 0">
1565
+ <hr/>
1566
+ </xsl:if>
1567
+ </div>
1568
+ </xsl:if>
1569
+ </xsl:template>
1570
+
1571
+ <!-- ==================================================================== -->
1572
+
1573
+ <xsl:template name="footer.navigation">
1574
+ <xsl:param name="prev" select="/d:foo"/>
1575
+ <xsl:param name="next" select="/d:foo"/>
1576
+ <xsl:param name="nav.context"/>
1577
+
1578
+ <xsl:variable name="home" select="/*[1]"/>
1579
+ <xsl:variable name="up" select="parent::*"/>
1580
+
1581
+ <xsl:variable name="row1" select="count($prev) &gt; 0
1582
+ or count($up) &gt; 0
1583
+ or count($next) &gt; 0"/>
1584
+
1585
+ <xsl:variable name="row2" select="($prev and $navig.showtitles != 0)
1586
+ or (generate-id($home) != generate-id(.)
1587
+ or $nav.context = 'toc')
1588
+ or ($chunk.tocs.and.lots != 0
1589
+ and $nav.context != 'toc')
1590
+ or ($next and $navig.showtitles != 0)"/>
1591
+
1592
+ <xsl:if test="$suppress.navigation = '0' and $suppress.footer.navigation = '0'">
1593
+ <div class="navfooter">
1594
+ <xsl:if test="$footer.rule != 0">
1595
+ <hr/>
1596
+ </xsl:if>
1597
+
1598
+ <xsl:if test="$row1 or $row2">
1599
+ <table width="100%" summary="Navigation footer">
1600
+ <xsl:if test="$row1">
1601
+ <tr>
1602
+ <td width="40%" align="{$direction.align.start}">
1603
+ <xsl:if test="count($prev)>0">
1604
+ <a accesskey="p">
1605
+ <xsl:attribute name="href">
1606
+ <xsl:call-template name="href.target">
1607
+ <xsl:with-param name="object" select="$prev"/>
1608
+ </xsl:call-template>
1609
+ </xsl:attribute>
1610
+ <xsl:call-template name="navig.content">
1611
+ <xsl:with-param name="direction" select="'prev'"/>
1612
+ </xsl:call-template>
1613
+ </a>
1614
+ </xsl:if>
1615
+ <xsl:text>&#160;</xsl:text>
1616
+ </td>
1617
+ <td width="20%" align="center">
1618
+ <xsl:choose>
1619
+ <xsl:when test="count($up)&gt;0
1620
+ and generate-id($up) != generate-id($home)">
1621
+ <a accesskey="u">
1622
+ <xsl:attribute name="href">
1623
+ <xsl:call-template name="href.target">
1624
+ <xsl:with-param name="object" select="$up"/>
1625
+ </xsl:call-template>
1626
+ </xsl:attribute>
1627
+ <xsl:call-template name="navig.content">
1628
+ <xsl:with-param name="direction" select="'up'"/>
1629
+ </xsl:call-template>
1630
+ </a>
1631
+ </xsl:when>
1632
+ <xsl:otherwise>&#160;</xsl:otherwise>
1633
+ </xsl:choose>
1634
+ </td>
1635
+ <td width="40%" align="{$direction.align.end}">
1636
+ <xsl:text>&#160;</xsl:text>
1637
+ <xsl:if test="count($next)>0">
1638
+ <a accesskey="n">
1639
+ <xsl:attribute name="href">
1640
+ <xsl:call-template name="href.target">
1641
+ <xsl:with-param name="object" select="$next"/>
1642
+ </xsl:call-template>
1643
+ </xsl:attribute>
1644
+ <xsl:call-template name="navig.content">
1645
+ <xsl:with-param name="direction" select="'next'"/>
1646
+ </xsl:call-template>
1647
+ </a>
1648
+ </xsl:if>
1649
+ </td>
1650
+ </tr>
1651
+ </xsl:if>
1652
+
1653
+ <xsl:if test="$row2">
1654
+ <tr>
1655
+ <td width="40%" align="{$direction.align.start}" valign="top">
1656
+ <xsl:if test="$navig.showtitles != 0">
1657
+ <xsl:apply-templates select="$prev" mode="object.title.markup"/>
1658
+ </xsl:if>
1659
+ <xsl:text>&#160;</xsl:text>
1660
+ </td>
1661
+ <td width="20%" align="center">
1662
+ <xsl:choose>
1663
+ <xsl:when test="$home != . or $nav.context = 'toc'">
1664
+ <a accesskey="h">
1665
+ <xsl:attribute name="href">
1666
+ <xsl:call-template name="href.target">
1667
+ <xsl:with-param name="object" select="$home"/>
1668
+ </xsl:call-template>
1669
+ </xsl:attribute>
1670
+ <xsl:call-template name="navig.content">
1671
+ <xsl:with-param name="direction" select="'home'"/>
1672
+ </xsl:call-template>
1673
+ </a>
1674
+ <xsl:if test="$chunk.tocs.and.lots != 0 and $nav.context != 'toc'">
1675
+ <xsl:text>&#160;|&#160;</xsl:text>
1676
+ </xsl:if>
1677
+ </xsl:when>
1678
+ <xsl:otherwise>&#160;</xsl:otherwise>
1679
+ </xsl:choose>
1680
+
1681
+ <xsl:if test="$chunk.tocs.and.lots != 0 and $nav.context != 'toc'">
1682
+ <a accesskey="t">
1683
+ <xsl:attribute name="href">
1684
+ <xsl:apply-templates select="/*[1]"
1685
+ mode="recursive-chunk-filename">
1686
+ <xsl:with-param name="recursive" select="true()"/>
1687
+ </xsl:apply-templates>
1688
+ <xsl:text>-toc</xsl:text>
1689
+ <xsl:value-of select="$html.ext"/>
1690
+ </xsl:attribute>
1691
+ <xsl:call-template name="gentext">
1692
+ <xsl:with-param name="key" select="'nav-toc'"/>
1693
+ </xsl:call-template>
1694
+ </a>
1695
+ </xsl:if>
1696
+ </td>
1697
+ <td width="40%" align="{$direction.align.end}" valign="top">
1698
+ <xsl:text>&#160;</xsl:text>
1699
+ <xsl:if test="$navig.showtitles != 0">
1700
+ <xsl:apply-templates select="$next" mode="object.title.markup"/>
1701
+ </xsl:if>
1702
+ </td>
1703
+ </tr>
1704
+ </xsl:if>
1705
+ </table>
1706
+ </xsl:if>
1707
+ </div>
1708
+ </xsl:if>
1709
+ </xsl:template>
1710
+
1711
+ <!-- ==================================================================== -->
1712
+
1713
+ <xsl:template name="navig.content">
1714
+ <xsl:param name="direction" select="d:next"/>
1715
+ <xsl:variable name="navtext">
1716
+ <xsl:choose>
1717
+ <xsl:when test="$direction = 'prev'">
1718
+ <xsl:call-template name="gentext.nav.prev"/>
1719
+ </xsl:when>
1720
+ <xsl:when test="$direction = 'next'">
1721
+ <xsl:call-template name="gentext.nav.next"/>
1722
+ </xsl:when>
1723
+ <xsl:when test="$direction = 'up'">
1724
+ <xsl:call-template name="gentext.nav.up"/>
1725
+ </xsl:when>
1726
+ <xsl:when test="$direction = 'home'">
1727
+ <xsl:call-template name="gentext.nav.home"/>
1728
+ </xsl:when>
1729
+ <xsl:otherwise>
1730
+ <xsl:text>xxx</xsl:text>
1731
+ </xsl:otherwise>
1732
+ </xsl:choose>
1733
+ </xsl:variable>
1734
+
1735
+ <xsl:choose>
1736
+ <xsl:when test="$navig.graphics != 0">
1737
+ <img>
1738
+ <xsl:attribute name="src">
1739
+ <xsl:value-of select="$navig.graphics.path"/>
1740
+ <xsl:value-of select="$direction"/>
1741
+ <xsl:value-of select="$navig.graphics.extension"/>
1742
+ </xsl:attribute>
1743
+ <xsl:attribute name="alt">
1744
+ <xsl:value-of select="$navtext"/>
1745
+ </xsl:attribute>
1746
+ </img>
1747
+ </xsl:when>
1748
+ <xsl:otherwise>
1749
+ <xsl:value-of select="$navtext"/>
1750
+ </xsl:otherwise>
1751
+ </xsl:choose>
1752
+ </xsl:template>
1753
+
1754
+ <!-- ==================================================================== -->
1755
+
1756
+ <!-- * The following template assumes that the first legalnotice -->
1757
+ <!-- * instance found in a document applies to the contents of the -->
1758
+ <!-- * entire document. It generates an HTML link in each chunk, back -->
1759
+ <!-- * to the file containing the contents of the first legalnotice. -->
1760
+ <!-- * -->
1761
+ <!-- * Actually, it may generate multiple link instances in each chunk, -->
1762
+ <!-- * because it walks through the space-separated list of link -->
1763
+ <!-- * types specified in the $html.head.legalnotice.link.types param, -->
1764
+ <!-- * popping off link types and generating links for them until it -->
1765
+ <!-- * depletes the list. -->
1766
+
1767
+ <xsl:template name="make.legalnotice.head.links">
1768
+ <!-- * the following ID is used as part of the legalnotice filename; -->
1769
+ <!-- * we need it in order to construct the filename for use in the -->
1770
+ <!-- * value of the href attribute on the link -->
1771
+
1772
+ <xsl:param name="ln-node" select="(//d:legalnotice)[1]"/>
1773
+
1774
+ <xsl:param name="linktype">
1775
+ <xsl:choose>
1776
+ <xsl:when test="contains($html.head.legalnotice.link.types, ' ')">
1777
+ <xsl:value-of
1778
+ select="normalize-space(
1779
+ substring-before($html.head.legalnotice.link.types, ' '))"/>
1780
+ </xsl:when>
1781
+ <xsl:otherwise>
1782
+ <xsl:value-of select="$html.head.legalnotice.link.types"/>
1783
+ </xsl:otherwise>
1784
+ </xsl:choose>
1785
+ </xsl:param>
1786
+ <xsl:param
1787
+ name="remaining.linktypes"
1788
+ select="concat(
1789
+ normalize-space(
1790
+ substring-after($html.head.legalnotice.link.types, ' ')),' ')"/>
1791
+ <xsl:if test="not($linktype = '')">
1792
+
1793
+ <!-- Compute name of legalnotice file (see titlepage.xsl) -->
1794
+ <xsl:variable name="file">
1795
+ <xsl:call-template name="ln.or.rh.filename">
1796
+ <xsl:with-param name="node" select="$ln-node"/>
1797
+ </xsl:call-template>
1798
+ </xsl:variable>
1799
+
1800
+ <link rel="{$linktype}">
1801
+ <xsl:attribute name="href">
1802
+ <xsl:value-of select="$file"/>
1803
+ </xsl:attribute>
1804
+ <xsl:attribute name="title">
1805
+ <xsl:apply-templates select="(//d:legalnotice)[1]"
1806
+ mode="object.title.markup.textonly"/>
1807
+ </xsl:attribute>
1808
+ </link>
1809
+ <xsl:call-template name="make.legalnotice.head.links">
1810
+ <!-- * pop the next value off the list of link types -->
1811
+ <xsl:with-param
1812
+ name="linktype"
1813
+ select="substring-before($remaining.linktypes, ' ')"/>
1814
+ <!-- * remove the link type from the list of remaining link types -->
1815
+ <xsl:with-param
1816
+ name="remaining.linktypes"
1817
+ select="substring-after($remaining.linktypes, ' ')"/>
1818
+ </xsl:call-template>
1819
+ </xsl:if>
1820
+ </xsl:template>
1821
+
1822
+ <!-- ==================================================================== -->
1823
+ <xsl:template name="chunk-element-content">
1824
+ <xsl:param name="prev"/>
1825
+ <xsl:param name="next"/>
1826
+ <xsl:param name="nav.context"/>
1827
+ <xsl:param name="content">
1828
+ <xsl:apply-imports/>
1829
+ </xsl:param>
1830
+
1831
+ <xsl:call-template name="user.preroot"/>
1832
+
1833
+ <html>
1834
+ <xsl:call-template name="html.head">
1835
+ <xsl:with-param name="prev" select="$prev"/>
1836
+ <xsl:with-param name="next" select="$next"/>
1837
+ </xsl:call-template>
1838
+
1839
+ <body>
1840
+ <xsl:call-template name="body.attributes"/>
1841
+ <xsl:call-template name="user.header.navigation"/>
1842
+
1843
+ <xsl:call-template name="header.navigation">
1844
+ <xsl:with-param name="prev" select="$prev"/>
1845
+ <xsl:with-param name="next" select="$next"/>
1846
+ <xsl:with-param name="nav.context" select="$nav.context"/>
1847
+ </xsl:call-template>
1848
+
1849
+ <xsl:call-template name="user.header.content"/>
1850
+
1851
+ <xsl:copy-of select="$content"/>
1852
+
1853
+ <xsl:call-template name="user.footer.content"/>
1854
+
1855
+ <xsl:call-template name="footer.navigation">
1856
+ <xsl:with-param name="prev" select="$prev"/>
1857
+ <xsl:with-param name="next" select="$next"/>
1858
+ <xsl:with-param name="nav.context" select="$nav.context"/>
1859
+ </xsl:call-template>
1860
+
1861
+ <xsl:call-template name="user.footer.navigation"/>
1862
+ </body>
1863
+ </html>
1864
+ <xsl:value-of select="$chunk.append"/>
1865
+ </xsl:template>
1866
+
1867
+ <!-- ==================================================================== -->
1868
+ <xsl:template name="generate.manifest">
1869
+ <xsl:param name="node" select="/"/>
1870
+ <xsl:call-template name="write.text.chunk">
1871
+ <xsl:with-param name="filename">
1872
+ <xsl:if test="$manifest.in.base.dir != 0">
1873
+ <xsl:value-of select="$base.dir"/>
1874
+ </xsl:if>
1875
+ <xsl:value-of select="$manifest"/>
1876
+ </xsl:with-param>
1877
+ <xsl:with-param name="method" select="'text'"/>
1878
+ <xsl:with-param name="content">
1879
+ <xsl:apply-templates select="$node" mode="enumerate-files"/>
1880
+ </xsl:with-param>
1881
+ <xsl:with-param name="encoding" select="$chunker.output.encoding"/>
1882
+ </xsl:call-template>
1883
+ </xsl:template>
1884
+
1885
+ <!-- ==================================================================== -->
1886
+
1887
+ <xsl:template name="dbhtml-dir">
1888
+ <xsl:param name="context" select="."/>
1889
+ <!-- directories are now inherited from previous levels -->
1890
+ <xsl:variable name="ppath">
1891
+ <xsl:if test="$context/parent::*">
1892
+ <xsl:call-template name="dbhtml-dir">
1893
+ <xsl:with-param name="context" select="$context/parent::*"/>
1894
+ </xsl:call-template>
1895
+ </xsl:if>
1896
+ </xsl:variable>
1897
+ <xsl:variable name="path">
1898
+ <xsl:call-template name="pi.dbhtml_dir">
1899
+ <xsl:with-param name="node" select="$context"/>
1900
+ </xsl:call-template>
1901
+ </xsl:variable>
1902
+ <xsl:choose>
1903
+ <xsl:when test="$path = ''">
1904
+ <xsl:if test="$ppath != ''">
1905
+ <xsl:value-of select="$ppath"/>
1906
+ </xsl:if>
1907
+ </xsl:when>
1908
+ <xsl:otherwise>
1909
+ <xsl:if test="$ppath != ''">
1910
+ <xsl:value-of select="$ppath"/>
1911
+ <xsl:if test="substring($ppath, string-length($ppath), 1) != '/'">
1912
+ <xsl:text>/</xsl:text>
1913
+ </xsl:if>
1914
+ </xsl:if>
1915
+ <xsl:value-of select="$path"/>
1916
+ <xsl:text>/</xsl:text>
1917
+ </xsl:otherwise>
1918
+ </xsl:choose>
1919
+ </xsl:template>
1920
+
1921
+ </xsl:stylesheet>