pi.xml 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  1. <?xml version="1.0"?>
  2. <reference><info><title>HTML Processing Instruction Reference</title>
  3. <releaseinfo role="meta">
  4. $Id: pi.xsl 9022 2011-07-14 19:21:36Z bobstayton $
  5. </releaseinfo>
  6. </info>
  7. <partintro xml:id="partintro">
  8. <title>Introduction</title>
  9. <para>This is generated reference documentation for all
  10. user-specifiable processing instructions (PIs) in the DocBook
  11. XSL stylesheets for HTML output.
  12. <note>
  13. <para>You add these PIs at particular points in a document to
  14. cause specific “exceptions” to formatting/output behavior. To
  15. make global changes in formatting/output behavior across an
  16. entire document, it’s better to do it by setting an
  17. appropriate stylesheet parameter (if there is one).</para>
  18. </note>
  19. </para>
  20. </partintro>
  21. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_background-color">
  22. <refnamediv>
  23. <refname>dbhtml_background-color</refname>
  24. <refpurpose>Sets background color for an image</refpurpose>
  25. </refnamediv>
  26. <refsynopsisdiv>
  27. <synopsis><tag class="xmlpi">dbhtml background-color="<replaceable>color</replaceable>"</tag></synopsis>
  28. </refsynopsisdiv>
  29. <refsect1><title>Description</title>
  30. <para>Use the <tag class="xmlpi">dbhtml background-color</tag> PI before or
  31. after an image (<tag>graphic</tag>, <tag>inlinegraphic</tag>,
  32. <tag>imagedata</tag>, or <tag>videodata</tag> element) as a
  33. sibling to the element, to set a background color for the
  34. image.</para>
  35. </refsect1><refsect1><title>Parameters</title>
  36. <variablelist>
  37. <varlistentry><term>background-color="<replaceable>color</replaceable>"</term>
  38. <listitem>
  39. <para>An HTML color value</para>
  40. </listitem>
  41. </varlistentry>
  42. </variablelist>
  43. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  44. <para><link role="tcg" xlink:href="BGcolor.html">Background color</link></para>
  45. </refsect1></refentry>
  46. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_bgcolor">
  47. <refnamediv>
  48. <refname>dbhtml_bgcolor</refname>
  49. <refpurpose>Sets background color on a CALS table row or table cell</refpurpose>
  50. </refnamediv>
  51. <refsynopsisdiv>
  52. <synopsis><tag class="xmlpi">dbhtml bgcolor="<replaceable>color</replaceable>"</tag></synopsis>
  53. </refsynopsisdiv>
  54. <refsect1><title>Description</title>
  55. <para>Use the <tag class="xmlpi">dbhtml bgcolor</tag> PI as child of a CALS table row
  56. or cell to set a background color for that table row or cell.</para>
  57. </refsect1><refsect1><title>Parameters</title>
  58. <variablelist>
  59. <varlistentry><term>bgcolor="<replaceable>color</replaceable>"</term>
  60. <listitem>
  61. <para>An HTML color value</para>
  62. </listitem>
  63. </varlistentry>
  64. </variablelist>
  65. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  66. <para><link role="tcg" xlink:href="BGtableColor.html#CellBGColor">Cell background color</link></para>
  67. </refsect1></refentry>
  68. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_cellpadding">
  69. <refnamediv>
  70. <refname>dbhtml_cellpadding</refname>
  71. <refpurpose>Specifies cellpadding in CALS table or qandaset output</refpurpose>
  72. </refnamediv>
  73. <refsynopsisdiv>
  74. <synopsis><tag class="xmlpi">dbhtml cellpadding="<replaceable>number</replaceable>"</tag></synopsis>
  75. </refsynopsisdiv>
  76. <refsect1><title>Description</title>
  77. <para>Use the <tag class="xmlpi">dbhtml cellpadding</tag> PI as a child of a
  78. CALS <tag>table</tag> or <tag>qandaset</tag> to specify the value
  79. for the HTML <literal>cellpadding</literal> attribute in the
  80. output HTML table.</para>
  81. </refsect1><refsect1><title>Parameters</title>
  82. <variablelist>
  83. <varlistentry><term>cellpadding="<replaceable>number</replaceable>"</term>
  84. <listitem>
  85. <para>Specifies the cellpadding</para>
  86. </listitem>
  87. </varlistentry>
  88. </variablelist>
  89. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  90. <para><parameter>html.cellpadding</parameter></para>
  91. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  92. <para><link role="tcg" xlink:href="CellSpacing.html">Cell spacing and cell padding</link>,
  93. <link role="tcg" xlink:href="QandAformat.html">Q and A formatting</link></para>
  94. </refsect1></refentry>
  95. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_cellspacing">
  96. <refnamediv>
  97. <refname>dbhtml_cellspacing</refname>
  98. <refpurpose>Specifies cellspacing in CALS table or qandaset output</refpurpose>
  99. </refnamediv>
  100. <refsynopsisdiv>
  101. <synopsis><tag class="xmlpi">dbhtml cellspacing="<replaceable>number</replaceable>"</tag></synopsis>
  102. </refsynopsisdiv>
  103. <refsect1><title>Description</title>
  104. <para>Use the <tag class="xmlpi">dbhtml cellspacing</tag> PI as a child of a
  105. CALS <tag>table</tag> or <tag>qandaset</tag> to specify the value
  106. for the HTML <literal>cellspacing</literal> attribute in the
  107. output HTML table.</para>
  108. </refsect1><refsect1><title>Parameters</title>
  109. <variablelist>
  110. <varlistentry><term>cellspacing="<replaceable>number</replaceable>"</term>
  111. <listitem>
  112. <para>Specifies the cellspacing</para>
  113. </listitem>
  114. </varlistentry>
  115. </variablelist>
  116. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  117. <para><parameter>html.cellspacing</parameter></para>
  118. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  119. <para><link role="tcg" xlink:href="CellSpacing.html">Cell spacing and cell padding</link>,
  120. <link role="tcg" xlink:href="QandAformat.html">Q and A formatting</link></para>
  121. </refsect1></refentry>
  122. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_class">
  123. <refnamediv>
  124. <refname>dbhtml_class</refname>
  125. <refpurpose>Set value of the class attribute for a CALS table row</refpurpose>
  126. </refnamediv>
  127. <refsynopsisdiv>
  128. <synopsis><tag class="xmlpi">dbhtml class="<replaceable>name</replaceable>"</tag></synopsis>
  129. </refsynopsisdiv>
  130. <refsect1><title>Description</title>
  131. <para>Use the <tag class="xmlpi">dbhtml class</tag> PI as a child of a
  132. <tag>row</tag> to specify a <literal>class</literal>
  133. attribute and value in the HTML output for that row.</para>
  134. </refsect1><refsect1><title>Parameters</title>
  135. <variablelist>
  136. <varlistentry><term>class="<replaceable>name</replaceable>"</term>
  137. <listitem>
  138. <para>Specifies the class name</para>
  139. </listitem>
  140. </varlistentry>
  141. </variablelist>
  142. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  143. <para><link role="tcg" xlink:href="CSSTableCells.html">Table styles in HTML output</link></para>
  144. </refsect1></refentry>
  145. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_dir">
  146. <refnamediv>
  147. <refname>dbhtml_dir</refname>
  148. <refpurpose>Specifies a directory name in which to write files</refpurpose>
  149. </refnamediv>
  150. <refsynopsisdiv>
  151. <synopsis><tag class="xmlpi">dbhtml dir="<replaceable>path</replaceable>"</tag></synopsis>
  152. </refsynopsisdiv>
  153. <refsect1><title>Description</title>
  154. <para>When chunking output, use the <tag class="xmlpi">dbhtml dir</tag> PI
  155. as a child of a chunk source to cause the output of that
  156. chunk to be written to the specified directory; also, use it
  157. as a child of a <tag>mediaobject</tag> to specify a
  158. directory into which any long-description files for that
  159. <tag>mediaobject</tag> will be written.</para>
  160. <para>The output directory specification is inherited by all
  161. chunks of the descendants of the element. If descendants need
  162. to go to a different directory, then add another
  163. <tag class="xmlpi">dbhtml dir</tag> processing
  164. instruction as a child of the source element
  165. for that chunk, and specify the path relative to the
  166. ancestor path.</para>
  167. <para>For example, to put most chunk files into
  168. <filename class="directory">shared</filename>
  169. but one chapter into
  170. <filename class="directory">exception</filename>
  171. at the same level, use:</para>
  172. <programlisting>&lt;book&gt;
  173. &lt;?dbhtml dir="shared"?&gt;
  174. ...
  175. &lt;chapter&gt;
  176. &lt;?dbhtml dir="../exception"?&gt;
  177. &lt;/chapter&gt;
  178. &lt;/book&gt;
  179. </programlisting>
  180. </refsect1><refsect1><title>Parameters</title>
  181. <variablelist>
  182. <varlistentry><term>dir="<replaceable>path</replaceable>"</term>
  183. <listitem>
  184. <para>Specifies the pathname for the directory</para>
  185. </listitem>
  186. </varlistentry>
  187. </variablelist>
  188. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  189. <para><parameter>base.dir</parameter></para>
  190. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  191. <para><link role="tcg" xlink:href="Chunking.html#dbhtmlDirPI">dbhtml dir processing instruction</link></para>
  192. </refsect1></refentry>
  193. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_filename">
  194. <refnamediv>
  195. <refname>dbhtml_filename</refname>
  196. <refpurpose>Specifies a filename for a chunk</refpurpose>
  197. </refnamediv>
  198. <refsynopsisdiv>
  199. <synopsis><tag class="xmlpi">dbhtml filename="<replaceable>filename</replaceable>"</tag></synopsis>
  200. </refsynopsisdiv>
  201. <refsect1><title>Description</title>
  202. <para>When chunking output, use the <tag class="xmlpi">dbhtml filename</tag>
  203. PI as a child of a chunk source to specify a filename for
  204. the output file for that chunk. Include the filename suffix.</para>
  205. <para>You cannot include a directory path in the filename value,
  206. or your links may not work. Add a
  207. <tag class="xmlpi">dbhtml dir</tag> processing instruction
  208. to specify the output directory. You can also combine the two
  209. specifications in one processing instruction:
  210. <tag class="xmlpi">dbhtml dir="mydir" filename="myfile.html"</tag>.</para>
  211. </refsect1><refsect1><title>Parameters</title>
  212. <variablelist>
  213. <varlistentry><term>filename="<replaceable>path</replaceable>"</term>
  214. <listitem>
  215. <para>Specifies the filename for the file</para>
  216. </listitem>
  217. </varlistentry>
  218. </variablelist>
  219. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  220. <para><parameter>use.id.as.filename</parameter></para>
  221. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  222. <para><link role="tcg" xlink:href="Chunking.html#DbhtmlFilenames">dbhtml filenames</link></para>
  223. </refsect1></refentry>
  224. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_funcsynopsis-style">
  225. <refnamediv>
  226. <refname>dbhtml_funcsynopsis-style</refname>
  227. <refpurpose>Specifies presentation style for a funcsynopsis</refpurpose>
  228. </refnamediv>
  229. <refsynopsisdiv>
  230. <synopsis><tag class="xmlpi">dbhtml funcsynopsis-style="kr"|"ansi"</tag></synopsis>
  231. </refsynopsisdiv>
  232. <refsect1><title>Description</title>
  233. <para>Use the <tag class="xmlpi">dbhtml funcsynopsis-style</tag> PI as a child of
  234. a <tag>funcsynopsis</tag> or anywhere within a funcsynopsis
  235. to control the presentation style for output of all
  236. <tag>funcprototype</tag> instances within that funcsynopsis.</para>
  237. </refsect1><refsect1><title>Parameters</title>
  238. <variablelist>
  239. <varlistentry><term>funcsynopsis-style="kr"</term>
  240. <listitem>
  241. <para>Displays <tag>funcprototype</tag> output in K&amp;R style</para>
  242. </listitem>
  243. </varlistentry>
  244. <varlistentry><term>funcsynopsis-style="ansi"</term>
  245. <listitem>
  246. <para>Displays <tag>funcprototype</tag> output in ANSI style</para>
  247. </listitem>
  248. </varlistentry>
  249. </variablelist>
  250. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  251. <para><parameter>funcsynopsis.style</parameter></para>
  252. </refsect1></refentry>
  253. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_img.src.path">
  254. <refnamediv>
  255. <refname>dbhtml_img.src.path</refname>
  256. <refpurpose>Specifies a path to the location of an image file</refpurpose>
  257. </refnamediv>
  258. <refsynopsisdiv>
  259. <synopsis><tag class="xmlpi">dbhtml img.src.path="<replaceable>path</replaceable>"</tag></synopsis>
  260. </refsynopsisdiv>
  261. <refsect1><title>Description</title>
  262. <para>Use the <tag class="xmlpi">dbhtml img.src.path</tag> PI before or
  263. after an image (<tag>graphic</tag>,
  264. <tag>inlinegraphic</tag>, <tag>imagedata</tag>, or
  265. <tag>videodata</tag> element) as a sibling to the element,
  266. to specify a path to the location of the image; in HTML
  267. output, the value specified for the
  268. <code>img.src.path</code> attribute is prepended to the
  269. filename.</para>
  270. </refsect1><refsect1><title>Parameters</title>
  271. <variablelist>
  272. <varlistentry><term>img.src.path="<replaceable>path</replaceable>"</term>
  273. <listitem>
  274. <para>Specifies the pathname to prepend to the name of the image file</para>
  275. </listitem>
  276. </varlistentry>
  277. </variablelist>
  278. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  279. <para><parameter>img.src.path</parameter></para>
  280. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  281. <para><link role="tcg" xlink:href="GraphicsLocations.html#UsingFileref">Using fileref</link></para>
  282. </refsect1></refentry>
  283. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_label-width">
  284. <refnamediv>
  285. <refname>dbhtml_label-width</refname>
  286. <refpurpose>Specifies the label width for a qandaset</refpurpose>
  287. </refnamediv>
  288. <refsynopsisdiv>
  289. <synopsis><tag class="xmlpi">dbhtml label-width="<replaceable>width</replaceable>"</tag></synopsis>
  290. </refsynopsisdiv>
  291. <refsect1><title>Description</title>
  292. <para>Use the <tag class="xmlpi">dbhtml label-width</tag> PI as a child of a
  293. <tag>qandaset</tag> to specify the width of labels.</para>
  294. </refsect1><refsect1><title>Parameters</title>
  295. <variablelist>
  296. <varlistentry><term>label-width="<replaceable>width</replaceable>"</term>
  297. <listitem>
  298. <para>Specifies the label width (including units)</para>
  299. </listitem>
  300. </varlistentry>
  301. </variablelist>
  302. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  303. <para><link role="tcg" xlink:href="QandAformat.html">Q and A formatting</link></para>
  304. </refsect1></refentry>
  305. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_linenumbering.everyNth">
  306. <refnamediv>
  307. <refname>dbhtml_linenumbering.everyNth</refname>
  308. <refpurpose>Specifies interval for line numbers in verbatims</refpurpose>
  309. </refnamediv>
  310. <refsynopsisdiv>
  311. <synopsis><tag class="xmlpi">dbhtml linenumbering.everyNth="<replaceable>N</replaceable>"</tag></synopsis>
  312. </refsynopsisdiv>
  313. <refsect1><title>Description</title>
  314. <para>Use the <tag class="xmlpi">dbhtml linenumbering.everyNth</tag> PI as a child
  315. of a “verbatim” element – <tag>programlisting</tag>,
  316. <tag>screen</tag>, <tag>synopsis</tag> — to specify
  317. the interval at which lines are numbered.</para>
  318. </refsect1><refsect1><title>Parameters</title>
  319. <variablelist>
  320. <varlistentry><term>linenumbering.everyNth="<replaceable>N</replaceable>"</term>
  321. <listitem>
  322. <para>Specifies numbering interval; a number is output
  323. before every <replaceable>N</replaceable>th line</para>
  324. </listitem>
  325. </varlistentry>
  326. </variablelist>
  327. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  328. <para><parameter>linenumbering.everyNth</parameter></para>
  329. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  330. <para><link role="tcg" xlink:href="AnnotateListing.html#LineNumbering">Line numbering</link></para>
  331. </refsect1></refentry>
  332. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_linenumbering.separator">
  333. <refnamediv>
  334. <refname>dbhtml_linenumbering.separator</refname>
  335. <refpurpose>Specifies separator text for line numbers in verbatims</refpurpose>
  336. </refnamediv>
  337. <refsynopsisdiv>
  338. <synopsis><tag class="xmlpi">dbhtml linenumbering.separator="<replaceable>text</replaceable>"</tag></synopsis>
  339. </refsynopsisdiv>
  340. <refsect1><title>Description</title>
  341. <para>Use the <tag class="xmlpi">dbhtml linenumbering.separator</tag> PI as a child
  342. of a “verbatim” element – <tag>programlisting</tag>,
  343. <tag>screen</tag>, <tag>synopsis</tag> — to specify
  344. the separator text output between the line numbers and content.</para>
  345. </refsect1><refsect1><title>Parameters</title>
  346. <variablelist>
  347. <varlistentry><term>linenumbering.separator="<replaceable>text</replaceable>"</term>
  348. <listitem>
  349. <para>Specifies the text (zero or more characters)</para>
  350. </listitem>
  351. </varlistentry>
  352. </variablelist>
  353. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  354. <para><parameter>linenumbering.separator</parameter></para>
  355. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  356. <para><link role="tcg" xlink:href="AnnotateListing.html#LineNumbering">Line numbering</link></para>
  357. </refsect1></refentry>
  358. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_linenumbering.width">
  359. <refnamediv>
  360. <refname>dbhtml_linenumbering.width</refname>
  361. <refpurpose>Specifies width for line numbers in verbatims</refpurpose>
  362. </refnamediv>
  363. <refsynopsisdiv>
  364. <synopsis><tag class="xmlpi">dbhtml linenumbering.width="<replaceable>width</replaceable>"</tag></synopsis>
  365. </refsynopsisdiv>
  366. <refsect1><title>Description</title>
  367. <para>Use the <tag class="xmlpi">dbhtml linenumbering.width</tag> PI as a child
  368. of a “verbatim” element – <tag>programlisting</tag>,
  369. <tag>screen</tag>, <tag>synopsis</tag> — to specify
  370. the width set aside for line numbers.</para>
  371. </refsect1><refsect1><title>Parameters</title>
  372. <variablelist>
  373. <varlistentry><term>linenumbering.width="<replaceable>width</replaceable>"</term>
  374. <listitem>
  375. <para>Specifies the width (inluding units)</para>
  376. </listitem>
  377. </varlistentry>
  378. </variablelist>
  379. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  380. <para><parameter>linenumbering.width</parameter></para>
  381. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  382. <para><link role="tcg" xlink:href="AnnotateListing.html#LineNumbering">Line numbering</link></para>
  383. </refsect1></refentry>
  384. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_list-presentation">
  385. <refnamediv>
  386. <refname>dbhtml_list-presentation</refname>
  387. <refpurpose>Specifies presentation style for a variablelist or
  388. segmentedlist</refpurpose>
  389. </refnamediv>
  390. <refsynopsisdiv>
  391. <synopsis><tag class="xmlpi">dbhtml list-presentation="list"|"table"</tag></synopsis>
  392. </refsynopsisdiv>
  393. <refsect1><title>Description</title>
  394. <para>Use the <tag class="xmlpi">dbhtml list-presentation</tag> PI as a child of
  395. a <tag>variablelist</tag> or <tag>segmentedlist</tag> to
  396. control the presentation style for the list (to cause it, for
  397. example, to be displayed as a table).</para>
  398. </refsect1><refsect1><title>Parameters</title>
  399. <variablelist>
  400. <varlistentry><term>list-presentation="list"</term>
  401. <listitem>
  402. <para>Displays the list as a list</para>
  403. </listitem>
  404. </varlistentry>
  405. <varlistentry><term>list-presentation="table"</term>
  406. <listitem>
  407. <para>Displays the list as a table</para>
  408. </listitem>
  409. </varlistentry>
  410. </variablelist>
  411. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  412. <itemizedlist>
  413. <listitem>
  414. <para><parameter>variablelist.as.table</parameter></para>
  415. </listitem>
  416. <listitem>
  417. <para><parameter>segmentedlist.as.table</parameter></para>
  418. </listitem>
  419. </itemizedlist>
  420. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  421. <para><link role="tcg" xlink:href="Variablelists.html#VarListFormatting">Variable list formatting in HTML</link></para>
  422. </refsect1></refentry>
  423. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_list-width">
  424. <refnamediv>
  425. <refname>dbhtml_list-width</refname>
  426. <refpurpose>Specifies the width of a variablelist or simplelist</refpurpose>
  427. </refnamediv>
  428. <refsynopsisdiv>
  429. <synopsis><tag class="xmlpi">dbhtml list-width="<replaceable>width</replaceable>"</tag></synopsis>
  430. </refsynopsisdiv>
  431. <refsect1><title>Description</title>
  432. <para>Use the <tag class="xmlpi">dbhtml list-width</tag> PI as a child of a
  433. <tag>variablelist</tag> or a <tag>simplelist</tag> presented
  434. as a table, to specify the output width.</para>
  435. </refsect1><refsect1><title>Parameters</title>
  436. <variablelist>
  437. <varlistentry><term>list-width="<replaceable>width</replaceable>"</term>
  438. <listitem>
  439. <para>Specifies the output width (including units)</para>
  440. </listitem>
  441. </varlistentry>
  442. </variablelist>
  443. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  444. <para><link role="tcg" xlink:href="Variablelists.html#VarListFormatting">Variable list formatting in HTML</link></para>
  445. </refsect1></refentry>
  446. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_row-height">
  447. <refnamediv>
  448. <refname>dbhtml_row-height</refname>
  449. <refpurpose>Specifies the height for a CALS table row</refpurpose>
  450. </refnamediv>
  451. <refsynopsisdiv>
  452. <synopsis><tag class="xmlpi">dbhtml row-height="<replaceable>height</replaceable>"</tag></synopsis>
  453. </refsynopsisdiv>
  454. <refsect1><title>Description</title>
  455. <para>Use the <tag class="xmlpi">dbhtml row-height</tag> PI as a child of a
  456. <tag>row</tag> to specify the height of the row.</para>
  457. </refsect1><refsect1><title>Parameters</title>
  458. <variablelist>
  459. <varlistentry><term>row-height="<replaceable>height</replaceable>"</term>
  460. <listitem>
  461. <para>Specifies the row height (including units)</para>
  462. </listitem>
  463. </varlistentry>
  464. </variablelist>
  465. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  466. <para><link role="tcg" xlink:href="RowHeight.html">Row height</link></para>
  467. </refsect1></refentry>
  468. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_start">
  469. <refnamediv>
  470. <refname>dbhtml_start</refname>
  471. <refpurpose>(obsolete) Sets the starting number on an ordered list</refpurpose>
  472. </refnamediv>
  473. <refsynopsisdiv>
  474. <synopsis><tag class="xmlpi">dbhtml start="<replaceable>character</replaceable>"</tag></synopsis>
  475. </refsynopsisdiv>
  476. <refsect1><title>Description</title>
  477. <para><emphasis>This PI is obsolete</emphasis>. The intent of
  478. this PI was to provide a means for setting a specific starting
  479. number for an ordered list. Instead of this PI, set a value
  480. for the <literal>override</literal> attribute on the first
  481. <tag>listitem</tag> in the list; that will have the same
  482. effect as what this PI was intended for.</para>
  483. </refsect1><refsect1><title>Parameters</title>
  484. <variablelist>
  485. <varlistentry><term>start="<replaceable>character</replaceable>"</term>
  486. <listitem>
  487. <para>Specifies the character to use as the starting
  488. number; use 0-9, a-z, A-Z, or lowercase or uppercase
  489. Roman numerals</para>
  490. </listitem>
  491. </varlistentry>
  492. </variablelist>
  493. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  494. <para><link role="tcg" xlink:href="Orderedlists.html#ListStartNum">List starting number</link></para>
  495. </refsect1></refentry>
  496. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_stop-chunking">
  497. <refnamediv>
  498. <refname>dbhtml_stop-chunking</refname>
  499. <refpurpose>Do not chunk any descendants of this element.</refpurpose>
  500. </refnamediv>
  501. <refsynopsisdiv>
  502. <synopsis><tag class="xmlpi">dbhtml stop-chunking</tag></synopsis>
  503. </refsynopsisdiv>
  504. <refsect1><title>Description</title>
  505. <para>When generating chunked HTML output, adding this PI as the child of an element that contains elements that would normally be generated on separate pages if generating chunked output causes chunking to stop at this point. No descendants of the current element will be split into new HTML pages:
  506. <programlisting>&lt;section&gt;
  507. &lt;title&gt;Configuring pencil&lt;/title&gt;
  508. &lt;?dbhtml stop-chunking?&gt;
  509. ...
  510. &lt;/section&gt;</programlisting>
  511. </para>
  512. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  513. <para><link role="tcg" xlink:href="Chunking.html">Chunking into multiple HTML files</link></para>
  514. </refsect1></refentry>
  515. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_table-summary">
  516. <refnamediv>
  517. <refname>dbhtml_table-summary</refname>
  518. <refpurpose>Specifies summary for CALS table, variablelist, segmentedlist, or qandaset output</refpurpose>
  519. </refnamediv>
  520. <refsynopsisdiv>
  521. <synopsis><tag class="xmlpi">dbhtml table-summary="<replaceable>text</replaceable>"</tag></synopsis>
  522. </refsynopsisdiv>
  523. <refsect1><title>Description</title>
  524. <para>Use the <tag class="xmlpi">dbhtml table-summary</tag> PI as a child of
  525. a CALS <tag>table</tag>, <tag>variablelist</tag>,
  526. <tag>segmentedlist</tag>, or <tag>qandaset</tag> to specify
  527. the text for the HTML <literal>summary</literal> attribute
  528. in the output HTML table.</para>
  529. </refsect1><refsect1><title>Parameters</title>
  530. <variablelist>
  531. <varlistentry><term>table-summary="<replaceable>text</replaceable>"</term>
  532. <listitem>
  533. <para>Specifies the summary text (zero or more characters)</para>
  534. </listitem>
  535. </varlistentry>
  536. </variablelist>
  537. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  538. <para><link role="tcg" xlink:href="Variablelists.html#VarListFormatting">Variable list formatting in HTML</link>,
  539. <link role="tcg" xlink:href="TableSummary.html">Table summary text</link></para>
  540. </refsect1></refentry>
  541. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_table-width">
  542. <refnamediv>
  543. <refname>dbhtml_table-width</refname>
  544. <refpurpose>Specifies the width for a CALS table</refpurpose>
  545. </refnamediv>
  546. <refsynopsisdiv>
  547. <synopsis><tag class="xmlpi">dbhtml table-width="<replaceable>width</replaceable>"</tag></synopsis>
  548. </refsynopsisdiv>
  549. <refsect1><title>Description</title>
  550. <para>Use the <tag class="xmlpi">dbhtml table-width</tag> PI as a child of a
  551. CALS <tag>table</tag> to specify the width of the table in
  552. output.</para>
  553. </refsect1><refsect1><title>Parameters</title>
  554. <variablelist>
  555. <varlistentry><term>table-width="<replaceable>width</replaceable>"</term>
  556. <listitem>
  557. <para>Specifies the table width (including units or as a percentage)</para>
  558. </listitem>
  559. </varlistentry>
  560. </variablelist>
  561. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  562. <para><parameter>default.table.width</parameter></para>
  563. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  564. <para><link role="tcg" xlink:href="Tables.html#TableWidth">Table width</link></para>
  565. </refsect1></refentry>
  566. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_term-presentation">
  567. <refnamediv>
  568. <refname>dbhtml_term-presentation</refname>
  569. <refpurpose>Sets character formatting for terms in a variablelist</refpurpose>
  570. </refnamediv>
  571. <refsynopsisdiv>
  572. <synopsis><tag class="xmlpi">dbhtml term-presentation="bold"|"italic"|"bold-italic"</tag></synopsis>
  573. </refsynopsisdiv>
  574. <refsect1><title>Description</title>
  575. <para>Use the <tag class="xmlpi">dbhtml term-presentation</tag> PI as a child
  576. of a <tag>variablelist</tag> to set character formatting for
  577. the <tag>term</tag> output of the list.</para>
  578. </refsect1><refsect1><title>Parameters</title>
  579. <variablelist>
  580. <varlistentry><term>term-presentation="<replaceable>bold</replaceable>"</term>
  581. <listitem>
  582. <para>Specifies that terms are displayed in bold</para>
  583. </listitem>
  584. </varlistentry>
  585. <varlistentry><term>term-presentation="<replaceable>italic</replaceable>"</term>
  586. <listitem>
  587. <para>Specifies that terms are displayed in italic</para>
  588. </listitem>
  589. </varlistentry>
  590. <varlistentry><term>term-presentation="<replaceable>bold-italic</replaceable>"</term>
  591. <listitem>
  592. <para>Specifies that terms are displayed in bold-italic</para>
  593. </listitem>
  594. </varlistentry>
  595. </variablelist>
  596. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  597. <para><link role="tcg" xlink:href="Variablelists.html#VarListFormatting">Variable list formatting in HTML</link></para>
  598. </refsect1></refentry>
  599. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_term-separator">
  600. <refnamediv>
  601. <refname>dbhtml_term-separator</refname>
  602. <refpurpose>Specifies separator text among terms in a varlistentry</refpurpose>
  603. </refnamediv>
  604. <refsynopsisdiv>
  605. <synopsis><tag class="xmlpi">dbhtml term-separator="<replaceable>text</replaceable>"</tag></synopsis>
  606. </refsynopsisdiv>
  607. <refsect1><title>Description</title>
  608. <para>Use the <tag class="xmlpi">dbhtml term-separator</tag> PI as a child
  609. of a <tag>variablelist</tag> to specify the separator text
  610. among <tag>term</tag> instances.</para>
  611. </refsect1><refsect1><title>Parameters</title>
  612. <variablelist>
  613. <varlistentry><term>term-separator="<replaceable>text</replaceable>"</term>
  614. <listitem>
  615. <para>Specifies the text (zero or more characters)</para>
  616. </listitem>
  617. </varlistentry>
  618. </variablelist>
  619. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  620. <para><parameter>variablelist.term.separator</parameter></para>
  621. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  622. <para><link role="tcg" xlink:href="Variablelists.html#VarListFormatting">Variable list formatting in HTML</link></para>
  623. </refsect1></refentry>
  624. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_term-width">
  625. <refnamediv>
  626. <refname>dbhtml_term-width</refname>
  627. <refpurpose>Specifies the term width for a variablelist</refpurpose>
  628. </refnamediv>
  629. <refsynopsisdiv>
  630. <synopsis><tag class="xmlpi">dbhtml term-width="<replaceable>width</replaceable>"</tag></synopsis>
  631. </refsynopsisdiv>
  632. <refsect1><title>Description</title>
  633. <para>Use the <tag class="xmlpi">dbhtml term-width</tag> PI as a child of a
  634. <tag>variablelist</tag> to specify the width for
  635. <tag>term</tag> output.</para>
  636. </refsect1><refsect1><title>Parameters</title>
  637. <variablelist>
  638. <varlistentry><term>term-width="<replaceable>width</replaceable>"</term>
  639. <listitem>
  640. <para>Specifies the term width (including units)</para>
  641. </listitem>
  642. </varlistentry>
  643. </variablelist>
  644. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  645. <para><link role="tcg" xlink:href="Variablelists.html#VarListFormatting">Variable list formatting in HTML</link></para>
  646. </refsect1></refentry>
  647. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml_toc">
  648. <refnamediv>
  649. <refname>dbhtml_toc</refname>
  650. <refpurpose>Specifies whether a TOC should be generated for a qandaset</refpurpose>
  651. </refnamediv>
  652. <refsynopsisdiv>
  653. <synopsis><tag class="xmlpi">dbhtml toc="0"|"1"</tag></synopsis>
  654. </refsynopsisdiv>
  655. <refsect1><title>Description</title>
  656. <para>Use the <tag class="xmlpi">dbhtml toc</tag> PI as a child of a
  657. <tag>qandaset</tag> to specify whether a table of contents
  658. (TOC) is generated for the <tag>qandaset</tag>.</para>
  659. </refsect1><refsect1><title>Parameters</title>
  660. <variablelist>
  661. <varlistentry><term>toc="0"</term>
  662. <listitem>
  663. <para>If zero, no TOC is generated</para>
  664. </listitem>
  665. </varlistentry>
  666. <varlistentry><term>toc="1"</term>
  667. <listitem>
  668. <para>If <code>1</code> (or any non-zero value),
  669. a TOC is generated</para>
  670. </listitem>
  671. </varlistentry>
  672. </variablelist>
  673. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  674. <para><link role="tcg" xlink:href="QandAtoc.html">Q and A list of questions</link>,
  675. <link role="tcg" xlink:href="QandAformat.html">Q and A formatting</link></para>
  676. </refsect1></refentry>
  677. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbcmdlist">
  678. <refnamediv>
  679. <refname>dbcmdlist</refname>
  680. <refpurpose>Generates a hyperlinked list of commands</refpurpose>
  681. </refnamediv>
  682. <refsynopsisdiv>
  683. <synopsis><tag class="xmlpi">dbcmdlist</tag></synopsis>
  684. </refsynopsisdiv>
  685. <refsect1><title>Description</title>
  686. <para>Use the <tag class="xmlpi">dbcmdlist</tag> PI as the child of any
  687. element (for example, <tag>refsynopsisdiv</tag>) containing multiple
  688. <tag>cmdsynopsis</tag> instances; a hyperlinked navigational
  689. “command list” will be generated at the top of output for that
  690. element, enabling users to quickly jump
  691. to each command synopsis.</para>
  692. </refsect1><refsect1><title>Parameters</title>
  693. <para>[No parameters]</para>
  694. </refsect1></refentry>
  695. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbfunclist">
  696. <refnamediv>
  697. <refname>dbfunclist</refname>
  698. <refpurpose>Generates a hyperlinked list of functions</refpurpose>
  699. </refnamediv>
  700. <refsynopsisdiv>
  701. <synopsis><tag class="xmlpi">dbfunclist</tag></synopsis>
  702. </refsynopsisdiv>
  703. <refsect1><title>Description</title>
  704. <para>Use the <tag class="xmlpi">dbfunclist</tag> PI as the child of any
  705. element (for example, <tag>refsynopsisdiv</tag>) containing multiple
  706. <tag>funcsynopsis</tag> instances; a hyperlinked
  707. navigational “function list” will be generated at the top of
  708. output for that element, enabling users to quickly
  709. jump to to each function synopsis.</para>
  710. </refsect1><refsect1><title>Parameters</title>
  711. <para>[No parameters]</para>
  712. </refsect1></refentry>
  713. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhtml-include_href">
  714. <refnamediv>
  715. <refname>dbhtml-include_href</refname>
  716. <refpurpose>Copies an external well-formed HTML/XML file into current doc</refpurpose>
  717. </refnamediv>
  718. <refsynopsisdiv>
  719. <synopsis><tag class="xmlpi">dbhtml-include href="<replaceable>URI</replaceable>"</tag></synopsis>
  720. </refsynopsisdiv>
  721. <refsect1><title>Description</title>
  722. <para>Use the <tag class="xmlpi">dbhtml-include href</tag> PI anywhere in a
  723. document to cause the contents of the file referenced by the
  724. <code>href</code> pseudo-attribute to be copied/inserted “as
  725. is” into your HTML output at the point in document order
  726. where the PI occurs in the source.</para>
  727. <note>
  728. <para>The referenced file may contain plain text (as long as
  729. it is “wrapped” in an <tag>html</tag> element — see the
  730. note below) or markup in any arbitrary vocabulary,
  731. including HTML — but it must conform to XML
  732. well-formedness constraints (because the feature in XSLT
  733. 1.0 for opening external files, the
  734. <function>document()</function> function, can only handle
  735. files that meet XML well-formedness constraints).</para>
  736. <para>Among other things, XML well-formedness constraints
  737. require a document to have <emphasis>a single root
  738. element</emphasis>. So if the content you want to
  739. include is plain text or is markup that does
  740. <emphasis>not</emphasis> have a single root element,
  741. <emphasis role="strong">wrap the content in an
  742. <tag>html</tag> element</emphasis>. The stylesheets will
  743. strip out that surrounding <tag>html</tag> “wrapper” when
  744. they find it, leaving just the content you want to
  745. insert.</para>
  746. </note>
  747. </refsect1><refsect1><title>Parameters</title>
  748. <variablelist>
  749. <varlistentry><term>href="<replaceable>URI</replaceable>"</term>
  750. <listitem>
  751. <para>Specifies the URI for the file to include; the URI
  752. can be, for example, a remote <literal>http:</literal>
  753. URI, or a local filesystem <literal>file:</literal>
  754. URI</para>
  755. </listitem>
  756. </varlistentry>
  757. </variablelist>
  758. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  759. <para><parameter>textinsert.extension</parameter></para>
  760. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  761. <para><link role="tcg" xlink:href="InsertExtHtml.html">Inserting external HTML code</link>,
  762. <link role="tcg" xlink:href="ExternalCode.html">External code files</link></para>
  763. </refsect1></refentry>
  764. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbhh">
  765. <refnamediv>
  766. <refname>dbhh</refname>
  767. <refpurpose>Sets topic name and topic id for context-sensitive HTML Help</refpurpose>
  768. </refnamediv>
  769. <refsynopsisdiv>
  770. <synopsis><tag class="xmlpi">dbhh topicname="<replaceable>name</replaceable>" topicid="<replaceable>id</replaceable>"</tag></synopsis>
  771. </refsynopsisdiv>
  772. <refsect1><title>Description</title>
  773. <para>Use the <tag class="xmlpi">dbhh</tag> PI as a child of components
  774. that should be used as targets for context-sensitive help requests.</para>
  775. </refsect1><refsect1><title>Parameters</title>
  776. <variablelist>
  777. <varlistentry><term>topicname="<replaceable>name</replaceable>"</term>
  778. <listitem>
  779. <para>Specifies a unique string constant that identifies a help topic</para>
  780. </listitem>
  781. </varlistentry>
  782. <varlistentry><term>topicid="<replaceable>id</replaceable>"</term>
  783. <listitem>
  784. <para>Specifies a unique integer value for the <literal>topicname</literal> string</para>
  785. </listitem>
  786. </varlistentry>
  787. </variablelist>
  788. </refsect1><refsect1 role="tcg"><title>Related Information in <link xlink:href="http://www.sagehill.net/docbookxsl/">DocBook XSL: The Complete Guide</link></title>
  789. <para><link role="tcg" xlink:href="HtmlHelp.html#HHContextHelp">Context-sensitive help</link></para>
  790. </refsect1></refentry>
  791. </reference>