%param.ent; ]> HTML Parameter Reference $Id: param.xweb,v 1.1 2003/08/11 20:23:36 camerons Exp $ Walsh Norman 1999 2000 2001 Norman Walsh Introduction This is technical reference documentation for the DocBook XSL Stylesheets; it documents (some of) the parameters, templates, and other elements of the stylesheets. This reference describes each of the HTML Stylesheet parameters. These are the easily customizable parts of the stylesheet. If you want to specify an alternate value for one or more of these parameters, you can do so in a driver stylesheet. For example, if you want to change the html.stylesheet to reference.css, you might create a driver stylesheet like this: reference.css ]]> Naturally, you have to change the href attribute on <xsl:import> to point to docbook.xsl on your system. (Or chunk.xsl, if you're using chunking.) This is not intended to be user documentation. It is provided for developers writing customization layers for the stylesheets, and for anyone who's interested in how it works. Although I am trying to be thorough, this documentation is known to be incomplete. Don't forget to read the source, too :-) Admonitions &admon.graphics.extension; &admon.graphics.path; &admon.graphics; &admon.style; Callouts &callout.defaultcolumn; &callout.graphics.extension; &callout.graphics.number.limit; &callout.graphics.path; &callout.graphics; &callout.list.table; &callout.unicode.number.limit; &callout.unicode.start.character; &callout.unicode; &callouts.extension; EBNF &ebnf.table.bgcolor; &ebnf.table.border; ToC/LoT/Index Generation &annotate.toc; &autotoc.label.separator; &process.source.toc; &process.empty.source.toc; &bridgehead.in.toc; &manual.toc; &toc.list.type; &toc.section.depth; &generate.toc; &generate.section.toc.level; &generate.index; Extensions &linenumbering.everyNth; &linenumbering.extension; &linenumbering.separator; &linenumbering.width; &tablecolumns.extension; &textinsert.extension; &use.extensions; Automatic labelling &chapter.autolabel; &appendix.autolabel; &part.autolabel; &preface.autolabel; &qandadiv.autolabel; §ion.autolabel; §ion.label.includes.component.label; &label.from.part; HTML &html.base; &html.stylesheet.type; &html.stylesheet; &use.id.as.filename; &css.decoration; &spacing.paras; &emphasis.propagates.style; &phrase.propagates.style; &html.longdesc; &html.longdesc.link; &make.valid.html; &html.cleanup; &draft.watermark.image; &generate.id.attributes; XSLT Processing &rootid; &suppress.navigation; Meta/*Info &inherit.keywords; &make.single.year.ranges; &make.year.ranges; &author.othername.in.middle; &generate.legalnotice.link; Reference Pages &funcsynopsis.decoration; &funcsynopsis.style; &function.parens; &refentry.generate.name; &refentry.generate.title; &refentry.xref.manvolnum; &citerefentry.link; &refentry.separator; Tables &default.table.width; &nominal.table.width; &table.borders.with.css; &table.border.style; &table.border.thickness; &table.border.color; QAndASet &qanda.defaultlabel; &qanda.inherit.numeration; Linking &link.mailto.url; &ulink.target; &olink.fragid; &olink.outline.ext; &olink.pubid; &olink.sysid; &olink.resolver; Bibliography &biblioentry.item.separator; &bibliography.collection; Glossary &glossterm.auto.link; &firstterm.only.link; &glossary.collection; Miscellaneous &graphic.default.extension; &formal.procedures; &formal.title.placement; &runinhead.default.title.end.punct; &runinhead.title.end.punct; &show.comments; &show.revisionflag; &shade.verbatim; &shade.verbatim.style; &punct.honorific; &segmentedlist.as.table; &variablelist.as.table; &tex.math.in.alt; &tex.math.file; &tex.math.delims; &pixels.per.inch; Chunking &using.chunker; &html.ext; &root.filename; &base.dir; &chunk.toc; &chunk.section.depth; &chunk.first.sections; &chunk.quietly; &saxon.character.representation; &default.encoding; &output.method; &chunk.datafile; &navig.graphics; &navig.graphics.extension; &navig.graphics.path; &navig.showtitles; Profiling Following parameters can be used for attribute value based profiling of your document. For more info about profiling look at http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html. &profile.arch; &profile.condition; &profile.conformance; &profile.lang; &profile.os; &profile.revision; &profile.revisionflag; &profile.role; &profile.security; &profile.userlevel; &profile.vendor; &profile.attribute; &profile.value; &profile.separator; HTML Help &htmlhelp.encoding; &htmlhelp.autolabel; &htmlhelp.chm; &htmlhelp.default.topic; &htmlhelp.hhp; &htmlhelp.hhc; &htmlhelp.hhp.tail; &htmlhelp.enumerate.images; &htmlhelp.force.map.and.alias; &htmlhelp.map.file; &htmlhelp.alias.file; &htmlhelp.hhc.section.depth; &htmlhelp.hhc.show.root; &htmlhelp.hhc.folders.instead.books; &htmlhelp.title; The Stylesheet The param.xsl stylesheet is just a wrapper around all these parameters.