git-scribe 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1253) hide show
  1. data/docbook-xsl/COPYING +47 -0
  2. data/docbook-xsl/VERSION +115 -0
  3. data/docbook-xsl/catalog.xml +8 -0
  4. data/docbook-xsl/common.xsl +87 -0
  5. data/docbook-xsl/common/af.xml +1229 -0
  6. data/docbook-xsl/common/am.xml +1229 -0
  7. data/docbook-xsl/common/ar.xml +1229 -0
  8. data/docbook-xsl/common/autoidx-kimber.xsl +43 -0
  9. data/docbook-xsl/common/autoidx-kosek.xsl +150 -0
  10. data/docbook-xsl/common/az.xml +672 -0
  11. data/docbook-xsl/common/bg.xml +724 -0
  12. data/docbook-xsl/common/bn.xml +1229 -0
  13. data/docbook-xsl/common/bs.xml +662 -0
  14. data/docbook-xsl/common/ca.xml +1229 -0
  15. data/docbook-xsl/common/charmap.xml +185 -0
  16. data/docbook-xsl/common/charmap.xsl +221 -0
  17. data/docbook-xsl/common/common.xml +622 -0
  18. data/docbook-xsl/common/common.xsl +2019 -0
  19. data/docbook-xsl/common/cs.xml +700 -0
  20. data/docbook-xsl/common/cy.xml +1245 -0
  21. data/docbook-xsl/common/da.xml +664 -0
  22. data/docbook-xsl/common/de.xml +666 -0
  23. data/docbook-xsl/common/el.xml +1229 -0
  24. data/docbook-xsl/common/en.xml +1229 -0
  25. data/docbook-xsl/common/entities.ent +60 -0
  26. data/docbook-xsl/common/eo.xml +1229 -0
  27. data/docbook-xsl/common/es.xml +676 -0
  28. data/docbook-xsl/common/et.xml +1229 -0
  29. data/docbook-xsl/common/eu.xml +1229 -0
  30. data/docbook-xsl/common/fa.xml +1229 -0
  31. data/docbook-xsl/common/fi.xml +670 -0
  32. data/docbook-xsl/common/fr.xml +690 -0
  33. data/docbook-xsl/common/ga.xml +1229 -0
  34. data/docbook-xsl/common/gentext.xsl +836 -0
  35. data/docbook-xsl/common/gl.xml +1229 -0
  36. data/docbook-xsl/common/gu.xml +1229 -0
  37. data/docbook-xsl/common/he.xml +1229 -0
  38. data/docbook-xsl/common/hi.xml +1229 -0
  39. data/docbook-xsl/common/hr.xml +1229 -0
  40. data/docbook-xsl/common/hu.xml +1229 -0
  41. data/docbook-xsl/common/id.xml +1229 -0
  42. data/docbook-xsl/common/insertfile.xsl +111 -0
  43. data/docbook-xsl/common/it.xml +1229 -0
  44. data/docbook-xsl/common/ja.xml +1229 -0
  45. data/docbook-xsl/common/kn.xml +1229 -0
  46. data/docbook-xsl/common/ko.xml +1229 -0
  47. data/docbook-xsl/common/l10n.dtd +63 -0
  48. data/docbook-xsl/common/l10n.xml +129 -0
  49. data/docbook-xsl/common/l10n.xsl +497 -0
  50. data/docbook-xsl/common/la.xml +1229 -0
  51. data/docbook-xsl/common/labels.xsl +869 -0
  52. data/docbook-xsl/common/lt.xml +678 -0
  53. data/docbook-xsl/common/lv.xml +1229 -0
  54. data/docbook-xsl/common/mn.xml +730 -0
  55. data/docbook-xsl/common/nb.xml +1229 -0
  56. data/docbook-xsl/common/nl.xml +1229 -0
  57. data/docbook-xsl/common/nn.xml +1229 -0
  58. data/docbook-xsl/common/olink.xsl +1149 -0
  59. data/docbook-xsl/common/or.xml +1229 -0
  60. data/docbook-xsl/common/pa.xml +1229 -0
  61. data/docbook-xsl/common/pi.xml +165 -0
  62. data/docbook-xsl/common/pi.xsl +346 -0
  63. data/docbook-xsl/common/pl.xml +1229 -0
  64. data/docbook-xsl/common/pt.xml +1229 -0
  65. data/docbook-xsl/common/pt_br.xml +1229 -0
  66. data/docbook-xsl/common/refentry.xml +781 -0
  67. data/docbook-xsl/common/refentry.xsl +1352 -0
  68. data/docbook-xsl/common/ro.xml +1229 -0
  69. data/docbook-xsl/common/ru.xml +726 -0
  70. data/docbook-xsl/common/sk.xml +1229 -0
  71. data/docbook-xsl/common/sl.xml +1229 -0
  72. data/docbook-xsl/common/sq.xml +1229 -0
  73. data/docbook-xsl/common/sr.xml +720 -0
  74. data/docbook-xsl/common/sr_Latn.xml +679 -0
  75. data/docbook-xsl/common/stripns.xsl +289 -0
  76. data/docbook-xsl/common/subtitles.xsl +155 -0
  77. data/docbook-xsl/common/sv.xml +664 -0
  78. data/docbook-xsl/common/ta.xml +1229 -0
  79. data/docbook-xsl/common/table.xsl +514 -0
  80. data/docbook-xsl/common/targetdatabase.dtd +49 -0
  81. data/docbook-xsl/common/targets.xsl +272 -0
  82. data/docbook-xsl/common/th.xml +1229 -0
  83. data/docbook-xsl/common/titles.xsl +752 -0
  84. data/docbook-xsl/common/tl.xml +1229 -0
  85. data/docbook-xsl/common/tr.xml +666 -0
  86. data/docbook-xsl/common/uk.xml +1229 -0
  87. data/docbook-xsl/common/utility.xml +259 -0
  88. data/docbook-xsl/common/utility.xsl +290 -0
  89. data/docbook-xsl/common/vi.xml +1229 -0
  90. data/docbook-xsl/common/xh.xml +1229 -0
  91. data/docbook-xsl/common/zh_cn.xml +660 -0
  92. data/docbook-xsl/common/zh_tw.xml +1229 -0
  93. data/docbook-xsl/docsrc/authors.xml +10 -0
  94. data/docbook-xsl/docsrc/copyright.xml +18 -0
  95. data/docbook-xsl/docsrc/license.xml +23 -0
  96. data/docbook-xsl/docsrc/page.png +0 -0
  97. data/docbook-xsl/docsrc/reference.css +60 -0
  98. data/docbook-xsl/docsrc/reference.xml +229 -0
  99. data/docbook-xsl/docsrc/reference.xml.included +32701 -0
  100. data/docbook-xsl/docsrc/warranty.xml +11 -0
  101. data/docbook-xsl/epub/README +88 -0
  102. data/docbook-xsl/epub/bin/dbtoepub +65 -0
  103. data/docbook-xsl/epub/bin/lib/docbook.rb +206 -0
  104. data/docbook-xsl/epub/docbook.xsl +1638 -0
  105. data/docbook-xsl/extensions/README.LIBXSLT +52 -0
  106. data/docbook-xsl/extensions/docbook.py +240 -0
  107. data/docbook-xsl/extensions/saxon65.jar +0 -0
  108. data/docbook-xsl/extensions/xalan27.jar +0 -0
  109. data/docbook-xsl/extensions/xslt.py +83 -0
  110. data/docbook-xsl/fo.xsl +152 -0
  111. data/docbook-xsl/fo/admon.xsl +130 -0
  112. data/docbook-xsl/fo/annotations.xsl +18 -0
  113. data/docbook-xsl/fo/autoidx-kimber.xsl +178 -0
  114. data/docbook-xsl/fo/autoidx-kosek.xsl +150 -0
  115. data/docbook-xsl/fo/autoidx-ng.xsl +20 -0
  116. data/docbook-xsl/fo/autoidx.xsl +1310 -0
  117. data/docbook-xsl/fo/autotoc.xsl +892 -0
  118. data/docbook-xsl/fo/axf.xsl +110 -0
  119. data/docbook-xsl/fo/biblio-iso690.xsl +1300 -0
  120. data/docbook-xsl/fo/biblio.xsl +1169 -0
  121. data/docbook-xsl/fo/block.xsl +600 -0
  122. data/docbook-xsl/fo/callout.xsl +231 -0
  123. data/docbook-xsl/fo/component.xsl +811 -0
  124. data/docbook-xsl/fo/division.xsl +611 -0
  125. data/docbook-xsl/fo/docbook.xsl +336 -0
  126. data/docbook-xsl/fo/ebnf.xsl +325 -0
  127. data/docbook-xsl/fo/fo-rtf.xsl +154 -0
  128. data/docbook-xsl/fo/fo.xsl +71 -0
  129. data/docbook-xsl/fo/footnote.xsl +220 -0
  130. data/docbook-xsl/fo/fop.xsl +93 -0
  131. data/docbook-xsl/fo/fop1.xsl +174 -0
  132. data/docbook-xsl/fo/formal.xsl +615 -0
  133. data/docbook-xsl/fo/glossary.xsl +1112 -0
  134. data/docbook-xsl/fo/graphics.xsl +642 -0
  135. data/docbook-xsl/fo/highlight.xsl +75 -0
  136. data/docbook-xsl/fo/htmltbl.xsl +217 -0
  137. data/docbook-xsl/fo/index.xsl +481 -0
  138. data/docbook-xsl/fo/info.xsl +34 -0
  139. data/docbook-xsl/fo/inline.xsl +1275 -0
  140. data/docbook-xsl/fo/keywords.xsl +21 -0
  141. data/docbook-xsl/fo/lists.xsl +1260 -0
  142. data/docbook-xsl/fo/math.xsl +140 -0
  143. data/docbook-xsl/fo/pagesetup.xsl +2314 -0
  144. data/docbook-xsl/fo/param.xml +11823 -0
  145. data/docbook-xsl/fo/param.xsl +899 -0
  146. data/docbook-xsl/fo/passivetex.xsl +36 -0
  147. data/docbook-xsl/fo/pdf2index +140 -0
  148. data/docbook-xsl/fo/pi.xml +969 -0
  149. data/docbook-xsl/fo/pi.xsl +1052 -0
  150. data/docbook-xsl/fo/profile-docbook.xsl +289 -0
  151. data/docbook-xsl/fo/ptc.xsl +77 -0
  152. data/docbook-xsl/fo/qandaset.xsl +393 -0
  153. data/docbook-xsl/fo/refentry.xsl +637 -0
  154. data/docbook-xsl/fo/sections.xsl +764 -0
  155. data/docbook-xsl/fo/spaces.xsl +274 -0
  156. data/docbook-xsl/fo/synop.xsl +1002 -0
  157. data/docbook-xsl/fo/table.xml +135 -0
  158. data/docbook-xsl/fo/table.xsl +1552 -0
  159. data/docbook-xsl/fo/task.xsl +91 -0
  160. data/docbook-xsl/fo/titlepage.templates.xml +1311 -0
  161. data/docbook-xsl/fo/titlepage.templates.xsl +5094 -0
  162. data/docbook-xsl/fo/titlepage.xsl +750 -0
  163. data/docbook-xsl/fo/toc.xsl +274 -0
  164. data/docbook-xsl/fo/verbatim.xsl +417 -0
  165. data/docbook-xsl/fo/xep.xsl +180 -0
  166. data/docbook-xsl/fo/xref.xsl +1486 -0
  167. data/docbook-xsl/highlighting/c-hl.xml +101 -0
  168. data/docbook-xsl/highlighting/common.xsl +120 -0
  169. data/docbook-xsl/highlighting/cpp-hl.xml +150 -0
  170. data/docbook-xsl/highlighting/csharp-hl.xml +187 -0
  171. data/docbook-xsl/highlighting/delphi-hl.xml +200 -0
  172. data/docbook-xsl/highlighting/ini-hl.xml +45 -0
  173. data/docbook-xsl/highlighting/java-hl.xml +117 -0
  174. data/docbook-xsl/highlighting/javascript-hl.xml +147 -0
  175. data/docbook-xsl/highlighting/m2-hl.xml +90 -0
  176. data/docbook-xsl/highlighting/myxml-hl.xml +116 -0
  177. data/docbook-xsl/highlighting/perl-hl.xml +120 -0
  178. data/docbook-xsl/highlighting/php-hl.xml +149 -0
  179. data/docbook-xsl/highlighting/python-hl.xml +100 -0
  180. data/docbook-xsl/highlighting/ruby-hl.xml +109 -0
  181. data/docbook-xsl/highlighting/tcl-hl.xml +180 -0
  182. data/docbook-xsl/highlighting/xslthl-config.xml +46 -0
  183. data/docbook-xsl/html/admon.xsl +132 -0
  184. data/docbook-xsl/html/annotations.xsl +169 -0
  185. data/docbook-xsl/html/autoidx-kimber.xsl +168 -0
  186. data/docbook-xsl/html/autoidx-kosek.xsl +125 -0
  187. data/docbook-xsl/html/autoidx-ng.xsl +20 -0
  188. data/docbook-xsl/html/autoidx.xsl +645 -0
  189. data/docbook-xsl/html/autotoc.xsl +675 -0
  190. data/docbook-xsl/html/biblio-iso690.xsl +1300 -0
  191. data/docbook-xsl/html/biblio.xsl +1247 -0
  192. data/docbook-xsl/html/block.xsl +434 -0
  193. data/docbook-xsl/html/callout.xsl +201 -0
  194. data/docbook-xsl/html/changebars.xsl +121 -0
  195. data/docbook-xsl/html/chunk-changebars.xsl +99 -0
  196. data/docbook-xsl/html/chunk-code.xsl +670 -0
  197. data/docbook-xsl/html/chunk-common.xsl +1911 -0
  198. data/docbook-xsl/html/chunk.xsl +52 -0
  199. data/docbook-xsl/html/chunker.xsl +439 -0
  200. data/docbook-xsl/html/chunkfast.xsl +72 -0
  201. data/docbook-xsl/html/chunktoc.xsl +468 -0
  202. data/docbook-xsl/html/component.xsl +403 -0
  203. data/docbook-xsl/html/division.xsl +228 -0
  204. data/docbook-xsl/html/docbook.xsl +483 -0
  205. data/docbook-xsl/html/ebnf.xsl +329 -0
  206. data/docbook-xsl/html/footnote.xsl +308 -0
  207. data/docbook-xsl/html/formal.xsl +401 -0
  208. data/docbook-xsl/html/glossary.xsl +474 -0
  209. data/docbook-xsl/html/graphics.xsl +1515 -0
  210. data/docbook-xsl/html/highlight.xsl +71 -0
  211. data/docbook-xsl/html/html-rtf.xsl +336 -0
  212. data/docbook-xsl/html/html.xsl +268 -0
  213. data/docbook-xsl/html/htmltbl.xsl +56 -0
  214. data/docbook-xsl/html/index.xsl +229 -0
  215. data/docbook-xsl/html/info.xsl +43 -0
  216. data/docbook-xsl/html/inline.xsl +1497 -0
  217. data/docbook-xsl/html/keywords.xsl +35 -0
  218. data/docbook-xsl/html/lists.xsl +1143 -0
  219. data/docbook-xsl/html/maketoc.xsl +86 -0
  220. data/docbook-xsl/html/manifest.xsl +22 -0
  221. data/docbook-xsl/html/math.xsl +270 -0
  222. data/docbook-xsl/html/oldchunker.xsl +202 -0
  223. data/docbook-xsl/html/onechunk.xsl +37 -0
  224. data/docbook-xsl/html/param.xml +10397 -0
  225. data/docbook-xsl/html/param.xsl +422 -0
  226. data/docbook-xsl/html/pi.xml +1113 -0
  227. data/docbook-xsl/html/pi.xsl +1263 -0
  228. data/docbook-xsl/html/profile-chunk-code.xsl +609 -0
  229. data/docbook-xsl/html/profile-chunk.xsl +52 -0
  230. data/docbook-xsl/html/profile-docbook.xsl +414 -0
  231. data/docbook-xsl/html/profile-onechunk.xsl +37 -0
  232. data/docbook-xsl/html/qandaset.xsl +389 -0
  233. data/docbook-xsl/html/refentry.xsl +309 -0
  234. data/docbook-xsl/html/sections.xsl +628 -0
  235. data/docbook-xsl/html/synop.xsl +1549 -0
  236. data/docbook-xsl/html/table.xsl +1130 -0
  237. data/docbook-xsl/html/task.xsl +76 -0
  238. data/docbook-xsl/html/titlepage.templates.xml +662 -0
  239. data/docbook-xsl/html/titlepage.templates.xsl +3622 -0
  240. data/docbook-xsl/html/titlepage.xsl +1031 -0
  241. data/docbook-xsl/html/toc.xsl +169 -0
  242. data/docbook-xsl/html/verbatim.xsl +376 -0
  243. data/docbook-xsl/html/xref.xsl +1348 -0
  244. data/docbook-xsl/htmlhelp/htmlhelp-common.xsl +1113 -0
  245. data/docbook-xsl/htmlhelp/htmlhelp.xsl +22 -0
  246. data/docbook-xsl/htmlhelp/profile-htmlhelp-common.xsl +1076 -0
  247. data/docbook-xsl/htmlhelp/profile-htmlhelp.xsl +22 -0
  248. data/docbook-xsl/images/annot-close.png +0 -0
  249. data/docbook-xsl/images/annot-open.png +0 -0
  250. data/docbook-xsl/images/blank.png +0 -0
  251. data/docbook-xsl/images/callouts/1.gif +0 -0
  252. data/docbook-xsl/images/callouts/1.png +0 -0
  253. data/docbook-xsl/images/callouts/1.svg +15 -0
  254. data/docbook-xsl/images/callouts/10.gif +0 -0
  255. data/docbook-xsl/images/callouts/10.png +0 -0
  256. data/docbook-xsl/images/callouts/10.svg +18 -0
  257. data/docbook-xsl/images/callouts/11.gif +0 -0
  258. data/docbook-xsl/images/callouts/11.png +0 -0
  259. data/docbook-xsl/images/callouts/11.svg +16 -0
  260. data/docbook-xsl/images/callouts/12.gif +0 -0
  261. data/docbook-xsl/images/callouts/12.png +0 -0
  262. data/docbook-xsl/images/callouts/12.svg +18 -0
  263. data/docbook-xsl/images/callouts/13.gif +0 -0
  264. data/docbook-xsl/images/callouts/13.png +0 -0
  265. data/docbook-xsl/images/callouts/13.svg +20 -0
  266. data/docbook-xsl/images/callouts/14.gif +0 -0
  267. data/docbook-xsl/images/callouts/14.png +0 -0
  268. data/docbook-xsl/images/callouts/14.svg +17 -0
  269. data/docbook-xsl/images/callouts/15.gif +0 -0
  270. data/docbook-xsl/images/callouts/15.png +0 -0
  271. data/docbook-xsl/images/callouts/15.svg +19 -0
  272. data/docbook-xsl/images/callouts/16.svg +20 -0
  273. data/docbook-xsl/images/callouts/17.svg +17 -0
  274. data/docbook-xsl/images/callouts/18.svg +21 -0
  275. data/docbook-xsl/images/callouts/19.svg +20 -0
  276. data/docbook-xsl/images/callouts/2.gif +0 -0
  277. data/docbook-xsl/images/callouts/2.png +0 -0
  278. data/docbook-xsl/images/callouts/2.svg +17 -0
  279. data/docbook-xsl/images/callouts/20.svg +20 -0
  280. data/docbook-xsl/images/callouts/21.svg +18 -0
  281. data/docbook-xsl/images/callouts/22.svg +20 -0
  282. data/docbook-xsl/images/callouts/23.svg +22 -0
  283. data/docbook-xsl/images/callouts/24.svg +19 -0
  284. data/docbook-xsl/images/callouts/25.svg +21 -0
  285. data/docbook-xsl/images/callouts/26.svg +22 -0
  286. data/docbook-xsl/images/callouts/27.svg +19 -0
  287. data/docbook-xsl/images/callouts/28.svg +23 -0
  288. data/docbook-xsl/images/callouts/29.svg +22 -0
  289. data/docbook-xsl/images/callouts/3.gif +0 -0
  290. data/docbook-xsl/images/callouts/3.png +0 -0
  291. data/docbook-xsl/images/callouts/3.svg +19 -0
  292. data/docbook-xsl/images/callouts/30.svg +22 -0
  293. data/docbook-xsl/images/callouts/4.gif +0 -0
  294. data/docbook-xsl/images/callouts/4.png +0 -0
  295. data/docbook-xsl/images/callouts/4.svg +16 -0
  296. data/docbook-xsl/images/callouts/5.gif +0 -0
  297. data/docbook-xsl/images/callouts/5.png +0 -0
  298. data/docbook-xsl/images/callouts/5.svg +18 -0
  299. data/docbook-xsl/images/callouts/6.gif +0 -0
  300. data/docbook-xsl/images/callouts/6.png +0 -0
  301. data/docbook-xsl/images/callouts/6.svg +19 -0
  302. data/docbook-xsl/images/callouts/7.gif +0 -0
  303. data/docbook-xsl/images/callouts/7.png +0 -0
  304. data/docbook-xsl/images/callouts/7.svg +16 -0
  305. data/docbook-xsl/images/callouts/8.gif +0 -0
  306. data/docbook-xsl/images/callouts/8.png +0 -0
  307. data/docbook-xsl/images/callouts/8.svg +20 -0
  308. data/docbook-xsl/images/callouts/9.gif +0 -0
  309. data/docbook-xsl/images/callouts/9.png +0 -0
  310. data/docbook-xsl/images/callouts/9.svg +19 -0
  311. data/docbook-xsl/images/caution.gif +0 -0
  312. data/docbook-xsl/images/caution.png +0 -0
  313. data/docbook-xsl/images/caution.svg +25 -0
  314. data/docbook-xsl/images/caution.tif +0 -0
  315. data/docbook-xsl/images/draft.png +0 -0
  316. data/docbook-xsl/images/home.gif +0 -0
  317. data/docbook-xsl/images/home.png +0 -0
  318. data/docbook-xsl/images/home.svg +26 -0
  319. data/docbook-xsl/images/important.gif +0 -0
  320. data/docbook-xsl/images/important.png +0 -0
  321. data/docbook-xsl/images/important.svg +25 -0
  322. data/docbook-xsl/images/important.tif +0 -0
  323. data/docbook-xsl/images/next.gif +0 -0
  324. data/docbook-xsl/images/next.png +0 -0
  325. data/docbook-xsl/images/next.svg +19 -0
  326. data/docbook-xsl/images/note.gif +0 -0
  327. data/docbook-xsl/images/note.png +0 -0
  328. data/docbook-xsl/images/note.svg +33 -0
  329. data/docbook-xsl/images/note.tif +0 -0
  330. data/docbook-xsl/images/prev.gif +0 -0
  331. data/docbook-xsl/images/prev.png +0 -0
  332. data/docbook-xsl/images/prev.svg +19 -0
  333. data/docbook-xsl/images/tip.gif +0 -0
  334. data/docbook-xsl/images/tip.png +0 -0
  335. data/docbook-xsl/images/tip.svg +31 -0
  336. data/docbook-xsl/images/tip.tif +0 -0
  337. data/docbook-xsl/images/toc-blank.png +0 -0
  338. data/docbook-xsl/images/toc-minus.png +0 -0
  339. data/docbook-xsl/images/toc-plus.png +0 -0
  340. data/docbook-xsl/images/up.gif +0 -0
  341. data/docbook-xsl/images/up.png +0 -0
  342. data/docbook-xsl/images/up.svg +19 -0
  343. data/docbook-xsl/images/warning.gif +0 -0
  344. data/docbook-xsl/images/warning.png +0 -0
  345. data/docbook-xsl/images/warning.svg +23 -0
  346. data/docbook-xsl/images/warning.tif +0 -0
  347. data/docbook-xsl/javahelp/javahelp.xsl +628 -0
  348. data/docbook-xsl/javahelp/profile-javahelp.xsl +550 -0
  349. data/docbook-xsl/lib/lib.xsl +480 -0
  350. data/docbook-xsl/manpages/ChangeLog.20020917 +195 -0
  351. data/docbook-xsl/manpages/block.xsl +393 -0
  352. data/docbook-xsl/manpages/charmap.groff.xsl +6013 -0
  353. data/docbook-xsl/manpages/docbook.xsl +302 -0
  354. data/docbook-xsl/manpages/endnotes.xsl +584 -0
  355. data/docbook-xsl/manpages/html-synop.xsl +1562 -0
  356. data/docbook-xsl/manpages/info.xsl +800 -0
  357. data/docbook-xsl/manpages/inline.xsl +219 -0
  358. data/docbook-xsl/manpages/lists.xsl +603 -0
  359. data/docbook-xsl/manpages/other.xsl +869 -0
  360. data/docbook-xsl/manpages/param.xml +3162 -0
  361. data/docbook-xsl/manpages/param.xsl +192 -0
  362. data/docbook-xsl/manpages/pi.xml +70 -0
  363. data/docbook-xsl/manpages/pi.xsl +79 -0
  364. data/docbook-xsl/manpages/profile-docbook.xsl +271 -0
  365. data/docbook-xsl/manpages/refentry.xsl +310 -0
  366. data/docbook-xsl/manpages/synop.xsl +432 -0
  367. data/docbook-xsl/manpages/table.xsl +633 -0
  368. data/docbook-xsl/manpages/utility.xsl +534 -0
  369. data/docbook-xsl/params/abstract.notitle.enabled.xml +22 -0
  370. data/docbook-xsl/params/abstract.properties.xml +32 -0
  371. data/docbook-xsl/params/abstract.title.properties.xml +39 -0
  372. data/docbook-xsl/params/active.toc.xml +29 -0
  373. data/docbook-xsl/params/ade.extensions.xml +32 -0
  374. data/docbook-xsl/params/admon.graphics.extension.xml +27 -0
  375. data/docbook-xsl/params/admon.graphics.path.xml +27 -0
  376. data/docbook-xsl/params/admon.graphics.xml +29 -0
  377. data/docbook-xsl/params/admon.style.xml +30 -0
  378. data/docbook-xsl/params/admon.textlabel.xml +32 -0
  379. data/docbook-xsl/params/admonition.properties.xml +25 -0
  380. data/docbook-xsl/params/admonition.title.properties.xml +32 -0
  381. data/docbook-xsl/params/alignment.xml +31 -0
  382. data/docbook-xsl/params/annotate.toc.xml +28 -0
  383. data/docbook-xsl/params/annotation.css.xml +71 -0
  384. data/docbook-xsl/params/annotation.graphic.close.xml +31 -0
  385. data/docbook-xsl/params/annotation.graphic.open.xml +28 -0
  386. data/docbook-xsl/params/annotation.js.xml +33 -0
  387. data/docbook-xsl/params/annotation.support.xml +29 -0
  388. data/docbook-xsl/params/appendix.autolabel.xml +73 -0
  389. data/docbook-xsl/params/arbortext.extensions.xml +30 -0
  390. data/docbook-xsl/params/article.appendix.title.properties.xml +33 -0
  391. data/docbook-xsl/params/author.othername.in.middle.xml +31 -0
  392. data/docbook-xsl/params/autolayout-file.xml +29 -0
  393. data/docbook-xsl/params/autotoc.label.in.hyperlink.xml +29 -0
  394. data/docbook-xsl/params/autotoc.label.separator.xml +27 -0
  395. data/docbook-xsl/params/axf.extensions.xml +33 -0
  396. data/docbook-xsl/params/banner.before.navigation.xml +25 -0
  397. data/docbook-xsl/params/base.dir.xml +29 -0
  398. data/docbook-xsl/params/biblioentry.item.separator.xml +26 -0
  399. data/docbook-xsl/params/biblioentry.properties.xml +28 -0
  400. data/docbook-xsl/params/bibliography.collection.xml +104 -0
  401. data/docbook-xsl/params/bibliography.numbered.xml +27 -0
  402. data/docbook-xsl/params/bibliography.style.xml +35 -0
  403. data/docbook-xsl/params/blockquote.properties.xml +34 -0
  404. data/docbook-xsl/params/blurb.on.titlepage.enabled.xml +31 -0
  405. data/docbook-xsl/params/body.attributes.xml +31 -0
  406. data/docbook-xsl/params/body.bg.color.xml +28 -0
  407. data/docbook-xsl/params/body.end.indent.xml +37 -0
  408. data/docbook-xsl/params/body.font.family.xml +32 -0
  409. data/docbook-xsl/params/body.font.master.xml +30 -0
  410. data/docbook-xsl/params/body.font.size.xml +31 -0
  411. data/docbook-xsl/params/body.margin.bottom.xml +29 -0
  412. data/docbook-xsl/params/body.margin.top.xml +28 -0
  413. data/docbook-xsl/params/body.start.indent.xml +62 -0
  414. data/docbook-xsl/params/bridgehead.in.toc.xml +28 -0
  415. data/docbook-xsl/params/bullet.image.xml +28 -0
  416. data/docbook-xsl/params/callout.defaultcolumn.xml +30 -0
  417. data/docbook-xsl/params/callout.graphics.extension.xml +33 -0
  418. data/docbook-xsl/params/callout.graphics.number.limit.xml +34 -0
  419. data/docbook-xsl/params/callout.graphics.path.xml +31 -0
  420. data/docbook-xsl/params/callout.graphics.xml +30 -0
  421. data/docbook-xsl/params/callout.icon.size.xml +28 -0
  422. data/docbook-xsl/params/callout.list.table.xml +32 -0
  423. data/docbook-xsl/params/callout.unicode.font.xml +29 -0
  424. data/docbook-xsl/params/callout.unicode.number.limit.xml +35 -0
  425. data/docbook-xsl/params/callout.unicode.start.character.xml +33 -0
  426. data/docbook-xsl/params/callout.unicode.xml +26 -0
  427. data/docbook-xsl/params/callouts.extension.xml +30 -0
  428. data/docbook-xsl/params/chapter.autolabel.xml +71 -0
  429. data/docbook-xsl/params/chunk.append.xml +30 -0
  430. data/docbook-xsl/params/chunk.first.sections.xml +31 -0
  431. data/docbook-xsl/params/chunk.quietly.xml +30 -0
  432. data/docbook-xsl/params/chunk.section.depth.xml +27 -0
  433. data/docbook-xsl/params/chunk.sections.xml +30 -0
  434. data/docbook-xsl/params/chunk.separate.lots.xml +36 -0
  435. data/docbook-xsl/params/chunk.toc.xml +30 -0
  436. data/docbook-xsl/params/chunk.tocs.and.lots.has.title.xml +28 -0
  437. data/docbook-xsl/params/chunk.tocs.and.lots.xml +32 -0
  438. data/docbook-xsl/params/chunker.output.cdata-section-elements.xml +30 -0
  439. data/docbook-xsl/params/chunker.output.doctype-public.xml +31 -0
  440. data/docbook-xsl/params/chunker.output.doctype-system.xml +31 -0
  441. data/docbook-xsl/params/chunker.output.encoding.xml +31 -0
  442. data/docbook-xsl/params/chunker.output.indent.xml +30 -0
  443. data/docbook-xsl/params/chunker.output.media-type.xml +35 -0
  444. data/docbook-xsl/params/chunker.output.method.xml +32 -0
  445. data/docbook-xsl/params/chunker.output.omit-xml-declaration.xml +30 -0
  446. data/docbook-xsl/params/chunker.output.standalone.xml +31 -0
  447. data/docbook-xsl/params/citerefentry.link.xml +29 -0
  448. data/docbook-xsl/params/collect.xref.targets.xml +33 -0
  449. data/docbook-xsl/params/column.count.back.xml +27 -0
  450. data/docbook-xsl/params/column.count.body.xml +27 -0
  451. data/docbook-xsl/params/column.count.front.xml +27 -0
  452. data/docbook-xsl/params/column.count.index.xml +27 -0
  453. data/docbook-xsl/params/column.count.lot.xml +28 -0
  454. data/docbook-xsl/params/column.count.titlepage.xml +27 -0
  455. data/docbook-xsl/params/column.gap.back.xml +28 -0
  456. data/docbook-xsl/params/column.gap.body.xml +28 -0
  457. data/docbook-xsl/params/column.gap.front.xml +28 -0
  458. data/docbook-xsl/params/column.gap.index.xml +28 -0
  459. data/docbook-xsl/params/column.gap.lot.xml +28 -0
  460. data/docbook-xsl/params/column.gap.titlepage.xml +29 -0
  461. data/docbook-xsl/params/compact.list.item.spacing.xml +28 -0
  462. data/docbook-xsl/params/component.label.includes.part.label.xml +39 -0
  463. data/docbook-xsl/params/component.title.properties.xml +40 -0
  464. data/docbook-xsl/params/component.titlepage.properties.xml +33 -0
  465. data/docbook-xsl/params/contrib.inline.enabled.xml +26 -0
  466. data/docbook-xsl/params/crop.mark.bleed.xml +28 -0
  467. data/docbook-xsl/params/crop.mark.offset.xml +28 -0
  468. data/docbook-xsl/params/crop.mark.width.xml +28 -0
  469. data/docbook-xsl/params/crop.marks.xml +28 -0
  470. data/docbook-xsl/params/css.decoration.xml +33 -0
  471. data/docbook-xsl/params/css.stylesheet.dir.xml +33 -0
  472. data/docbook-xsl/params/css.stylesheet.xml +29 -0
  473. data/docbook-xsl/params/current.docid.xml +27 -0
  474. data/docbook-xsl/params/currentpage.marker.xml +25 -0
  475. data/docbook-xsl/params/default.float.class.xml +34 -0
  476. data/docbook-xsl/params/default.image.width.xml +31 -0
  477. data/docbook-xsl/params/default.table.frame.xml +28 -0
  478. data/docbook-xsl/params/default.table.width.xml +26 -0
  479. data/docbook-xsl/params/default.units.xml +37 -0
  480. data/docbook-xsl/params/dingbat.font.family.xml +33 -0
  481. data/docbook-xsl/params/double.sided.xml +31 -0
  482. data/docbook-xsl/params/draft.mode.xml +36 -0
  483. data/docbook-xsl/params/draft.watermark.image.xml +27 -0
  484. data/docbook-xsl/params/dry-run.xml +27 -0
  485. data/docbook-xsl/params/dynamic.toc.xml +29 -0
  486. data/docbook-xsl/params/ebnf.assignment.xml +39 -0
  487. data/docbook-xsl/params/ebnf.statement.terminator.xml +32 -0
  488. data/docbook-xsl/params/ebnf.table.bgcolor.xml +30 -0
  489. data/docbook-xsl/params/ebnf.table.border.xml +26 -0
  490. data/docbook-xsl/params/eclipse.autolabel.xml +28 -0
  491. data/docbook-xsl/params/eclipse.plugin.id.xml +28 -0
  492. data/docbook-xsl/params/eclipse.plugin.name.xml +27 -0
  493. data/docbook-xsl/params/eclipse.plugin.provider.xml +27 -0
  494. data/docbook-xsl/params/editedby.enabled.xml +27 -0
  495. data/docbook-xsl/params/email.delimiters.enabled.xml +34 -0
  496. data/docbook-xsl/params/email.mailto.enabled.xml +29 -0
  497. data/docbook-xsl/params/emphasis.propagates.style.xml +26 -0
  498. data/docbook-xsl/params/entry.propagates.style.xml +30 -0
  499. data/docbook-xsl/params/epub.autolabel.xml +28 -0
  500. data/docbook-xsl/params/equation.properties.xml +27 -0
  501. data/docbook-xsl/params/example.properties.xml +27 -0
  502. data/docbook-xsl/params/feedback.href.xml +28 -0
  503. data/docbook-xsl/params/feedback.link.text.xml +28 -0
  504. data/docbook-xsl/params/feedback.with.ids.xml +27 -0
  505. data/docbook-xsl/params/figure.properties.xml +27 -0
  506. data/docbook-xsl/params/filename-prefix.xml +28 -0
  507. data/docbook-xsl/params/firstterm.only.link.xml +29 -0
  508. data/docbook-xsl/params/foil.properties.xml +37 -0
  509. data/docbook-xsl/params/foil.subtitle.properties.xml +36 -0
  510. data/docbook-xsl/params/foil.title.master.xml +29 -0
  511. data/docbook-xsl/params/foil.title.size.xml +32 -0
  512. data/docbook-xsl/params/foilgroup.properties.xml +31 -0
  513. data/docbook-xsl/params/foilgroup.toc.xml +29 -0
  514. data/docbook-xsl/params/footer.column.widths.xml +74 -0
  515. data/docbook-xsl/params/footer.content.properties.xml +34 -0
  516. data/docbook-xsl/params/footer.hr.xml +26 -0
  517. data/docbook-xsl/params/footer.rule.xml +27 -0
  518. data/docbook-xsl/params/footer.table.height.xml +32 -0
  519. data/docbook-xsl/params/footer.table.properties.xml +30 -0
  520. data/docbook-xsl/params/footers.on.blank.pages.xml +27 -0
  521. data/docbook-xsl/params/footnote.font.size.xml +28 -0
  522. data/docbook-xsl/params/footnote.mark.properties.xml +41 -0
  523. data/docbook-xsl/params/footnote.number.format.xml +33 -0
  524. data/docbook-xsl/params/footnote.number.symbols.xml +39 -0
  525. data/docbook-xsl/params/footnote.properties.xml +43 -0
  526. data/docbook-xsl/params/footnote.sep.leader.properties.xml +39 -0
  527. data/docbook-xsl/params/fop.extensions.xml +36 -0
  528. data/docbook-xsl/params/fop1.extensions.xml +34 -0
  529. data/docbook-xsl/params/formal.object.properties.xml +36 -0
  530. data/docbook-xsl/params/formal.procedures.xml +28 -0
  531. data/docbook-xsl/params/formal.title.placement.xml +41 -0
  532. data/docbook-xsl/params/formal.title.properties.xml +34 -0
  533. data/docbook-xsl/params/funcsynopsis.decoration.xml +30 -0
  534. data/docbook-xsl/params/funcsynopsis.style.xml +31 -0
  535. data/docbook-xsl/params/function.parens.xml +29 -0
  536. data/docbook-xsl/params/generate.id.attributes.xml +59 -0
  537. data/docbook-xsl/params/generate.index.xml +25 -0
  538. data/docbook-xsl/params/generate.legalnotice.link.xml +72 -0
  539. data/docbook-xsl/params/generate.manifest.xml +27 -0
  540. data/docbook-xsl/params/generate.meta.abstract.xml +29 -0
  541. data/docbook-xsl/params/generate.revhistory.link.xml +50 -0
  542. data/docbook-xsl/params/generate.section.toc.level.xml +35 -0
  543. data/docbook-xsl/params/generate.toc.xml +108 -0
  544. data/docbook-xsl/params/glossary.as.blocks.xml +38 -0
  545. data/docbook-xsl/params/glossary.collection.xml +252 -0
  546. data/docbook-xsl/params/glossary.sort.xml +32 -0
  547. data/docbook-xsl/params/glossentry.show.acronym.xml +37 -0
  548. data/docbook-xsl/params/glosslist.as.blocks.xml +27 -0
  549. data/docbook-xsl/params/glossterm.auto.link.xml +33 -0
  550. data/docbook-xsl/params/glossterm.separation.xml +28 -0
  551. data/docbook-xsl/params/glossterm.width.xml +28 -0
  552. data/docbook-xsl/params/graphic.default.extension.xml +29 -0
  553. data/docbook-xsl/params/graphical.admonition.properties.xml +42 -0
  554. data/docbook-xsl/params/graphics.dir.xml +33 -0
  555. data/docbook-xsl/params/graphicsize.extension.xml +30 -0
  556. data/docbook-xsl/params/graphicsize.use.img.src.path.xml +30 -0
  557. data/docbook-xsl/params/header.column.widths.xml +74 -0
  558. data/docbook-xsl/params/header.content.properties.xml +34 -0
  559. data/docbook-xsl/params/header.hr.xml +26 -0
  560. data/docbook-xsl/params/header.rule.xml +27 -0
  561. data/docbook-xsl/params/header.table.height.xml +32 -0
  562. data/docbook-xsl/params/header.table.properties.xml +30 -0
  563. data/docbook-xsl/params/headers.on.blank.pages.xml +27 -0
  564. data/docbook-xsl/params/hidetoc.image.xml +29 -0
  565. data/docbook-xsl/params/highlight.default.language.xml +27 -0
  566. data/docbook-xsl/params/highlight.source.xml +47 -0
  567. data/docbook-xsl/params/highlight.xslthl.config.xml +27 -0
  568. data/docbook-xsl/params/home.image.xml +27 -0
  569. data/docbook-xsl/params/html.append.xml +30 -0
  570. data/docbook-xsl/params/html.base.xml +30 -0
  571. data/docbook-xsl/params/html.cellpadding.xml +29 -0
  572. data/docbook-xsl/params/html.cellspacing.xml +29 -0
  573. data/docbook-xsl/params/html.cleanup.xml +34 -0
  574. data/docbook-xsl/params/html.ext.xml +29 -0
  575. data/docbook-xsl/params/html.extra.head.links.xml +31 -0
  576. data/docbook-xsl/params/html.head.legalnotice.link.multiple.xml +44 -0
  577. data/docbook-xsl/params/html.head.legalnotice.link.types.xml +75 -0
  578. data/docbook-xsl/params/html.longdesc.link.xml +39 -0
  579. data/docbook-xsl/params/html.longdesc.xml +28 -0
  580. data/docbook-xsl/params/html.stylesheet.type.xml +26 -0
  581. data/docbook-xsl/params/html.stylesheet.xml +36 -0
  582. data/docbook-xsl/params/htmlhelp.alias.file.xml +27 -0
  583. data/docbook-xsl/params/htmlhelp.autolabel.xml +28 -0
  584. data/docbook-xsl/params/htmlhelp.button.back.xml +27 -0
  585. data/docbook-xsl/params/htmlhelp.button.forward.xml +27 -0
  586. data/docbook-xsl/params/htmlhelp.button.hideshow.xml +27 -0
  587. data/docbook-xsl/params/htmlhelp.button.home.url.xml +27 -0
  588. data/docbook-xsl/params/htmlhelp.button.home.xml +27 -0
  589. data/docbook-xsl/params/htmlhelp.button.jump1.title.xml +27 -0
  590. data/docbook-xsl/params/htmlhelp.button.jump1.url.xml +27 -0
  591. data/docbook-xsl/params/htmlhelp.button.jump1.xml +23 -0
  592. data/docbook-xsl/params/htmlhelp.button.jump2.title.xml +27 -0
  593. data/docbook-xsl/params/htmlhelp.button.jump2.url.xml +27 -0
  594. data/docbook-xsl/params/htmlhelp.button.jump2.xml +27 -0
  595. data/docbook-xsl/params/htmlhelp.button.locate.xml +28 -0
  596. data/docbook-xsl/params/htmlhelp.button.next.xml +27 -0
  597. data/docbook-xsl/params/htmlhelp.button.options.xml +28 -0
  598. data/docbook-xsl/params/htmlhelp.button.prev.xml +28 -0
  599. data/docbook-xsl/params/htmlhelp.button.print.xml +28 -0
  600. data/docbook-xsl/params/htmlhelp.button.refresh.xml +27 -0
  601. data/docbook-xsl/params/htmlhelp.button.stop.xml +28 -0
  602. data/docbook-xsl/params/htmlhelp.button.zoom.xml +28 -0
  603. data/docbook-xsl/params/htmlhelp.chm.xml +27 -0
  604. data/docbook-xsl/params/htmlhelp.default.topic.xml +37 -0
  605. data/docbook-xsl/params/htmlhelp.display.progress.xml +28 -0
  606. data/docbook-xsl/params/htmlhelp.encoding.xml +28 -0
  607. data/docbook-xsl/params/htmlhelp.enhanced.decompilation.xml +27 -0
  608. data/docbook-xsl/params/htmlhelp.enumerate.images.xml +28 -0
  609. data/docbook-xsl/params/htmlhelp.force.map.and.alias.xml +26 -0
  610. data/docbook-xsl/params/htmlhelp.hhc.binary.xml +29 -0
  611. data/docbook-xsl/params/htmlhelp.hhc.folders.instead.books.xml +33 -0
  612. data/docbook-xsl/params/htmlhelp.hhc.section.depth.xml +27 -0
  613. data/docbook-xsl/params/htmlhelp.hhc.show.root.xml +29 -0
  614. data/docbook-xsl/params/htmlhelp.hhc.width.xml +28 -0
  615. data/docbook-xsl/params/htmlhelp.hhc.xml +27 -0
  616. data/docbook-xsl/params/htmlhelp.hhk.xml +27 -0
  617. data/docbook-xsl/params/htmlhelp.hhp.tail.xml +28 -0
  618. data/docbook-xsl/params/htmlhelp.hhp.window.xml +28 -0
  619. data/docbook-xsl/params/htmlhelp.hhp.windows.xml +29 -0
  620. data/docbook-xsl/params/htmlhelp.hhp.xml +28 -0
  621. data/docbook-xsl/params/htmlhelp.map.file.xml +25 -0
  622. data/docbook-xsl/params/htmlhelp.only.xml +32 -0
  623. data/docbook-xsl/params/htmlhelp.remember.window.position.xml +27 -0
  624. data/docbook-xsl/params/htmlhelp.show.advanced.search.xml +28 -0
  625. data/docbook-xsl/params/htmlhelp.show.favorities.xml +28 -0
  626. data/docbook-xsl/params/htmlhelp.show.menu.xml +28 -0
  627. data/docbook-xsl/params/htmlhelp.show.toolbar.text.xml +28 -0
  628. data/docbook-xsl/params/htmlhelp.title.xml +28 -0
  629. data/docbook-xsl/params/htmlhelp.use.hhk.xml +28 -0
  630. data/docbook-xsl/params/htmlhelp.window.geometry.xml +30 -0
  631. data/docbook-xsl/params/hyphenate.verbatim.characters.xml +30 -0
  632. data/docbook-xsl/params/hyphenate.verbatim.xml +45 -0
  633. data/docbook-xsl/params/hyphenate.xml +29 -0
  634. data/docbook-xsl/params/id.warnings.xml +25 -0
  635. data/docbook-xsl/params/ignore.image.scaling.xml +28 -0
  636. data/docbook-xsl/params/img.src.path.xml +40 -0
  637. data/docbook-xsl/params/index.div.title.properties.xml +39 -0
  638. data/docbook-xsl/params/index.entry.properties.xml +33 -0
  639. data/docbook-xsl/params/index.method.xml +162 -0
  640. data/docbook-xsl/params/index.number.separator.xml +54 -0
  641. data/docbook-xsl/params/index.on.role.xml +48 -0
  642. data/docbook-xsl/params/index.on.type.xml +52 -0
  643. data/docbook-xsl/params/index.page.number.properties.xml +31 -0
  644. data/docbook-xsl/params/index.prefer.titleabbrev.xml +29 -0
  645. data/docbook-xsl/params/index.preferred.page.properties.xml +32 -0
  646. data/docbook-xsl/params/index.range.separator.xml +57 -0
  647. data/docbook-xsl/params/index.term.separator.xml +54 -0
  648. data/docbook-xsl/params/informal.object.properties.xml +29 -0
  649. data/docbook-xsl/params/informalequation.properties.xml +27 -0
  650. data/docbook-xsl/params/informalexample.properties.xml +27 -0
  651. data/docbook-xsl/params/informalfigure.properties.xml +27 -0
  652. data/docbook-xsl/params/informaltable.properties.xml +32 -0
  653. data/docbook-xsl/params/inherit.keywords.xml +31 -0
  654. data/docbook-xsl/params/insert.link.page.number.xml +69 -0
  655. data/docbook-xsl/params/insert.olink.page.number.xml +83 -0
  656. data/docbook-xsl/params/insert.olink.pdf.frag.xml +68 -0
  657. data/docbook-xsl/params/insert.xref.page.number.xml +60 -0
  658. data/docbook-xsl/params/itemizedlist.label.properties.xml +26 -0
  659. data/docbook-xsl/params/itemizedlist.label.width.xml +28 -0
  660. data/docbook-xsl/params/itemizedlist.properties.xml +23 -0
  661. data/docbook-xsl/params/javahelp.encoding.xml +31 -0
  662. data/docbook-xsl/params/keep.relative.image.uris.xml +34 -0
  663. data/docbook-xsl/params/keyboard.nav.xml +29 -0
  664. data/docbook-xsl/params/l10n.gentext.default.language.xml +30 -0
  665. data/docbook-xsl/params/l10n.gentext.language.xml +33 -0
  666. data/docbook-xsl/params/l10n.gentext.use.xref.language.xml +53 -0
  667. data/docbook-xsl/params/l10n.lang.value.rfc.compliant.xml +57 -0
  668. data/docbook-xsl/params/label.from.part.xml +38 -0
  669. data/docbook-xsl/params/line-height.xml +27 -0
  670. data/docbook-xsl/params/linenumbering.everyNth.xml +29 -0
  671. data/docbook-xsl/params/linenumbering.extension.xml +30 -0
  672. data/docbook-xsl/params/linenumbering.separator.xml +30 -0
  673. data/docbook-xsl/params/linenumbering.width.xml +29 -0
  674. data/docbook-xsl/params/link.mailto.url.xml +29 -0
  675. data/docbook-xsl/params/list.block.properties.xml +25 -0
  676. data/docbook-xsl/params/list.block.spacing.xml +29 -0
  677. data/docbook-xsl/params/list.item.spacing.xml +26 -0
  678. data/docbook-xsl/params/make.graphic.viewport.xml +35 -0
  679. data/docbook-xsl/params/make.index.markup.xml +73 -0
  680. data/docbook-xsl/params/make.single.year.ranges.xml +28 -0
  681. data/docbook-xsl/params/make.valid.html.xml +35 -0
  682. data/docbook-xsl/params/make.year.ranges.xml +31 -0
  683. data/docbook-xsl/params/man.authors.section.enabled.xml +46 -0
  684. data/docbook-xsl/params/man.base.url.for.relative.links.xml +76 -0
  685. data/docbook-xsl/params/man.break.after.slash.xml +46 -0
  686. data/docbook-xsl/params/man.charmap.enabled.xml +55 -0
  687. data/docbook-xsl/params/man.charmap.subset.profile.english.xml +80 -0
  688. data/docbook-xsl/params/man.charmap.subset.profile.xml +297 -0
  689. data/docbook-xsl/params/man.charmap.uri.xml +42 -0
  690. data/docbook-xsl/params/man.charmap.use.subset.xml +80 -0
  691. data/docbook-xsl/params/man.copyright.section.enabled.xml +46 -0
  692. data/docbook-xsl/params/man.endnotes.are.numbered.xml +106 -0
  693. data/docbook-xsl/params/man.endnotes.list.enabled.xml +105 -0
  694. data/docbook-xsl/params/man.endnotes.list.heading.xml +36 -0
  695. data/docbook-xsl/params/man.font.funcprototype.xml +30 -0
  696. data/docbook-xsl/params/man.font.funcsynopsisinfo.xml +30 -0
  697. data/docbook-xsl/params/man.font.links.xml +64 -0
  698. data/docbook-xsl/params/man.font.table.headings.xml +30 -0
  699. data/docbook-xsl/params/man.font.table.title.xml +30 -0
  700. data/docbook-xsl/params/man.funcsynopsis.style.xml +26 -0
  701. data/docbook-xsl/params/man.hyphenate.computer.inlines.xml +53 -0
  702. data/docbook-xsl/params/man.hyphenate.filenames.xml +47 -0
  703. data/docbook-xsl/params/man.hyphenate.urls.xml +46 -0
  704. data/docbook-xsl/params/man.hyphenate.xml +59 -0
  705. data/docbook-xsl/params/man.indent.blurbs.xml +33 -0
  706. data/docbook-xsl/params/man.indent.lists.xml +35 -0
  707. data/docbook-xsl/params/man.indent.refsect.xml +70 -0
  708. data/docbook-xsl/params/man.indent.verbatims.xml +33 -0
  709. data/docbook-xsl/params/man.indent.width.xml +39 -0
  710. data/docbook-xsl/params/man.justify.xml +52 -0
  711. data/docbook-xsl/params/man.output.base.dir.xml +39 -0
  712. data/docbook-xsl/params/man.output.encoding.xml +53 -0
  713. data/docbook-xsl/params/man.output.in.separate.dir.xml +32 -0
  714. data/docbook-xsl/params/man.output.lang.in.name.enabled.xml +50 -0
  715. data/docbook-xsl/params/man.output.manifest.enabled.xml +27 -0
  716. data/docbook-xsl/params/man.output.manifest.filename.xml +29 -0
  717. data/docbook-xsl/params/man.output.quietly.xml +37 -0
  718. data/docbook-xsl/params/man.output.subdirs.enabled.xml +40 -0
  719. data/docbook-xsl/params/man.segtitle.suppress.xml +28 -0
  720. data/docbook-xsl/params/man.string.subst.map.local.post.xml +34 -0
  721. data/docbook-xsl/params/man.string.subst.map.local.pre.xml +34 -0
  722. data/docbook-xsl/params/man.string.subst.map.xml +162 -0
  723. data/docbook-xsl/params/man.subheading.divider.enabled.xml +37 -0
  724. data/docbook-xsl/params/man.subheading.divider.xml +37 -0
  725. data/docbook-xsl/params/man.table.footnotes.divider.xml +29 -0
  726. data/docbook-xsl/params/man.th.extra1.suppress.xml +32 -0
  727. data/docbook-xsl/params/man.th.extra2.max.length.xml +43 -0
  728. data/docbook-xsl/params/man.th.extra2.suppress.xml +44 -0
  729. data/docbook-xsl/params/man.th.extra3.max.length.xml +42 -0
  730. data/docbook-xsl/params/man.th.extra3.suppress.xml +34 -0
  731. data/docbook-xsl/params/man.th.title.max.length.xml +63 -0
  732. data/docbook-xsl/params/manifest.in.base.dir.xml +29 -0
  733. data/docbook-xsl/params/manifest.xml +29 -0
  734. data/docbook-xsl/params/manual.toc.xml +29 -0
  735. data/docbook-xsl/params/margin.note.float.type.xml +77 -0
  736. data/docbook-xsl/params/margin.note.properties.xml +54 -0
  737. data/docbook-xsl/params/margin.note.title.properties.xml +32 -0
  738. data/docbook-xsl/params/margin.note.width.xml +35 -0
  739. data/docbook-xsl/params/marker.section.level.xml +50 -0
  740. data/docbook-xsl/params/menuchoice.menu.separator.xml +42 -0
  741. data/docbook-xsl/params/menuchoice.separator.xml +32 -0
  742. data/docbook-xsl/params/minus.image.xml +29 -0
  743. data/docbook-xsl/params/monospace.font.family.xml +29 -0
  744. data/docbook-xsl/params/monospace.properties.xml +38 -0
  745. data/docbook-xsl/params/monospace.verbatim.properties.xml +27 -0
  746. data/docbook-xsl/params/multiframe.bottom.bgcolor.xml +28 -0
  747. data/docbook-xsl/params/multiframe.navigation.height.xml +28 -0
  748. data/docbook-xsl/params/multiframe.top.bgcolor.xml +28 -0
  749. data/docbook-xsl/params/multiframe.xml +31 -0
  750. data/docbook-xsl/params/nav.separator.xml +28 -0
  751. data/docbook-xsl/params/nav.table.summary.xml +27 -0
  752. data/docbook-xsl/params/navbgcolor.xml +26 -0
  753. data/docbook-xsl/params/navbodywidth.xml +26 -0
  754. data/docbook-xsl/params/navig.graphics.extension.xml +28 -0
  755. data/docbook-xsl/params/navig.graphics.path.xml +30 -0
  756. data/docbook-xsl/params/navig.graphics.xml +31 -0
  757. data/docbook-xsl/params/navig.showtitles.xml +32 -0
  758. data/docbook-xsl/params/navtocwidth.xml +26 -0
  759. data/docbook-xsl/params/next.image.xml +27 -0
  760. data/docbook-xsl/params/no.home.image.xml +27 -0
  761. data/docbook-xsl/params/no.next.image.xml +27 -0
  762. data/docbook-xsl/params/no.prev.image.xml +27 -0
  763. data/docbook-xsl/params/no.toc.image.xml +27 -0
  764. data/docbook-xsl/params/no.up.image.xml +27 -0
  765. data/docbook-xsl/params/nominal.image.depth.xml +27 -0
  766. data/docbook-xsl/params/nominal.image.width.xml +43 -0
  767. data/docbook-xsl/params/nominal.table.width.xml +30 -0
  768. data/docbook-xsl/params/nongraphical.admonition.properties.xml +41 -0
  769. data/docbook-xsl/params/normal.para.spacing.xml +26 -0
  770. data/docbook-xsl/params/olink.base.uri.xml +35 -0
  771. data/docbook-xsl/params/olink.debug.xml +36 -0
  772. data/docbook-xsl/params/olink.doctitle.xml +146 -0
  773. data/docbook-xsl/params/olink.fragid.xml +23 -0
  774. data/docbook-xsl/params/olink.lang.fallback.sequence.xml +83 -0
  775. data/docbook-xsl/params/olink.outline.ext.xml +28 -0
  776. data/docbook-xsl/params/olink.properties.xml +33 -0
  777. data/docbook-xsl/params/olink.pubid.xml +27 -0
  778. data/docbook-xsl/params/olink.resolver.xml +23 -0
  779. data/docbook-xsl/params/olink.sysid.xml +27 -0
  780. data/docbook-xsl/params/orderedlist.label.properties.xml +26 -0
  781. data/docbook-xsl/params/orderedlist.label.width.xml +28 -0
  782. data/docbook-xsl/params/orderedlist.properties.xml +24 -0
  783. data/docbook-xsl/params/othercredit.like.author.enabled.xml +31 -0
  784. data/docbook-xsl/params/output-root.xml +28 -0
  785. data/docbook-xsl/params/output.indent.xml +32 -0
  786. data/docbook-xsl/params/overlay.js.xml +28 -0
  787. data/docbook-xsl/params/overlay.logo.xml +28 -0
  788. data/docbook-xsl/params/overlay.xml +32 -0
  789. data/docbook-xsl/params/page.height.portrait.xml +69 -0
  790. data/docbook-xsl/params/page.height.xml +37 -0
  791. data/docbook-xsl/params/page.margin.bottom.xml +29 -0
  792. data/docbook-xsl/params/page.margin.inner.xml +35 -0
  793. data/docbook-xsl/params/page.margin.outer.xml +35 -0
  794. data/docbook-xsl/params/page.margin.top.xml +28 -0
  795. data/docbook-xsl/params/page.orientation.xml +32 -0
  796. data/docbook-xsl/params/page.width.portrait.xml +67 -0
  797. data/docbook-xsl/params/page.width.xml +36 -0
  798. data/docbook-xsl/params/pages.template.xml +29 -0
  799. data/docbook-xsl/params/paper.type.xml +71 -0
  800. data/docbook-xsl/params/para.propagates.style.xml +29 -0
  801. data/docbook-xsl/params/part.autolabel.xml +73 -0
  802. data/docbook-xsl/params/passivetex.extensions.xml +37 -0
  803. data/docbook-xsl/params/pgwide.properties.xml +52 -0
  804. data/docbook-xsl/params/phrase.propagates.style.xml +29 -0
  805. data/docbook-xsl/params/pixels.per.inch.xml +31 -0
  806. data/docbook-xsl/params/plus.image.xml +29 -0
  807. data/docbook-xsl/params/points.per.em.xml +29 -0
  808. data/docbook-xsl/params/preface.autolabel.xml +71 -0
  809. data/docbook-xsl/params/prefer.internal.olink.xml +78 -0
  810. data/docbook-xsl/params/preferred.mediaobject.role.xml +40 -0
  811. data/docbook-xsl/params/prev.image.xml +27 -0
  812. data/docbook-xsl/params/procedure.properties.xml +29 -0
  813. data/docbook-xsl/params/process.empty.source.toc.xml +39 -0
  814. data/docbook-xsl/params/process.source.toc.xml +39 -0
  815. data/docbook-xsl/params/profile.arch.xml +39 -0
  816. data/docbook-xsl/params/profile.attribute.xml +34 -0
  817. data/docbook-xsl/params/profile.audience.xml +38 -0
  818. data/docbook-xsl/params/profile.condition.xml +38 -0
  819. data/docbook-xsl/params/profile.conformance.xml +38 -0
  820. data/docbook-xsl/params/profile.lang.xml +38 -0
  821. data/docbook-xsl/params/profile.os.xml +38 -0
  822. data/docbook-xsl/params/profile.revision.xml +38 -0
  823. data/docbook-xsl/params/profile.revisionflag.xml +38 -0
  824. data/docbook-xsl/params/profile.role.xml +54 -0
  825. data/docbook-xsl/params/profile.security.xml +38 -0
  826. data/docbook-xsl/params/profile.separator.xml +27 -0
  827. data/docbook-xsl/params/profile.status.xml +38 -0
  828. data/docbook-xsl/params/profile.userlevel.xml +38 -0
  829. data/docbook-xsl/params/profile.value.xml +41 -0
  830. data/docbook-xsl/params/profile.vendor.xml +38 -0
  831. data/docbook-xsl/params/profile.wordsize.xml +38 -0
  832. data/docbook-xsl/params/punct.honorific.xml +28 -0
  833. data/docbook-xsl/params/qanda.defaultlabel.xml +44 -0
  834. data/docbook-xsl/params/qanda.in.toc.xml +34 -0
  835. data/docbook-xsl/params/qanda.inherit.numeration.xml +30 -0
  836. data/docbook-xsl/params/qanda.nested.in.toc.xml +29 -0
  837. data/docbook-xsl/params/qanda.title.level1.properties.xml +32 -0
  838. data/docbook-xsl/params/qanda.title.level2.properties.xml +32 -0
  839. data/docbook-xsl/params/qanda.title.level3.properties.xml +32 -0
  840. data/docbook-xsl/params/qanda.title.level4.properties.xml +32 -0
  841. data/docbook-xsl/params/qanda.title.level5.properties.xml +32 -0
  842. data/docbook-xsl/params/qanda.title.level6.properties.xml +34 -0
  843. data/docbook-xsl/params/qanda.title.properties.xml +37 -0
  844. data/docbook-xsl/params/qandadiv.autolabel.xml +26 -0
  845. data/docbook-xsl/params/rebuild-all.xml +33 -0
  846. data/docbook-xsl/params/refclass.suppress.xml +28 -0
  847. data/docbook-xsl/params/refentry.date.profile.enabled.xml +46 -0
  848. data/docbook-xsl/params/refentry.date.profile.xml +38 -0
  849. data/docbook-xsl/params/refentry.generate.name.xml +33 -0
  850. data/docbook-xsl/params/refentry.generate.title.xml +33 -0
  851. data/docbook-xsl/params/refentry.manual.fallback.profile.xml +48 -0
  852. data/docbook-xsl/params/refentry.manual.profile.enabled.xml +47 -0
  853. data/docbook-xsl/params/refentry.manual.profile.xml +72 -0
  854. data/docbook-xsl/params/refentry.meta.get.quietly.xml +37 -0
  855. data/docbook-xsl/params/refentry.pagebreak.xml +33 -0
  856. data/docbook-xsl/params/refentry.separator.xml +29 -0
  857. data/docbook-xsl/params/refentry.source.fallback.profile.xml +49 -0
  858. data/docbook-xsl/params/refentry.source.name.profile.enabled.xml +48 -0
  859. data/docbook-xsl/params/refentry.source.name.profile.xml +89 -0
  860. data/docbook-xsl/params/refentry.source.name.suppress.xml +42 -0
  861. data/docbook-xsl/params/refentry.title.properties.xml +59 -0
  862. data/docbook-xsl/params/refentry.version.profile.enabled.xml +47 -0
  863. data/docbook-xsl/params/refentry.version.profile.xml +41 -0
  864. data/docbook-xsl/params/refentry.version.suppress.xml +43 -0
  865. data/docbook-xsl/params/refentry.xref.manvolnum.xml +31 -0
  866. data/docbook-xsl/params/reference.autolabel.xml +67 -0
  867. data/docbook-xsl/params/region.after.extent.xml +29 -0
  868. data/docbook-xsl/params/region.before.extent.xml +29 -0
  869. data/docbook-xsl/params/revhistory.table.cell.properties.xml +28 -0
  870. data/docbook-xsl/params/revhistory.table.properties.xml +28 -0
  871. data/docbook-xsl/params/revhistory.title.properties.xml +28 -0
  872. data/docbook-xsl/params/root.filename.xml +29 -0
  873. data/docbook-xsl/params/root.properties.xml +43 -0
  874. data/docbook-xsl/params/rootid.xml +33 -0
  875. data/docbook-xsl/params/runinhead.default.title.end.punct.xml +27 -0
  876. data/docbook-xsl/params/runinhead.title.end.punct.xml +32 -0
  877. data/docbook-xsl/params/running.foot.properties.xml +34 -0
  878. data/docbook-xsl/params/sans.font.family.xml +29 -0
  879. data/docbook-xsl/params/saxon.callouts.xml +30 -0
  880. data/docbook-xsl/params/saxon.character.representation.xml +38 -0
  881. data/docbook-xsl/params/saxon.linenumbering.xml +32 -0
  882. data/docbook-xsl/params/saxon.tablecolumns.xml +30 -0
  883. data/docbook-xsl/params/script.dir.xml +33 -0
  884. data/docbook-xsl/params/section.autolabel.max.depth.xml +32 -0
  885. data/docbook-xsl/params/section.autolabel.xml +26 -0
  886. data/docbook-xsl/params/section.container.element.xml +62 -0
  887. data/docbook-xsl/params/section.label.includes.component.label.xml +27 -0
  888. data/docbook-xsl/params/section.level1.properties.xml +43 -0
  889. data/docbook-xsl/params/section.level2.properties.xml +43 -0
  890. data/docbook-xsl/params/section.level3.properties.xml +43 -0
  891. data/docbook-xsl/params/section.level4.properties.xml +43 -0
  892. data/docbook-xsl/params/section.level5.properties.xml +43 -0
  893. data/docbook-xsl/params/section.level6.properties.xml +43 -0
  894. data/docbook-xsl/params/section.properties.xml +35 -0
  895. data/docbook-xsl/params/section.title.level1.properties.xml +32 -0
  896. data/docbook-xsl/params/section.title.level2.properties.xml +33 -0
  897. data/docbook-xsl/params/section.title.level3.properties.xml +32 -0
  898. data/docbook-xsl/params/section.title.level4.properties.xml +32 -0
  899. data/docbook-xsl/params/section.title.level5.properties.xml +32 -0
  900. data/docbook-xsl/params/section.title.level6.properties.xml +33 -0
  901. data/docbook-xsl/params/section.title.properties.xml +39 -0
  902. data/docbook-xsl/params/segmentedlist.as.table.xml +28 -0
  903. data/docbook-xsl/params/sequential.links.xml +25 -0
  904. data/docbook-xsl/params/shade.verbatim.style.xml +36 -0
  905. data/docbook-xsl/params/shade.verbatim.xml +30 -0
  906. data/docbook-xsl/params/show.comments.xml +32 -0
  907. data/docbook-xsl/params/show.foil.number.xml +28 -0
  908. data/docbook-xsl/params/show.revisionflag.xml +42 -0
  909. data/docbook-xsl/params/showtoc.image.xml +29 -0
  910. data/docbook-xsl/params/side.float.properties.xml +50 -0
  911. data/docbook-xsl/params/sidebar.float.type.xml +73 -0
  912. data/docbook-xsl/params/sidebar.float.width.xml +35 -0
  913. data/docbook-xsl/params/sidebar.properties.xml +42 -0
  914. data/docbook-xsl/params/sidebar.title.properties.xml +32 -0
  915. data/docbook-xsl/params/simplesect.in.toc.xml +26 -0
  916. data/docbook-xsl/params/slide.font.family.xml +31 -0
  917. data/docbook-xsl/params/slide.title.font.family.xml +31 -0
  918. data/docbook-xsl/params/slides.js.xml +28 -0
  919. data/docbook-xsl/params/slides.properties.xml +31 -0
  920. data/docbook-xsl/params/spacing.paras.xml +30 -0
  921. data/docbook-xsl/params/speakernote.properties.xml +32 -0
  922. data/docbook-xsl/params/subscript.properties.xml +29 -0
  923. data/docbook-xsl/params/superscript.properties.xml +29 -0
  924. data/docbook-xsl/params/suppress.footer.navigation.xml +26 -0
  925. data/docbook-xsl/params/suppress.header.navigation.xml +27 -0
  926. data/docbook-xsl/params/suppress.homepage.title.xml +25 -0
  927. data/docbook-xsl/params/suppress.navigation.xml +28 -0
  928. data/docbook-xsl/params/symbol.font.family.xml +45 -0
  929. data/docbook-xsl/params/table.borders.with.css.xml +28 -0
  930. data/docbook-xsl/params/table.cell.border.color.xml +39 -0
  931. data/docbook-xsl/params/table.cell.border.style.xml +42 -0
  932. data/docbook-xsl/params/table.cell.border.thickness.xml +35 -0
  933. data/docbook-xsl/params/table.cell.padding.xml +32 -0
  934. data/docbook-xsl/params/table.entry.padding.xml +27 -0
  935. data/docbook-xsl/params/table.footnote.number.format.xml +33 -0
  936. data/docbook-xsl/params/table.footnote.number.symbols.xml +39 -0
  937. data/docbook-xsl/params/table.footnote.properties.xml +39 -0
  938. data/docbook-xsl/params/table.frame.border.color.xml +28 -0
  939. data/docbook-xsl/params/table.frame.border.style.xml +37 -0
  940. data/docbook-xsl/params/table.frame.border.thickness.xml +27 -0
  941. data/docbook-xsl/params/table.properties.xml +34 -0
  942. data/docbook-xsl/params/table.spacer.image.xml +26 -0
  943. data/docbook-xsl/params/table.table.properties.xml +36 -0
  944. data/docbook-xsl/params/tablecolumns.extension.xml +30 -0
  945. data/docbook-xsl/params/target.database.document.xml +37 -0
  946. data/docbook-xsl/params/targets.filename.xml +32 -0
  947. data/docbook-xsl/params/template.xml +27 -0
  948. data/docbook-xsl/params/tex.math.delims.xml +47 -0
  949. data/docbook-xsl/params/tex.math.file.xml +42 -0
  950. data/docbook-xsl/params/tex.math.in.alt.xml +83 -0
  951. data/docbook-xsl/params/text.home.xml +27 -0
  952. data/docbook-xsl/params/text.next.xml +27 -0
  953. data/docbook-xsl/params/text.prev.xml +27 -0
  954. data/docbook-xsl/params/text.toc.xml +27 -0
  955. data/docbook-xsl/params/text.up.xml +27 -0
  956. data/docbook-xsl/params/textbgcolor.xml +26 -0
  957. data/docbook-xsl/params/textdata.default.encoding.xml +32 -0
  958. data/docbook-xsl/params/textinsert.extension.xml +62 -0
  959. data/docbook-xsl/params/title.font.family.xml +33 -0
  960. data/docbook-xsl/params/title.margin.left.xml +64 -0
  961. data/docbook-xsl/params/titlefoil.html.xml +27 -0
  962. data/docbook-xsl/params/toc.bg.color.xml +27 -0
  963. data/docbook-xsl/params/toc.blank.graphic.xml +28 -0
  964. data/docbook-xsl/params/toc.blank.image.xml +27 -0
  965. data/docbook-xsl/params/toc.blank.text.xml +27 -0
  966. data/docbook-xsl/params/toc.hide.show.xml +33 -0
  967. data/docbook-xsl/params/toc.html.xml +27 -0
  968. data/docbook-xsl/params/toc.image.xml +27 -0
  969. data/docbook-xsl/params/toc.indent.width.xml +34 -0
  970. data/docbook-xsl/params/toc.line.properties.xml +42 -0
  971. data/docbook-xsl/params/toc.list.type.xml +30 -0
  972. data/docbook-xsl/params/toc.margin.properties.xml +33 -0
  973. data/docbook-xsl/params/toc.max.depth.xml +25 -0
  974. data/docbook-xsl/params/toc.pointer.graphic.xml +28 -0
  975. data/docbook-xsl/params/toc.pointer.image.xml +27 -0
  976. data/docbook-xsl/params/toc.pointer.text.xml +27 -0
  977. data/docbook-xsl/params/toc.row.height.xml +33 -0
  978. data/docbook-xsl/params/toc.section.depth.xml +28 -0
  979. data/docbook-xsl/params/toc.spacer.graphic.xml +28 -0
  980. data/docbook-xsl/params/toc.spacer.image.xml +27 -0
  981. data/docbook-xsl/params/toc.spacer.text.xml +27 -0
  982. data/docbook-xsl/params/toc.width.xml +28 -0
  983. data/docbook-xsl/params/ua.js.xml +28 -0
  984. data/docbook-xsl/params/ulink.footnotes.xml +34 -0
  985. data/docbook-xsl/params/ulink.hyphenate.chars.xml +37 -0
  986. data/docbook-xsl/params/ulink.hyphenate.xml +35 -0
  987. data/docbook-xsl/params/ulink.show.xml +37 -0
  988. data/docbook-xsl/params/ulink.target.xml +29 -0
  989. data/docbook-xsl/params/up.image.xml +27 -0
  990. data/docbook-xsl/params/use.embed.for.svg.xml +33 -0
  991. data/docbook-xsl/params/use.extensions.xml +31 -0
  992. data/docbook-xsl/params/use.id.as.filename.xml +30 -0
  993. data/docbook-xsl/params/use.id.function.xml +32 -0
  994. data/docbook-xsl/params/use.local.olink.style.xml +28 -0
  995. data/docbook-xsl/params/use.role.as.xrefstyle.xml +93 -0
  996. data/docbook-xsl/params/use.role.for.mediaobject.xml +56 -0
  997. data/docbook-xsl/params/use.svg.xml +30 -0
  998. data/docbook-xsl/params/variablelist.as.blocks.xml +62 -0
  999. data/docbook-xsl/params/variablelist.as.table.xml +54 -0
  1000. data/docbook-xsl/params/variablelist.max.termlength.xml +46 -0
  1001. data/docbook-xsl/params/variablelist.term.break.after.xml +39 -0
  1002. data/docbook-xsl/params/variablelist.term.separator.xml +40 -0
  1003. data/docbook-xsl/params/verbatim.properties.xml +38 -0
  1004. data/docbook-xsl/params/wordml.template.xml +29 -0
  1005. data/docbook-xsl/params/writing.mode.xml +84 -0
  1006. data/docbook-xsl/params/xbCollapsibleLists.js.xml +28 -0
  1007. data/docbook-xsl/params/xbDOM.js.xml +28 -0
  1008. data/docbook-xsl/params/xbLibrary.js.xml +28 -0
  1009. data/docbook-xsl/params/xbStyle.js.xml +28 -0
  1010. data/docbook-xsl/params/xep.extensions.xml +31 -0
  1011. data/docbook-xsl/params/xep.index.item.properties.xml +36 -0
  1012. data/docbook-xsl/params/xref.label-page.separator.xml +38 -0
  1013. data/docbook-xsl/params/xref.label-title.separator.xml +36 -0
  1014. data/docbook-xsl/params/xref.properties.xml +29 -0
  1015. data/docbook-xsl/params/xref.title-page.separator.xml +36 -0
  1016. data/docbook-xsl/params/xref.with.number.and.title.xml +30 -0
  1017. data/docbook-xsl/profiling/profile-mode.xsl +239 -0
  1018. data/docbook-xsl/profiling/profile.xsl +49 -0
  1019. data/docbook-xsl/profiling/strip-attributes.xsl +27 -0
  1020. data/docbook-xsl/profiling/xsl2profile.xsl +159 -0
  1021. data/docbook-xsl/roundtrip/blocks-spec.xml +11 -0
  1022. data/docbook-xsl/roundtrip/blocks2dbk.dtd +76 -0
  1023. data/docbook-xsl/roundtrip/blocks2dbk.xsl +1732 -0
  1024. data/docbook-xsl/roundtrip/dbk2ooo.xsl +178 -0
  1025. data/docbook-xsl/roundtrip/dbk2pages.xsl +441 -0
  1026. data/docbook-xsl/roundtrip/dbk2wordml.xsl +401 -0
  1027. data/docbook-xsl/roundtrip/dbk2wp.xsl +1375 -0
  1028. data/docbook-xsl/roundtrip/normalise-common.xsl +39 -0
  1029. data/docbook-xsl/roundtrip/normalise2sections.xsl +1270 -0
  1030. data/docbook-xsl/roundtrip/pages2normalise.xsl +351 -0
  1031. data/docbook-xsl/roundtrip/param.xml +105 -0
  1032. data/docbook-xsl/roundtrip/param.xsl +18 -0
  1033. data/docbook-xsl/roundtrip/sections-spec.xml +38 -0
  1034. data/docbook-xsl/roundtrip/sections2blocks.xsl +263 -0
  1035. data/docbook-xsl/roundtrip/specifications.xml +1420 -0
  1036. data/docbook-xsl/roundtrip/template-pages.xml +2 -0
  1037. data/docbook-xsl/roundtrip/template.dot +0 -0
  1038. data/docbook-xsl/roundtrip/template.xml +3 -0
  1039. data/docbook-xsl/roundtrip/wordml2normalise.xsl +445 -0
  1040. data/docbook-xsl/template/titlepage.xml +478 -0
  1041. data/docbook-xsl/template/titlepage.xsl +1280 -0
  1042. data/docbook-xsl/tests/refentry.007.ns.xml +325 -0
  1043. data/docbook-xsl/tests/refentry.007.xml +340 -0
  1044. data/docbook-xsl/tools/bin/docbook-xsl-update +53 -0
  1045. data/docbook-xsl/tools/make/Makefile.DocBook +698 -0
  1046. data/docbook-xsl/tools/make/Makefile.combine +182 -0
  1047. data/docbook-xsl/tools/make/Makefile.docParam +59 -0
  1048. data/docbook-xsl/xhtml/admon.xsl +133 -0
  1049. data/docbook-xsl/xhtml/annotations.xsl +158 -0
  1050. data/docbook-xsl/xhtml/autoidx-kimber.xsl +139 -0
  1051. data/docbook-xsl/xhtml/autoidx-kosek.xsl +109 -0
  1052. data/docbook-xsl/xhtml/autoidx-ng.xsl +21 -0
  1053. data/docbook-xsl/xhtml/autoidx.xsl +588 -0
  1054. data/docbook-xsl/xhtml/autotoc.xsl +632 -0
  1055. data/docbook-xsl/xhtml/biblio-iso690.xsl +1300 -0
  1056. data/docbook-xsl/xhtml/biblio.xsl +1234 -0
  1057. data/docbook-xsl/xhtml/block.xsl +432 -0
  1058. data/docbook-xsl/xhtml/callout.xsl +188 -0
  1059. data/docbook-xsl/xhtml/changebars.xsl +78 -0
  1060. data/docbook-xsl/xhtml/chunk-changebars.xsl +96 -0
  1061. data/docbook-xsl/xhtml/chunk-code.xsl +639 -0
  1062. data/docbook-xsl/xhtml/chunk-common.xsl +1552 -0
  1063. data/docbook-xsl/xhtml/chunk.xsl +52 -0
  1064. data/docbook-xsl/xhtml/chunker.xsl +302 -0
  1065. data/docbook-xsl/xhtml/chunkfast.xsl +69 -0
  1066. data/docbook-xsl/xhtml/chunktoc.xsl +462 -0
  1067. data/docbook-xsl/xhtml/component.xsl +375 -0
  1068. data/docbook-xsl/xhtml/division.xsl +228 -0
  1069. data/docbook-xsl/xhtml/docbook.xsl +447 -0
  1070. data/docbook-xsl/xhtml/ebnf.xsl +328 -0
  1071. data/docbook-xsl/xhtml/footnote.xsl +301 -0
  1072. data/docbook-xsl/xhtml/formal.xsl +387 -0
  1073. data/docbook-xsl/xhtml/glossary.xsl +548 -0
  1074. data/docbook-xsl/xhtml/graphics.xsl +1436 -0
  1075. data/docbook-xsl/xhtml/highlight.xsl +70 -0
  1076. data/docbook-xsl/xhtml/html-rtf.xsl +321 -0
  1077. data/docbook-xsl/xhtml/html.xsl +263 -0
  1078. data/docbook-xsl/xhtml/htmltbl.xsl +57 -0
  1079. data/docbook-xsl/xhtml/index.xsl +224 -0
  1080. data/docbook-xsl/xhtml/info.xsl +44 -0
  1081. data/docbook-xsl/xhtml/inline.xsl +1457 -0
  1082. data/docbook-xsl/xhtml/keywords.xsl +36 -0
  1083. data/docbook-xsl/xhtml/lists.xsl +1081 -0
  1084. data/docbook-xsl/xhtml/maketoc.xsl +91 -0
  1085. data/docbook-xsl/xhtml/manifest.xsl +22 -0
  1086. data/docbook-xsl/xhtml/math.xsl +284 -0
  1087. data/docbook-xsl/xhtml/oldchunker.xsl +176 -0
  1088. data/docbook-xsl/xhtml/onechunk.xsl +36 -0
  1089. data/docbook-xsl/xhtml/param.xsl +424 -0
  1090. data/docbook-xsl/xhtml/pi.xsl +1203 -0
  1091. data/docbook-xsl/xhtml/profile-chunk-code.xsl +611 -0
  1092. data/docbook-xsl/xhtml/profile-chunk.xsl +52 -0
  1093. data/docbook-xsl/xhtml/profile-docbook.xsl +409 -0
  1094. data/docbook-xsl/xhtml/profile-onechunk.xsl +36 -0
  1095. data/docbook-xsl/xhtml/qandaset.xsl +371 -0
  1096. data/docbook-xsl/xhtml/refentry.xsl +309 -0
  1097. data/docbook-xsl/xhtml/sections.xsl +554 -0
  1098. data/docbook-xsl/xhtml/synop.xsl +1508 -0
  1099. data/docbook-xsl/xhtml/table.xsl +1102 -0
  1100. data/docbook-xsl/xhtml/task.xsl +73 -0
  1101. data/docbook-xsl/xhtml/titlepage.templates.xsl +3622 -0
  1102. data/docbook-xsl/xhtml/titlepage.xsl +1015 -0
  1103. data/docbook-xsl/xhtml/toc.xsl +159 -0
  1104. data/docbook-xsl/xhtml/verbatim.xsl +354 -0
  1105. data/docbook-xsl/xhtml/xref.xsl +1288 -0
  1106. data/example/LICENSE +22 -0
  1107. data/example/book/big.asc +5604 -0
  1108. data/example/book/book.asc +62 -0
  1109. data/example/book/holmes.asc +12983 -0
  1110. data/example/book/image/octocat_professor.png +0 -0
  1111. data/example/book/include/hello.c +10 -0
  1112. data/example/output/META-INF/container.xml +6 -0
  1113. data/example/output/OEBPS/ar01s02.html +15 -0
  1114. data/example/output/OEBPS/ar01s03.html +3 -0
  1115. data/example/output/OEBPS/content.opf +21 -0
  1116. data/example/output/OEBPS/index.html +5 -0
  1117. data/example/output/OEBPS/toc.ncx +37 -0
  1118. data/example/output/a_case_of_identity.html +725 -0
  1119. data/example/output/a_example_appendix.html +63 -0
  1120. data/example/output/a_migration_notes.html +95 -0
  1121. data/example/output/apa.html +20 -0
  1122. data/example/output/apb.html +6 -0
  1123. data/example/output/apc.html +24 -0
  1124. data/example/output/apd.html +30 -0
  1125. data/example/output/ape.html +26 -0
  1126. data/example/output/apf.html +9 -0
  1127. data/example/output/apg.html +42 -0
  1128. data/example/output/aph.html +89 -0
  1129. data/example/output/ar01s02.html +12 -0
  1130. data/example/output/ar01s03.html +34 -0
  1131. data/example/output/ar01s04.html +77 -0
  1132. data/example/output/ar01s05.html +272 -0
  1133. data/example/output/ar01s06.html +35 -0
  1134. data/example/output/ar01s07.html +105 -0
  1135. data/example/output/ar01s08.html +33 -0
  1136. data/example/output/ar01s09.html +12 -0
  1137. data/example/output/ar01s10.html +14 -0
  1138. data/example/output/ar01s11.html +34 -0
  1139. data/example/output/ar01s12.html +63 -0
  1140. data/example/output/ar01s13.html +156 -0
  1141. data/example/output/ar01s14.html +330 -0
  1142. data/example/output/ar01s15.html +22 -0
  1143. data/example/output/ar01s16.html +27 -0
  1144. data/example/output/ar01s17.html +94 -0
  1145. data/example/output/ar01s18.html +359 -0
  1146. data/example/output/ar01s19.html +373 -0
  1147. data/example/output/ar01s20.html +27 -0
  1148. data/example/output/ar01s21.html +33 -0
  1149. data/example/output/ar01s22.html +351 -0
  1150. data/example/output/ar01s23.html +21 -0
  1151. data/example/output/ar01s24.html +69 -0
  1152. data/example/output/ar01s25.html +60 -0
  1153. data/example/output/ar01s26.html +217 -0
  1154. data/example/output/ar01s27.html +88 -0
  1155. data/example/output/ar01s28.html +237 -0
  1156. data/example/output/ar01s29.html +68 -0
  1157. data/example/output/ar01s30.html +154 -0
  1158. data/example/output/ar01s31.html +6 -0
  1159. data/example/output/ar01s32.html +22 -0
  1160. data/example/output/ar01s33.html +209 -0
  1161. data/example/output/asciidoc_backends.html +190 -0
  1162. data/example/output/asciidoc_document_types.html +131 -0
  1163. data/example/output/attribute_entries.html +185 -0
  1164. data/example/output/attribute_lists.html +157 -0
  1165. data/example/output/attribute_references.html +414 -0
  1166. data/example/output/attributelist_element.html +143 -0
  1167. data/example/output/b_packager_notes.html +68 -0
  1168. data/example/output/bi01.html +18 -0
  1169. data/example/output/big.asc +5604 -0
  1170. data/example/output/block_element_definitions.html +448 -0
  1171. data/example/output/block_titles.html +83 -0
  1172. data/example/output/blockid_element.html +80 -0
  1173. data/example/output/book.asc +5604 -0
  1174. data/example/output/book.epub +0 -0
  1175. data/example/output/book.fo +3788 -0
  1176. data/example/output/book.html +8793 -0
  1177. data/example/output/book.xml +8265 -0
  1178. data/example/output/c_asciidoc_safe_mode.html +105 -0
  1179. data/example/output/callouts.html +214 -0
  1180. data/example/output/catalog +10 -0
  1181. data/example/output/colophon.html +397 -0
  1182. data/example/output/configuration_files.html +672 -0
  1183. data/example/output/converting_docbook_to_other_file_formats.html +324 -0
  1184. data/example/output/d_using_asciidoc_with_non-english_languages.html +107 -0
  1185. data/example/output/delimited_blocks.html +455 -0
  1186. data/example/output/document_attributes.html +95 -0
  1187. data/example/output/document_processing.html +116 -0
  1188. data/example/output/document_structure.html +493 -0
  1189. data/example/output/e_vim_syntax_highlighter.html +111 -0
  1190. data/example/output/example_bibliography.html +82 -0
  1191. data/example/output/example_colophon.html +58 -0
  1192. data/example/output/example_glossary.html +73 -0
  1193. data/example/output/example_index.html +108 -0
  1194. data/example/output/f_attribute_options.html +129 -0
  1195. data/example/output/filters.html +179 -0
  1196. data/example/output/footnotes.html +103 -0
  1197. data/example/output/g_diagnostics.html +148 -0
  1198. data/example/output/generating_plain_text_files.html +68 -0
  1199. data/example/output/getting_started.html +87 -0
  1200. data/example/output/glossary.html +95 -0
  1201. data/example/output/go01.html +24 -0
  1202. data/example/output/h_backend_attributes.html +308 -0
  1203. data/example/output/help_commands.html +96 -0
  1204. data/example/output/holmes.asc +12983 -0
  1205. data/example/output/image/octocat_professor.png +0 -0
  1206. data/example/output/include/hello.c +10 -0
  1207. data/example/output/index.html +656 -0
  1208. data/example/output/indexes.html +104 -0
  1209. data/example/output/intrinsic_attributes.html +165 -0
  1210. data/example/output/ix01.html +3 -0
  1211. data/example/output/lists.html +666 -0
  1212. data/example/output/macros.html +737 -0
  1213. data/example/output/manpage_documents.html +124 -0
  1214. data/example/output/master.css +281 -0
  1215. data/example/output/mathematical_formulas.html +125 -0
  1216. data/example/output/page.html +60 -0
  1217. data/example/output/paragraphs.html +192 -0
  1218. data/example/output/pr01.html +3 -0
  1219. data/example/output/source_code_highlighting.html +59 -0
  1220. data/example/output/stylesheets/handbookish-quirks.css +0 -0
  1221. data/example/output/stylesheets/handbookish.css +233 -0
  1222. data/example/output/tables.html +797 -0
  1223. data/example/output/text_formatting.html +273 -0
  1224. data/example/output/the_adventure_of_the_beryl_coronet.html +968 -0
  1225. data/example/output/the_adventure_of_the_blue_carbuncle.html +825 -0
  1226. data/example/output/the_adventure_of_the_copper_beeches.html +998 -0
  1227. data/example/output/the_adventure_of_the_engineer_s_thumb.html +851 -0
  1228. data/example/output/the_adventure_of_the_noble_bachelor.html +861 -0
  1229. data/example/output/the_adventure_of_the_speckled_band.html +1015 -0
  1230. data/example/output/the_boscombe_valley_mystery.html +974 -0
  1231. data/example/output/the_first_chapter.html +110 -0
  1232. data/example/output/the_five_orange_pips.html +776 -0
  1233. data/example/output/the_man_with_the_twisted_lip.html +946 -0
  1234. data/example/output/the_red-headed_league.html +950 -0
  1235. data/example/output/the_second_chapter.html +95 -0
  1236. data/example/output/the_third_chapter.html +58 -0
  1237. data/example/output/tips_and_tricks.html +452 -0
  1238. data/example/output/title.html +120 -0
  1239. data/example/output/titles.html +126 -0
  1240. data/example/site/index.html +12 -0
  1241. data/example/site/page.html +8 -0
  1242. data/site/default/index.html +43 -0
  1243. data/site/default/master.css +281 -0
  1244. data/site/default/page.html +60 -0
  1245. data/stylesheets/handbookish-quirks.css +0 -0
  1246. data/stylesheets/handbookish.css +233 -0
  1247. data/template/LICENSE +1 -0
  1248. data/template/README.asciidoc +9 -0
  1249. data/template/book/book.asc +58 -0
  1250. data/template/book/chapter2.asc +8 -0
  1251. data/template/book/image/octocat_professor.png +0 -0
  1252. data/template/book/include/hello.c +10 -0
  1253. metadata +1255 -3
@@ -0,0 +1,861 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <link rel="stylesheet" href="master.css" type="text/css" />
6
+ <title>The Adventure of the Noble Bachelor</title>
7
+ </head>
8
+
9
+ <body>
10
+ <div class="nav" id="navheader">
11
+ <table width="100%">
12
+ <tr><td width="33%" align="left">
13
+
14
+ <a href="the_adventure_of_the_engineer_s_thumb.html">Prev</a><br/>
15
+ The Adventure of the Engineer’s Thumb
16
+
17
+ </td><td width="33%" align="center">
18
+
19
+ <a href="index.html">Home</a><br/>
20
+ <strong>The Adventures of Sherlock Holmes</strong>
21
+
22
+ </td><td width="33%" align="right">
23
+
24
+ <a href="the_adventure_of_the_beryl_coronet.html">Next</a><br/>
25
+ The Adventure of the Beryl Coronet
26
+
27
+ </td></tr>
28
+ </table>
29
+ </div>
30
+
31
+ <hr/>
32
+
33
+ <div class="content">
34
+ <div class="section" lang="en" xml:lang="en">
35
+ <div class="titlepage"><div><div><h2 class="title" style="clear: both">
36
+ <a id="_the_adventure_of_the_noble_bachelor"></a>The Adventure of the Noble Bachelor</h2></div></div></div>
37
+ <p>The Lord St. Simon marriage, and its curious termination, have
38
+ long ceased to be a subject of interest in those exalted circles
39
+ in which the unfortunate bridegroom moves. Fresh scandals have
40
+ eclipsed it, and their more piquant details have drawn the
41
+ gossips away from this four-year-old drama. As I have reason to
42
+ believe, however, that the full facts have never been revealed to
43
+ the general public, and as my friend Sherlock Holmes had a
44
+ considerable share in clearing the matter up, I feel that no
45
+ memoir of him would be complete without some little sketch of
46
+ this remarkable episode.</p>
47
+ <p>It was a few weeks before my own marriage, during the days when I
48
+ was still sharing rooms with Holmes in Baker Street, that he came
49
+ home from an afternoon stroll to find a letter on the table
50
+ waiting for him. I had remained indoors all day, for the weather
51
+ had taken a sudden turn to rain, with high autumnal winds, and
52
+ the Jezail bullet which I had brought back in one of my limbs as
53
+ a relic of my Afghan campaign throbbed with dull persistence.
54
+ With my body in one easy-chair and my legs upon another, I had
55
+ surrounded myself with a cloud of newspapers until at last,
56
+ saturated with the news of the day, I tossed them all aside and
57
+ lay listless, watching the huge crest and monogram upon the
58
+ envelope upon the table and wondering lazily who my friend’s
59
+ noble correspondent could be.</p>
60
+ <p>"Here is a very fashionable epistle," I remarked as he entered.
61
+ "Your morning letters, if I remember right, were from a
62
+ fish-monger and a tide-waiter."</p>
63
+ <p>"Yes, my correspondence has certainly the charm of variety," he
64
+ answered, smiling, "and the humbler are usually the more
65
+ interesting. This looks like one of those unwelcome social
66
+ summonses which call upon a man either to be bored or to lie."</p>
67
+ <p>He broke the seal and glanced over the contents.</p>
68
+ <p>"Oh, come, it may prove to be something of interest, after all."</p>
69
+ <p>"Not social, then?"</p>
70
+ <p>"No, distinctly professional."</p>
71
+ <p>"And from a noble client?"</p>
72
+ <p>"One of the highest in England."</p>
73
+ <p>"My dear fellow, I congratulate you."</p>
74
+ <p>"I assure you, Watson, without affectation, that the status of my
75
+ client is a matter of less moment to me than the interest of his
76
+ case. It is just possible, however, that that also may not be
77
+ wanting in this new investigation. You have been reading the
78
+ papers diligently of late, have you not?"</p>
79
+ <p>"It looks like it," said I ruefully, pointing to a huge bundle in
80
+ the corner. "I have had nothing else to do."</p>
81
+ <p>"It is fortunate, for you will perhaps be able to post me up. I
82
+ read nothing except the criminal news and the agony column. The
83
+ latter is always instructive. But if you have followed recent
84
+ events so closely you must have read about Lord St. Simon and his
85
+ wedding?"</p>
86
+ <p>"Oh, yes, with the deepest interest."</p>
87
+ <p>"That is well. The letter which I hold in my hand is from Lord
88
+ St. Simon. I will read it to you, and in return you must turn
89
+ over these papers and let me have whatever bears upon the matter.
90
+ This is what he says:</p>
91
+ <p>"<span class="emphasis"><em>MY DEAR MR. SHERLOCK HOLMES:--Lord Backwater tells me that I
92
+ may place implicit reliance upon your judgment and discretion. I
93
+ have determined, therefore, to call upon you and to consult you
94
+ in reference to the very painful event which has occurred in
95
+ connection with my wedding. Mr. Lestrade, of Scotland Yard, is
96
+ acting already in the matter, but he assures me that he sees no
97
+ objection to your co-operation, and that he even thinks that
98
+ it might be of some assistance. I will call at four o’clock in
99
+ the afternoon, and, should you have any other engagement at that
100
+ time, I hope that you will postpone it, as this matter is of
101
+ paramount importance. Yours faithfully, ST. SIMON.</em></span></p>
102
+ <p>"It is dated from Grosvenor Mansions, written with a quill pen,
103
+ and the noble lord has had the misfortune to get a smear of ink
104
+ upon the outer side of his right little finger," remarked Holmes
105
+ as he folded up the epistle.</p>
106
+ <p>"He says four o’clock. It is three now. He will be here in an
107
+ hour."</p>
108
+ <p>"Then I have just time, with your assistance, to get clear upon
109
+ the subject. Turn over those papers and arrange the extracts in
110
+ their order of time, while I take a glance as to who our client
111
+ is." He picked a red-covered volume from a line of books of
112
+ reference beside the mantelpiece. "Here he is," said he, sitting
113
+ down and flattening it out upon his knee. "<span class="emphasis"><em>Lord Robert Walsingham
114
+ de Vere St. Simon, second son of the Duke of Balmoral.</em></span> Hum! <span class="emphasis"><em>Arms:
115
+ Azure, three caltrops in chief over a fess sable. Born in 1846.</em></span>
116
+ He’s forty-one years of age, which is mature for marriage. Was
117
+ Under-Secretary for the colonies in a late administration. The
118
+ Duke, his father, was at one time Secretary for Foreign Affairs.
119
+ They inherit Plantagenet blood by direct descent, and Tudor on
120
+ the distaff side. Ha! Well, there is nothing very instructive in
121
+ all this. I think that I must turn to you Watson, for something
122
+ more solid."</p>
123
+ <p>"I have very little difficulty in finding what I want," said I,
124
+ "for the facts are quite recent, and the matter struck me as
125
+ remarkable. I feared to refer them to you, however, as I knew
126
+ that you had an inquiry on hand and that you disliked the
127
+ intrusion of other matters."</p>
128
+ <p>"Oh, you mean the little problem of the Grosvenor Square
129
+ furniture van. That is quite cleared up now—though, indeed, it
130
+ was obvious from the first. Pray give me the results of your
131
+ newspaper selections."</p>
132
+ <p>"Here is the first notice which I can find. It is in the personal
133
+ column of the Morning Post, and dates, as you see, some weeks
134
+ back: <span class="emphasis"><em>A marriage has been arranged,</em></span> it says, <span class="emphasis"><em>and will, if
135
+ rumour is correct, very shortly take place, between Lord Robert
136
+ St. Simon, second son of the Duke of Balmoral, and Miss Hatty
137
+ Doran, the only daughter of Aloysius Doran. Esq., of San
138
+ Francisco, Cal., U.S.A.</em></span> That is all."</p>
139
+ <p>"Terse and to the point," remarked Holmes, stretching his long,
140
+ thin legs towards the fire.</p>
141
+ <p>"There was a paragraph amplifying this in one of the society
142
+ papers of the same week. Ah, here it is: <span class="emphasis"><em>There will soon be a
143
+ call for protection in the marriage market, for the present
144
+ free-trade principle appears to tell heavily against our home
145
+ product. One by one the management of the noble houses of Great
146
+ Britain is passing into the hands of our fair cousins from across
147
+ the Atlantic. An important addition has been made during the last
148
+ week to the list of the prizes which have been borne away by
149
+ these charming invaders. Lord St. Simon, who has shown himself
150
+ for over twenty years proof against the little god’s arrows, has
151
+ now definitely announced his approaching marriage with Miss Hatty
152
+ Doran, the fascinating daughter of a California millionaire. Miss
153
+ Doran, whose graceful figure and striking face attracted much
154
+ attention at the Westbury House festivities, is an only child,
155
+ and it is currently reported that her dowry will run to
156
+ considerably over the six figures, with expectancies for the
157
+ future. As it is an open secret that the Duke of Balmoral has
158
+ been compelled to sell his pictures within the last few years,
159
+ and as Lord St. Simon has no property of his own save the small
160
+ estate of Birchmoor, it is obvious that the Californian heiress
161
+ is not the only gainer by an alliance which will enable her to
162
+ make the easy and common transition from a Republican lady to a
163
+ British peeress.</em></span>"</p>
164
+ <p>"Anything else?" asked Holmes, yawning.</p>
165
+ <p>"Oh, yes; plenty. Then there is another note in the Morning Post
166
+ to say that the marriage would be an absolutely quiet one, that it
167
+ would be at St. George’s, Hanover Square, that only half a dozen
168
+ intimate friends would be invited, and that the party would
169
+ return to the furnished house at Lancaster Gate which has been
170
+ taken by Mr. Aloysius Doran. Two days later—that is, on
171
+ Wednesday last—there is a curt announcement that the wedding had
172
+ taken place, and that the honeymoon would be passed at Lord
173
+ Backwater’s place, near Petersfield. Those are all the notices
174
+ which appeared before the disappearance of the bride."</p>
175
+ <p>"Before the what?" asked Holmes with a start.</p>
176
+ <p>"The vanishing of the lady."</p>
177
+ <p>"When did she vanish, then?"</p>
178
+ <p>"At the wedding breakfast."</p>
179
+ <p>"Indeed. This is more interesting than it promised to be; quite
180
+ dramatic, in fact."</p>
181
+ <p>"Yes; it struck me as being a little out of the common."</p>
182
+ <p>"They often vanish before the ceremony, and occasionally during
183
+ the honeymoon; but I cannot call to mind anything quite so prompt
184
+ as this. Pray let me have the details."</p>
185
+ <p>"I warn you that they are very incomplete."</p>
186
+ <p>"Perhaps we may make them less so."</p>
187
+ <p>"Such as they are, they are set forth in a single article of a
188
+ morning paper of yesterday, which I will read to you. It is
189
+ headed, <span class="emphasis"><em>Singular Occurrence at a Fashionable Wedding</em></span>:</p>
190
+ <p>"'The family of Lord Robert St. Simon has been thrown into the
191
+ greatest consternation by the strange and painful episodes which
192
+ have taken place in connection with his wedding. The ceremony, as
193
+ shortly announced in the papers of yesterday, occurred on the
194
+ previous morning; but it is only now that it has been possible to
195
+ confirm the strange rumours which have been so persistently
196
+ floating about. In spite of the attempts of the friends to hush
197
+ the matter up, so much public attention has now been drawn to it
198
+ that no good purpose can be served by affecting to disregard what
199
+ is a common subject for conversation.</p>
200
+ <p>"<span class="emphasis"><em>The ceremony, which was performed at St. George’s, Hanover
201
+ Square, was a very quiet one, no one being present save the
202
+ father of the bride, Mr. Aloysius Doran, the Duchess of Balmoral,
203
+ Lord Backwater, Lord Eustace and Lady Clara St. Simon (the
204
+ younger brother and sister of the bridegroom), and Lady Alicia
205
+ Whittington. The whole party proceeded afterwards to the house of
206
+ Mr. Aloysius Doran, at Lancaster Gate, where breakfast had been
207
+ prepared. It appears that some little trouble was caused by a
208
+ woman, whose name has not been ascertained, who endeavoured to
209
+ force her way into the house after the bridal party, alleging
210
+ that she had some claim upon Lord St. Simon. It was only after a
211
+ painful and prolonged scene that she was ejected by the butler
212
+ and the footman. The bride, who had fortunately entered the house
213
+ before this unpleasant interruption, had sat down to breakfast
214
+ with the rest, when she complained of a sudden indisposition and
215
+ retired to her room. Her prolonged absence having caused some
216
+ comment, her father followed her, but learned from her maid that
217
+ she had only come up to her chamber for an instant, caught up an
218
+ ulster and bonnet, and hurried down to the passage. One of the
219
+ footmen declared that he had seen a lady leave the house thus
220
+ apparelled, but had refused to credit that it was his mistress,
221
+ believing her to be with the company. On ascertaining that his
222
+ daughter had disappeared, Mr. Aloysius Doran, in conjunction with
223
+ the bridegroom, instantly put themselves in communication with
224
+ the police, and very energetic inquiries are being made, which
225
+ will probably result in a speedy clearing up of this very
226
+ singular business. Up to a late hour last night, however, nothing
227
+ had transpired as to the whereabouts of the missing lady. There
228
+ are rumours of foul play in the matter, and it is said that the
229
+ police have caused the arrest of the woman who had caused the
230
+ original disturbance, in the belief that, from jealousy or some
231
+ other motive, she may have been concerned in the strange
232
+ disappearance of the bride.</em></span>"</p>
233
+ <p>"And is that all?"</p>
234
+ <p>"Only one little item in another of the morning papers, but it is
235
+ a suggestive one."</p>
236
+ <p>"And it is--"</p>
237
+ <p>"That Miss Flora Millar, the lady who had caused the disturbance,
238
+ has actually been arrested. It appears that she was formerly a
239
+ danseuse at the Allegro, and that she has known the bridegroom
240
+ for some years. There are no further particulars, and the whole
241
+ case is in your hands now—so far as it has been set forth in the
242
+ public press."</p>
243
+ <p>"And an exceedingly interesting case it appears to be. I would
244
+ not have missed it for worlds. But there is a ring at the bell,
245
+ Watson, and as the clock makes it a few minutes after four, I
246
+ have no doubt that this will prove to be our noble client. Do not
247
+ dream of going, Watson, for I very much prefer having a witness,
248
+ if only as a check to my own memory."</p>
249
+ <p>"Lord Robert St. Simon," announced our page-boy, throwing open
250
+ the door. A gentleman entered, with a pleasant, cultured face,
251
+ high-nosed and pale, with something perhaps of petulance about
252
+ the mouth, and with the steady, well-opened eye of a man whose
253
+ pleasant lot it had ever been to command and to be obeyed. His
254
+ manner was brisk, and yet his general appearance gave an undue
255
+ impression of age, for he had a slight forward stoop and a little
256
+ bend of the knees as he walked. His hair, too, as he swept off
257
+ his very curly-brimmed hat, was grizzled round the edges and thin
258
+ upon the top. As to his dress, it was careful to the verge of
259
+ foppishness, with high collar, black frock-coat, white waistcoat,
260
+ yellow gloves, patent-leather shoes, and light-coloured gaiters.
261
+ He advanced slowly into the room, turning his head from left to
262
+ right, and swinging in his right hand the cord which held his
263
+ golden eyeglasses.</p>
264
+ <p>"Good-day, Lord St. Simon," said Holmes, rising and bowing. "Pray
265
+ take the basket-chair. This is my friend and colleague, Dr.
266
+ Watson. Draw up a little to the fire, and we will talk this
267
+ matter over."</p>
268
+ <p>"A most painful matter to me, as you can most readily imagine,
269
+ Mr. Holmes. I have been cut to the quick. I understand that you
270
+ have already managed several delicate cases of this sort, sir,
271
+ though I presume that they were hardly from the same class of
272
+ society."</p>
273
+ <p>"No, I am descending."</p>
274
+ <p>"I beg pardon."</p>
275
+ <p>"My last client of the sort was a king."</p>
276
+ <p>"Oh, really! I had no idea. And which king?"</p>
277
+ <p>"The King of Scandinavia."</p>
278
+ <p>"What! Had he lost his wife?"</p>
279
+ <p>"You can understand," said Holmes suavely, "that I extend to the
280
+ affairs of my other clients the same secrecy which I promise to
281
+ you in yours."</p>
282
+ <p>"Of course! Very right! very right! I’m sure I beg pardon. As to
283
+ my own case, I am ready to give you any information which may
284
+ assist you in forming an opinion."</p>
285
+ <p>"Thank you. I have already learned all that is in the public
286
+ prints, nothing more. I presume that I may take it as correct--
287
+ this article, for example, as to the disappearance of the bride."</p>
288
+ <p>Lord St. Simon glanced over it. "Yes, it is correct, as far as it
289
+ goes."</p>
290
+ <p>"But it needs a great deal of supplementing before anyone could
291
+ offer an opinion. I think that I may arrive at my facts most
292
+ directly by questioning you."</p>
293
+ <p>"Pray do so."</p>
294
+ <p>"When did you first meet Miss Hatty Doran?"</p>
295
+ <p>"In San Francisco, a year ago."</p>
296
+ <p>"You were travelling in the States?"</p>
297
+ <p>"Yes."</p>
298
+ <p>"Did you become engaged then?"</p>
299
+ <p>"No."</p>
300
+ <p>"But you were on a friendly footing?"</p>
301
+ <p>"I was amused by her society, and she could see that I was
302
+ amused."</p>
303
+ <p>"Her father is very rich?"</p>
304
+ <p>"He is said to be the richest man on the Pacific slope."</p>
305
+ <p>"And how did he make his money?"</p>
306
+ <p>"In mining. He had nothing a few years ago. Then he struck gold,
307
+ invested it, and came up by leaps and bounds."</p>
308
+ <p>"Now, what is your own impression as to the young lady’s—your
309
+ wife’s character?"</p>
310
+ <p>The nobleman swung his glasses a little faster and stared down
311
+ into the fire. "You see, Mr. Holmes," said he, "my wife was
312
+ twenty before her father became a rich man. During that time she
313
+ ran free in a mining camp and wandered through woods or
314
+ mountains, so that her education has come from Nature rather than
315
+ from the schoolmaster. She is what we call in England a tomboy,
316
+ with a strong nature, wild and free, unfettered by any sort of
317
+ traditions. She is impetuous—volcanic, I was about to say. She
318
+ is swift in making up her mind and fearless in carrying out her
319
+ resolutions. On the other hand, I would not have given her the
320
+ name which I have the honour to bear"--he gave a little stately
321
+ cough--"had not I thought her to be at bottom a noble woman. I
322
+ believe that she is capable of heroic self-sacrifice and that
323
+ anything dishonourable would be repugnant to her."</p>
324
+ <p>"Have you her photograph?"</p>
325
+ <p>"I brought this with me." He opened a locket and showed us the
326
+ full face of a very lovely woman. It was not a photograph but an
327
+ ivory miniature, and the artist had brought out the full effect
328
+ of the lustrous black hair, the large dark eyes, and the
329
+ exquisite mouth. Holmes gazed long and earnestly at it. Then he
330
+ closed the locket and handed it back to Lord St. Simon.</p>
331
+ <p>"The young lady came to London, then, and you renewed your
332
+ acquaintance?"</p>
333
+ <p>"Yes, her father brought her over for this last London season. I
334
+ met her several times, became engaged to her, and have now
335
+ married her."</p>
336
+ <p>"She brought, I understand, a considerable dowry?"</p>
337
+ <p>"A fair dowry. Not more than is usual in my family."</p>
338
+ <p>"And this, of course, remains to you, since the marriage is a
339
+ fait accompli?"</p>
340
+ <p>"I really have made no inquiries on the subject."</p>
341
+ <p>"Very naturally not. Did you see Miss Doran on the day before the
342
+ wedding?"</p>
343
+ <p>"Yes."</p>
344
+ <p>"Was she in good spirits?"</p>
345
+ <p>"Never better. She kept talking of what we should do in our
346
+ future lives."</p>
347
+ <p>"Indeed! That is very interesting. And on the morning of the
348
+ wedding?"</p>
349
+ <p>"She was as bright as possible—at least until after the
350
+ ceremony."</p>
351
+ <p>"And did you observe any change in her then?"</p>
352
+ <p>"Well, to tell the truth, I saw then the first signs that I had
353
+ ever seen that her temper was just a little sharp. The incident
354
+ however, was too trivial to relate and can have no possible
355
+ bearing upon the case."</p>
356
+ <p>"Pray let us have it, for all that."</p>
357
+ <p>"Oh, it is childish. She dropped her bouquet as we went towards
358
+ the vestry. She was passing the front pew at the time, and it
359
+ fell over into the pew. There was a moment’s delay, but the
360
+ gentleman in the pew handed it up to her again, and it did not
361
+ appear to be the worse for the fall. Yet when I spoke to her of
362
+ the matter, she answered me abruptly; and in the carriage, on our
363
+ way home, she seemed absurdly agitated over this trifling cause."</p>
364
+ <p>"Indeed! You say that there was a gentleman in the pew. Some of
365
+ the general public were present, then?"</p>
366
+ <p>"Oh, yes. It is impossible to exclude them when the church is
367
+ open."</p>
368
+ <p>"This gentleman was not one of your wife’s friends?"</p>
369
+ <p>"No, no; I call him a gentleman by courtesy, but he was quite a
370
+ common-looking person. I hardly noticed his appearance. But
371
+ really I think that we are wandering rather far from the point."</p>
372
+ <p>"Lady St. Simon, then, returned from the wedding in a less
373
+ cheerful frame of mind than she had gone to it. What did she do
374
+ on re-entering her father’s house?"</p>
375
+ <p>"I saw her in conversation with her maid."</p>
376
+ <p>"And who is her maid?"</p>
377
+ <p>"Alice is her name. She is an American and came from California
378
+ with her."</p>
379
+ <p>"A confidential servant?"</p>
380
+ <p>"A little too much so. It seemed to me that her mistress allowed
381
+ her to take great liberties. Still, of course, in America they
382
+ look upon these things in a different way."</p>
383
+ <p>"How long did she speak to this Alice?"</p>
384
+ <p>"Oh, a few minutes. I had something else to think of."</p>
385
+ <p>"You did not overhear what they said?"</p>
386
+ <p>"Lady St. Simon said something about <span class="emphasis"><em>jumping a claim.</em></span> She was
387
+ accustomed to use slang of the kind. I have no idea what she
388
+ meant."</p>
389
+ <p>"American slang is very expressive sometimes. And what did your
390
+ wife do when she finished speaking to her maid?"</p>
391
+ <p>"She walked into the breakfast-room."</p>
392
+ <p>"On your arm?"</p>
393
+ <p>"No, alone. She was very independent in little matters like that.
394
+ Then, after we had sat down for ten minutes or so, she rose
395
+ hurriedly, muttered some words of apology, and left the room. She
396
+ never came back."</p>
397
+ <p>"But this maid, Alice, as I understand, deposes that she went to
398
+ her room, covered her bride’s dress with a long ulster, put on a
399
+ bonnet, and went out."</p>
400
+ <p>"Quite so. And she was afterwards seen walking into Hyde Park in
401
+ company with Flora Millar, a woman who is now in custody, and who
402
+ had already made a disturbance at Mr. Doran’s house that
403
+ morning."</p>
404
+ <p>"Ah, yes. I should like a few particulars as to this young lady,
405
+ and your relations to her."</p>
406
+ <p>Lord St. Simon shrugged his shoulders and raised his eyebrows.
407
+ "We have been on a friendly footing for some years—I may say on
408
+ a very friendly footing. She used to be at the Allegro. I have
409
+ not treated her ungenerously, and she had no just cause of
410
+ complaint against me, but you know what women are, Mr. Holmes.
411
+ Flora was a dear little thing, but exceedingly hot-headed and
412
+ devotedly attached to me. She wrote me dreadful letters when she
413
+ heard that I was about to be married, and, to tell the truth, the
414
+ reason why I had the marriage celebrated so quietly was that I
415
+ feared lest there might be a scandal in the church. She came to
416
+ Mr. Doran’s door just after we returned, and she endeavoured to
417
+ push her way in, uttering very abusive expressions towards my
418
+ wife, and even threatening her, but I had foreseen the
419
+ possibility of something of the sort, and I had two police
420
+ fellows there in private clothes, who soon pushed her out again.
421
+ She was quiet when she saw that there was no good in making a
422
+ row."</p>
423
+ <p>"Did your wife hear all this?"</p>
424
+ <p>"No, thank goodness, she did not."</p>
425
+ <p>"And she was seen walking with this very woman afterwards?"</p>
426
+ <p>"Yes. That is what Mr. Lestrade, of Scotland Yard, looks upon as
427
+ so serious. It is thought that Flora decoyed my wife out and laid
428
+ some terrible trap for her."</p>
429
+ <p>"Well, it is a possible supposition."</p>
430
+ <p>"You think so, too?"</p>
431
+ <p>"I did not say a probable one. But you do not yourself look upon
432
+ this as likely?"</p>
433
+ <p>"I do not think Flora would hurt a fly."</p>
434
+ <p>"Still, jealousy is a strange transformer of characters. Pray
435
+ what is your own theory as to what took place?"</p>
436
+ <p>"Well, really, I came to seek a theory, not to propound one. I
437
+ have given you all the facts. Since you ask me, however, I may
438
+ say that it has occurred to me as possible that the excitement of
439
+ this affair, the consciousness that she had made so immense a
440
+ social stride, had the effect of causing some little nervous
441
+ disturbance in my wife."</p>
442
+ <p>"In short, that she had become suddenly deranged?"</p>
443
+ <p>"Well, really, when I consider that she has turned her back—I
444
+ will not say upon me, but upon so much that many have aspired to
445
+ without success—I can hardly explain it in any other fashion."</p>
446
+ <p>"Well, certainly that is also a conceivable hypothesis," said
447
+ Holmes, smiling. "And now, Lord St. Simon, I think that I have
448
+ nearly all my data. May I ask whether you were seated at the
449
+ breakfast-table so that you could see out of the window?"</p>
450
+ <p>"We could see the other side of the road and the Park."</p>
451
+ <p>"Quite so. Then I do not think that I need to detain you longer.
452
+ I shall communicate with you."</p>
453
+ <p>"Should you be fortunate enough to solve this problem," said our
454
+ client, rising.</p>
455
+ <p>"I have solved it."</p>
456
+ <p>"Eh? What was that?"</p>
457
+ <p>"I say that I have solved it."</p>
458
+ <p>"Where, then, is my wife?"</p>
459
+ <p>"That is a detail which I shall speedily supply."</p>
460
+ <p>Lord St. Simon shook his head. "I am afraid that it will take
461
+ wiser heads than yours or mine," he remarked, and bowing in a
462
+ stately, old-fashioned manner he departed.</p>
463
+ <p>"It is very good of Lord St. Simon to honour my head by putting
464
+ it on a level with his own," said Sherlock Holmes, laughing. "I
465
+ think that I shall have a whisky and soda and a cigar after all
466
+ this cross-questioning. I had formed my conclusions as to the
467
+ case before our client came into the room."</p>
468
+ <p>"My dear Holmes!"</p>
469
+ <p>"I have notes of several similar cases, though none, as I
470
+ remarked before, which were quite as prompt. My whole examination
471
+ served to turn my conjecture into a certainty. Circumstantial
472
+ evidence is occasionally very convincing, as when you find a
473
+ trout in the milk, to quote Thoreau’s example."</p>
474
+ <p>"But I have heard all that you have heard."</p>
475
+ <p>"Without, however, the knowledge of pre-existing cases which
476
+ serves me so well. There was a parallel instance in Aberdeen some
477
+ years back, and something on very much the same lines at Munich
478
+ the year after the Franco-Prussian War. It is one of these
479
+ cases—but, hullo, here is Lestrade! Good-afternoon, Lestrade!
480
+ You will find an extra tumbler upon the sideboard, and there are
481
+ cigars in the box."</p>
482
+ <p>The official detective was attired in a pea-jacket and cravat,
483
+ which gave him a decidedly nautical appearance, and he carried a
484
+ black canvas bag in his hand. With a short greeting he seated
485
+ himself and lit the cigar which had been offered to him.</p>
486
+ <p>"What’s up, then?" asked Holmes with a twinkle in his eye. "You
487
+ look dissatisfied."</p>
488
+ <p>"And I feel dissatisfied. It is this infernal St. Simon marriage
489
+ case. I can make neither head nor tail of the business."</p>
490
+ <p>"Really! You surprise me."</p>
491
+ <p>"Who ever heard of such a mixed affair? Every clue seems to slip
492
+ through my fingers. I have been at work upon it all day."</p>
493
+ <p>"And very wet it seems to have made you," said Holmes laying his
494
+ hand upon the arm of the pea-jacket.</p>
495
+ <p>"Yes, I have been dragging the Serpentine."</p>
496
+ <p>"In heaven’s name, what for?"</p>
497
+ <p>"In search of the body of Lady St. Simon."</p>
498
+ <p>Sherlock Holmes leaned back in his chair and laughed heartily.</p>
499
+ <p>"Have you dragged the basin of Trafalgar Square fountain?" he
500
+ asked.</p>
501
+ <p>"Why? What do you mean?"</p>
502
+ <p>"Because you have just as good a chance of finding this lady in
503
+ the one as in the other."</p>
504
+ <p>Lestrade shot an angry glance at my companion. "I suppose you
505
+ know all about it," he snarled.</p>
506
+ <p>"Well, I have only just heard the facts, but my mind is made up."</p>
507
+ <p>"Oh, indeed! Then you think that the Serpentine plays no part in
508
+ the matter?"</p>
509
+ <p>"I think it very unlikely."</p>
510
+ <p>"Then perhaps you will kindly explain how it is that we found
511
+ this in it?" He opened his bag as he spoke, and tumbled onto the
512
+ floor a wedding-dress of watered silk, a pair of white satin
513
+ shoes and a bride’s wreath and veil, all discoloured and soaked
514
+ in water. "There," said he, putting a new wedding-ring upon the
515
+ top of the pile. "There is a little nut for you to crack, Master
516
+ Holmes."</p>
517
+ <p>"Oh, indeed!" said my friend, blowing blue rings into the air.
518
+ "You dragged them from the Serpentine?"</p>
519
+ <p>"No. They were found floating near the margin by a park-keeper.
520
+ They have been identified as her clothes, and it seemed to me
521
+ that if the clothes were there the body would not be far off."</p>
522
+ <p>"By the same brilliant reasoning, every man’s body is to be found
523
+ in the neighbourhood of his wardrobe. And pray what did you hope
524
+ to arrive at through this?"</p>
525
+ <p>"At some evidence implicating Flora Millar in the disappearance."</p>
526
+ <p>"I am afraid that you will find it difficult."</p>
527
+ <p>"Are you, indeed, now?" cried Lestrade with some bitterness. "I
528
+ am afraid, Holmes, that you are not very practical with your
529
+ deductions and your inferences. You have made two blunders in as
530
+ many minutes. This dress does implicate Miss Flora Millar."</p>
531
+ <p>"And how?"</p>
532
+ <p>"In the dress is a pocket. In the pocket is a card-case. In the
533
+ card-case is a note. And here is the very note." He slapped it
534
+ down upon the table in front of him. "Listen to this: <span class="emphasis"><em>You will
535
+ see me when all is ready. Come at once. F.H.M.</em></span> Now my theory all
536
+ along has been that Lady St. Simon was decoyed away by Flora
537
+ Millar, and that she, with confederates, no doubt, was
538
+ responsible for her disappearance. Here, signed with her
539
+ initials, is the very note which was no doubt quietly slipped
540
+ into her hand at the door and which lured her within their
541
+ reach."</p>
542
+ <p>"Very good, Lestrade," said Holmes, laughing. "You really are
543
+ very fine indeed. Let me see it." He took up the paper in a
544
+ listless way, but his attention instantly became riveted, and he
545
+ gave a little cry of satisfaction. "This is indeed important,"
546
+ said he.</p>
547
+ <p>"Ha! you find it so?"</p>
548
+ <p>"Extremely so. I congratulate you warmly."</p>
549
+ <p>Lestrade rose in his triumph and bent his head to look. "Why," he
550
+ shrieked, "you’re looking at the wrong side!"</p>
551
+ <p>"On the contrary, this is the right side."</p>
552
+ <p>"The right side? You’re mad! Here is the note written in pencil
553
+ over here."</p>
554
+ <p>"And over here is what appears to be the fragment of a hotel
555
+ bill, which interests me deeply."</p>
556
+ <p>"There’s nothing in it. I looked at it before," said Lestrade.
557
+ "<span class="emphasis"><em>Oct. 4th, rooms 8s., breakfast 2s. 6d., cocktail 1s., lunch 2s.
558
+ 6d., glass sherry, 8d.</em></span> I see nothing in that."</p>
559
+ <p>"Very likely not. It is most important, all the same. As to the
560
+ note, it is important also, or at least the initials are, so I
561
+ congratulate you again."</p>
562
+ <p>"I’ve wasted time enough," said Lestrade, rising. "I believe in
563
+ hard work and not in sitting by the fire spinning fine theories.
564
+ Good-day, Mr. Holmes, and we shall see which gets to the bottom
565
+ of the matter first." He gathered up the garments, thrust them
566
+ into the bag, and made for the door.</p>
567
+ <p>"Just one hint to you, Lestrade," drawled Holmes before his rival
568
+ vanished; "I will tell you the true solution of the matter. Lady
569
+ St. Simon is a myth. There is not, and there never has been, any
570
+ such person."</p>
571
+ <p>Lestrade looked sadly at my companion. Then he turned to me,
572
+ tapped his forehead three times, shook his head solemnly, and
573
+ hurried away.</p>
574
+ <p>He had hardly shut the door behind him when Holmes rose to put on
575
+ his overcoat. "There is something in what the fellow says about
576
+ outdoor work," he remarked, "so I think, Watson, that I must
577
+ leave you to your papers for a little."</p>
578
+ <p>It was after five o’clock when Sherlock Holmes left me, but I had
579
+ no time to be lonely, for within an hour there arrived a
580
+ confectioner’s man with a very large flat box. This he unpacked
581
+ with the help of a youth whom he had brought with him, and
582
+ presently, to my very great astonishment, a quite epicurean
583
+ little cold supper began to be laid out upon our humble
584
+ lodging-house mahogany. There were a couple of brace of cold
585
+ woodcock, a pheasant, a pâté de foie gras pie with a group of
586
+ ancient and cobwebby bottles. Having laid out all these luxuries,
587
+ my two visitors vanished away, like the genii of the Arabian
588
+ Nights, with no explanation save that the things had been paid
589
+ for and were ordered to this address.</p>
590
+ <p>Just before nine o’clock Sherlock Holmes stepped briskly into the
591
+ room. His features were gravely set, but there was a light in his
592
+ eye which made me think that he had not been disappointed in his
593
+ conclusions.</p>
594
+ <p>"They have laid the supper, then," he said, rubbing his hands.</p>
595
+ <p>"You seem to expect company. They have laid for five."</p>
596
+ <p>"Yes, I fancy we may have some company dropping in," said he. "I
597
+ am surprised that Lord St. Simon has not already arrived. Ha! I
598
+ fancy that I hear his step now upon the stairs."</p>
599
+ <p>It was indeed our visitor of the afternoon who came bustling in,
600
+ dangling his glasses more vigorously than ever, and with a very
601
+ perturbed expression upon his aristocratic features.</p>
602
+ <p>"My messenger reached you, then?" asked Holmes.</p>
603
+ <p>"Yes, and I confess that the contents startled me beyond measure.
604
+ Have you good authority for what you say?"</p>
605
+ <p>"The best possible."</p>
606
+ <p>Lord St. Simon sank into a chair and passed his hand over his
607
+ forehead.</p>
608
+ <p>"What will the Duke say," he murmured, "when he hears that one of
609
+ the family has been subjected to such humiliation?"</p>
610
+ <p>"It is the purest accident. I cannot allow that there is any
611
+ humiliation."</p>
612
+ <p>"Ah, you look on these things from another standpoint."</p>
613
+ <p>"I fail to see that anyone is to blame. I can hardly see how the
614
+ lady could have acted otherwise, though her abrupt method of
615
+ doing it was undoubtedly to be regretted. Having no mother, she
616
+ had no one to advise her at such a crisis."</p>
617
+ <p>"It was a slight, sir, a public slight," said Lord St. Simon,
618
+ tapping his fingers upon the table.</p>
619
+ <p>"You must make allowance for this poor girl, placed in so
620
+ unprecedented a position."</p>
621
+ <p>"I will make no allowance. I am very angry indeed, and I have
622
+ been shamefully used."</p>
623
+ <p>"I think that I heard a ring," said Holmes. "Yes, there are steps
624
+ on the landing. If I cannot persuade you to take a lenient view
625
+ of the matter, Lord St. Simon, I have brought an advocate here
626
+ who may be more successful." He opened the door and ushered in a
627
+ lady and gentleman. "Lord St. Simon," said he "allow me to
628
+ introduce you to Mr. and Mrs. Francis Hay Moulton. The lady, I
629
+ think, you have already met."</p>
630
+ <p>At the sight of these newcomers our client had sprung from his
631
+ seat and stood very erect, with his eyes cast down and his hand
632
+ thrust into the breast of his frock-coat, a picture of offended
633
+ dignity. The lady had taken a quick step forward and had held out
634
+ her hand to him, but he still refused to raise his eyes. It was
635
+ as well for his resolution, perhaps, for her pleading face was
636
+ one which it was hard to resist.</p>
637
+ <p>"You’re angry, Robert," said she. "Well, I guess you have every
638
+ cause to be."</p>
639
+ <p>"Pray make no apology to me," said Lord St. Simon bitterly.</p>
640
+ <p>"Oh, yes, I know that I have treated you real bad and that I
641
+ should have spoken to you before I went; but I was kind of
642
+ rattled, and from the time when I saw Frank here again I just
643
+ didn’t know what I was doing or saying. I only wonder I didn’t
644
+ fall down and do a faint right there before the altar."</p>
645
+ <p>"Perhaps, Mrs. Moulton, you would like my friend and me to leave
646
+ the room while you explain this matter?"</p>
647
+ <p>"If I may give an opinion," remarked the strange gentleman,
648
+ "we’ve had just a little too much secrecy over this business
649
+ already. For my part, I should like all Europe and America to
650
+ hear the rights of it." He was a small, wiry, sunburnt man,
651
+ clean-shaven, with a sharp face and alert manner.</p>
652
+ <p>"Then I’ll tell our story right away," said the lady. "Frank here
653
+ and I met in <span class="emphasis"><em>84, in McQuire’s camp, near the Rockies, where pa
654
+ was working a claim. We were engaged to each other, Frank and I;
655
+ but then one day father struck a rich pocket and made a pile,
656
+ while poor Frank here had a claim that petered out and came to
657
+ nothing. The richer pa grew the poorer was Frank; so at last pa
658
+ wouldn’t hear of our engagement lasting any longer, and he took
659
+ me away to 'Frisco. Frank wouldn’t throw up his hand, though; so
660
+ he followed me there, and he saw me without pa knowing anything
661
+ about it. It would only have made him mad to know, so we just
662
+ fixed it all up for ourselves. Frank said that he would go and
663
+ make his pile, too, and never come back to claim me until he had
664
+ as much as pa. So then I promised to wait for him to the end of
665
+ time and pledged myself not to marry anyone else while he lived.
666
+ 'Why shouldn’t we be married right away, then,</em></span> said he, <span class="emphasis"><em>and
667
+ then I will feel sure of you; and I won’t claim to be your
668
+ husband until I come back?</em></span> Well, we talked it over, and he had
669
+ fixed it all up so nicely, with a clergyman all ready in waiting,
670
+ that we just did it right there; and then Frank went off to seek
671
+ his fortune, and I went back to pa.</p>
672
+ <p>"The next I heard of Frank was that he was in Montana, and then
673
+ he went prospecting in Arizona, and then I heard of him from New
674
+ Mexico. After that came a long newspaper story about how a
675
+ miners' camp had been attacked by Apache Indians, and there was
676
+ my Frank’s name among the killed. I fainted dead away, and I was
677
+ very sick for months after. Pa thought I had a decline and took
678
+ me to half the doctors in 'Frisco. Not a word of news came for a
679
+ year and more, so that I never doubted that Frank was really
680
+ dead. Then Lord St. Simon came to 'Frisco, and we came to London,
681
+ and a marriage was arranged, and pa was very pleased, but I felt
682
+ all the time that no man on this earth would ever take the place
683
+ in my heart that had been given to my poor Frank.</p>
684
+ <p>"Still, if I had married Lord St. Simon, of course I’d have done
685
+ my duty by him. We can’t command our love, but we can our
686
+ actions. I went to the altar with him with the intention to make
687
+ him just as good a wife as it was in me to be. But you may
688
+ imagine what I felt when, just as I came to the altar rails, I
689
+ glanced back and saw Frank standing and looking at me out of the
690
+ first pew. I thought it was his ghost at first; but when I looked
691
+ again there he was still, with a kind of question in his eyes, as
692
+ if to ask me whether I were glad or sorry to see him. I wonder I
693
+ didn’t drop. I know that everything was turning round, and the
694
+ words of the clergyman were just like the buzz of a bee in my
695
+ ear. I didn’t know what to do. Should I stop the service and make
696
+ a scene in the church? I glanced at him again, and he seemed to
697
+ know what I was thinking, for he raised his finger to his lips to
698
+ tell me to be still. Then I saw him scribble on a piece of paper,
699
+ and I knew that he was writing me a note. As I passed his pew on
700
+ the way out I dropped my bouquet over to him, and he slipped the
701
+ note into my hand when he returned me the flowers. It was only a
702
+ line asking me to join him when he made the sign to me to do so.
703
+ Of course I never doubted for a moment that my first duty was now
704
+ to him, and I determined to do just whatever he might direct.</p>
705
+ <p>"When I got back I told my maid, who had known him in California,
706
+ and had always been his friend. I ordered her to say nothing, but
707
+ to get a few things packed and my ulster ready. I know I ought to
708
+ have spoken to Lord St. Simon, but it was dreadful hard before
709
+ his mother and all those great people. I just made up my mind to
710
+ run away and explain afterwards. I hadn’t been at the table ten
711
+ minutes before I saw Frank out of the window at the other side of
712
+ the road. He beckoned to me and then began walking into the Park.
713
+ I slipped out, put on my things, and followed him. Some woman
714
+ came talking something or other about Lord St. Simon to
715
+ me—seemed to me from the little I heard as if he had a little
716
+ secret of his own before marriage also—but I managed to get away
717
+ from her and soon overtook Frank. We got into a cab together, and
718
+ away we drove to some lodgings he had taken in Gordon Square, and
719
+ that was my true wedding after all those years of waiting. Frank
720
+ had been a prisoner among the Apaches, had escaped, came on to
721
+ 'Frisco, found that I had given him up for dead and had gone to
722
+ England, followed me there, and had come upon me at last on the
723
+ very morning of my second wedding."</p>
724
+ <p>"I saw it in a paper," explained the American. "It gave the name
725
+ and the church but not where the lady lived."</p>
726
+ <p>"Then we had a talk as to what we should do, and Frank was all
727
+ for openness, but I was so ashamed of it all that I felt as if I
728
+ should like to vanish away and never see any of them again—just
729
+ sending a line to pa, perhaps, to show him that I was alive. It
730
+ was awful to me to think of all those lords and ladies sitting
731
+ round that breakfast-table and waiting for me to come back. So
732
+ Frank took my wedding-clothes and things and made a bundle of
733
+ them, so that I should not be traced, and dropped them away
734
+ somewhere where no one could find them. It is likely that we
735
+ should have gone on to Paris to-morrow, only that this good
736
+ gentleman, Mr. Holmes, came round to us this evening, though how
737
+ he found us is more than I can think, and he showed us very
738
+ clearly and kindly that I was wrong and that Frank was right, and
739
+ that we should be putting ourselves in the wrong if we were so
740
+ secret. Then he offered to give us a chance of talking to Lord
741
+ St. Simon alone, and so we came right away round to his rooms at
742
+ once. Now, Robert, you have heard it all, and I am very sorry if
743
+ I have given you pain, and I hope that you do not think very
744
+ meanly of me."</p>
745
+ <p>Lord St. Simon had by no means relaxed his rigid attitude, but
746
+ had listened with a frowning brow and a compressed lip to this
747
+ long narrative.</p>
748
+ <p>"Excuse me," he said, "but it is not my custom to discuss my most
749
+ intimate personal affairs in this public manner."</p>
750
+ <p>"Then you won’t forgive me? You won’t shake hands before I go?"</p>
751
+ <p>"Oh, certainly, if it would give you any pleasure." He put out
752
+ his hand and coldly grasped that which she extended to him.</p>
753
+ <p>"I had hoped," suggested Holmes, "that you would have joined us
754
+ in a friendly supper."</p>
755
+ <p>"I think that there you ask a little too much," responded his
756
+ Lordship. "I may be forced to acquiesce in these recent
757
+ developments, but I can hardly be expected to make merry over
758
+ them. I think that with your permission I will now wish you all a
759
+ very good-night." He included us all in a sweeping bow and
760
+ stalked out of the room.</p>
761
+ <p>"Then I trust that you at least will honour me with your
762
+ company," said Sherlock Holmes. "It is always a joy to meet an
763
+ American, Mr. Moulton, for I am one of those who believe that the
764
+ folly of a monarch and the blundering of a minister in far-gone
765
+ years will not prevent our children from being some day citizens
766
+ of the same world-wide country under a flag which shall be a
767
+ quartering of the Union Jack with the Stars and Stripes."</p>
768
+ <p>"The case has been an interesting one," remarked Holmes when our
769
+ visitors had left us, "because it serves to show very clearly how
770
+ simple the explanation may be of an affair which at first sight
771
+ seems to be almost inexplicable. Nothing could be more natural
772
+ than the sequence of events as narrated by this lady, and nothing
773
+ stranger than the result when viewed, for instance, by Mr.
774
+ Lestrade of Scotland Yard."</p>
775
+ <p>"You were not yourself at fault at all, then?"</p>
776
+ <p>"From the first, two facts were very obvious to me, the one that
777
+ the lady had been quite willing to undergo the wedding ceremony,
778
+ the other that she had repented of it within a few minutes of
779
+ returning home. Obviously something had occurred during the
780
+ morning, then, to cause her to change her mind. What could that
781
+ something be? She could not have spoken to anyone when she was
782
+ out, for she had been in the company of the bridegroom. Had she
783
+ seen someone, then? If she had, it must be someone from America
784
+ because she had spent so short a time in this country that she
785
+ could hardly have allowed anyone to acquire so deep an influence
786
+ over her that the mere sight of him would induce her to change
787
+ her plans so completely. You see we have already arrived, by a
788
+ process of exclusion, at the idea that she might have seen an
789
+ American. Then who could this American be, and why should he
790
+ possess so much influence over her? It might be a lover; it might
791
+ be a husband. Her young womanhood had, I knew, been spent in
792
+ rough scenes and under strange conditions. So far I had got
793
+ before I ever heard Lord St. Simon’s narrative. When he told us
794
+ of a man in a pew, of the change in the bride’s manner, of so
795
+ transparent a device for obtaining a note as the dropping of a
796
+ bouquet, of her resort to her confidential maid, and of her very
797
+ significant allusion to claim-jumping—which in miners' parlance
798
+ means taking possession of that which another person has a prior
799
+ claim to—the whole situation became absolutely clear. She had
800
+ gone off with a man, and the man was either a lover or was a
801
+ previous husband—the chances being in favour of the latter."</p>
802
+ <p>"And how in the world did you find them?"</p>
803
+ <p>"It might have been difficult, but friend Lestrade held
804
+ information in his hands the value of which he did not himself
805
+ know. The initials were, of course, of the highest importance,
806
+ but more valuable still was it to know that within a week he had
807
+ settled his bill at one of the most select London hotels."</p>
808
+ <p>"How did you deduce the select?"</p>
809
+ <p>"By the select prices. Eight shillings for a bed and eightpence
810
+ for a glass of sherry pointed to one of the most expensive
811
+ hotels. There are not many in London which charge at that rate.
812
+ In the second one which I visited in Northumberland Avenue, I
813
+ learned by an inspection of the book that Francis H. Moulton, an
814
+ American gentleman, had left only the day before, and on looking
815
+ over the entries against him, I came upon the very items which I
816
+ had seen in the duplicate bill. His letters were to be forwarded
817
+ to 226 Gordon Square; so thither I travelled, and being fortunate
818
+ enough to find the loving couple at home, I ventured to give them
819
+ some paternal advice and to point out to them that it would be
820
+ better in every way that they should make their position a little
821
+ clearer both to the general public and to Lord St. Simon in
822
+ particular. I invited them to meet him here, and, as you see, I
823
+ made him keep the appointment."</p>
824
+ <p>"But with no very good result," I remarked. "His conduct was
825
+ certainly not very gracious."</p>
826
+ <p>"Ah, Watson," said Holmes, smiling, "perhaps you would not be
827
+ very gracious either, if, after all the trouble of wooing and
828
+ wedding, you found yourself deprived in an instant of wife and of
829
+ fortune. I think that we may judge Lord St. Simon very mercifully
830
+ and thank our stars that we are never likely to find ourselves in
831
+ the same position. Draw your chair up and hand me my violin, for
832
+ the only problem we have still to solve is how to while away
833
+ these bleak autumnal evenings."</p>
834
+ </div>
835
+
836
+ </div>
837
+
838
+ <hr/>
839
+
840
+ <div class="nav" id="navfooter">
841
+ <table width="100%">
842
+ <tr><td width="33%" align="left">
843
+
844
+ <a href="the_adventure_of_the_engineer_s_thumb.html">Prev</a><br/>
845
+ The Adventure of the Engineer’s Thumb
846
+
847
+ </td><td width="33%" align="center">
848
+
849
+ <a href="index.html">Home</a><br/>
850
+ The Adventures of Sherlock Holmes
851
+
852
+ </td><td width="33%" align="right">
853
+
854
+ <a href="the_adventure_of_the_beryl_coronet.html">Next</a><br/>
855
+ The Adventure of the Beryl Coronet
856
+
857
+ </td></tr>
858
+ </table>
859
+ </div>
860
+ </body>
861
+ </html>