📄 param.xweb
字号:
<!DOCTYPE book [<!ENTITY % param.ent SYSTEM "param.ent">%param.ent;]><book xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><bookinfo><title>HTML Parameter Reference</title><releaseinfo role="meta">$Id: param.xweb,v 1.1 2004/10/21 11:39:54 belamri Exp $</releaseinfo><author> <surname>Walsh</surname> <firstname>Norman</firstname></author><copyright> <year>1999</year> <year>2000</year> <year>2001</year> <holder>Norman Walsh</holder></copyright></bookinfo><preface><title>Introduction</title><para>This is technical reference documentation for the DocBook XSLStylesheets; it documents (some of) the parameters, templates, andother elements of the stylesheets.</para><para>This reference describes each of the HTML Stylesheet parameters.These are the <quote>easily customizable</quote> parts of the stylesheet.If you want to specify an alternate value for one or more of theseparameters, you can do so in a <quote>driver</quote> stylesheet.</para><para>For example, if you want to change the <literal>html.stylesheet</literal>to <filename>reference.css</filename>, you might create a driverstylesheet like this:</para><programlisting><![CDATA[<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> <xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl"/> <xsl:param name="html.stylesheet">reference.css</xsl:param></xsl:stylesheet>]]></programlisting><para>Naturally, you have to change the<sgmltag class='attribute'>href</sgmltag> attribute on<literal><xsl:import></literal> to point to<filename>docbook.xsl</filename> on your system. (Or<filename>chunk.xsl</filename>, if you're using chunking.)</para><para>This is not intended to be <quote>user</quote> documentation.It is provided for developers writing customization layers for thestylesheets, and for anyone who's interested in <quote>how itworks</quote>.</para><para>Although I am trying to be thorough, this documentation is knownto be incomplete. Don't forget to read the source, too :-)</para></preface><reference><title>Admonitions</title>&admon.graphics.extension;&admon.graphics.path;&admon.graphics;&admon.style;</reference><reference><title>Callouts</title>&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;</reference><reference><title>EBNF</title>&ebnf.table.bgcolor;&ebnf.table.border;</reference><reference><title>ToC/LoT/Index Generation</title>&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;</reference><reference><title>Extensions</title>&linenumbering.everyNth;&linenumbering.extension;&linenumbering.separator;&linenumbering.width;&tablecolumns.extension;&textinsert.extension;&graphicsize.extension;&use.extensions;</reference><reference><title>Automatic labelling</title>&chapter.autolabel;&appendix.autolabel;&part.autolabel;&preface.autolabel;&qandadiv.autolabel;§ion.autolabel;§ion.label.includes.component.label;&label.from.part;</reference><!--<reference><title></title></reference>--><reference><title>HTML</title>&html.base;&html.stylesheet.type;&html.stylesheet;&use.id.as.filename;&css.decoration;&spacing.paras;&emphasis.propagates.style;¶.propagates.style;&phrase.propagates.style;&html.longdesc;&html.longdesc.link;&make.valid.html;&html.cleanup;&draft.watermark.image;&generate.id.attributes;&generate.meta.abstract;</reference><reference><title>XSLT Processing</title>&rootid;&suppress.navigation;&suppress.header.navigation;&suppress.footer.navigation;&header.rule;&footer.rule;</reference><reference><title>Meta/*Info</title>&inherit.keywords;&make.single.year.ranges;&make.year.ranges;&author.othername.in.middle;&generate.legalnotice.link;</reference><reference><title>Reference Pages</title>&funcsynopsis.decoration;&funcsynopsis.style;&funcsynopsis.tabular.threshold;&function.parens;&refentry.generate.name;&refentry.generate.title;&refentry.xref.manvolnum;&citerefentry.link;&refentry.separator;</reference><reference><title>Tables</title>&default.table.width;&nominal.table.width;&table.borders.with.css;&table.cell.border.style;&table.cell.border.thickness;&table.cell.border.color;&table.frame.border.style;&table.frame.border.thickness;&table.frame.border.color;&html.cellspacing;&html.cellpadding;</reference><reference><title>QAndASet</title>&qanda.defaultlabel;&qanda.inherit.numeration;</reference><reference><title>Linking</title>&target.database.document;&targets.filename;&collect.xref.targets;&olink.base.uri;&use.local.olink.style;¤t.docid;&olink.doctitle;&link.mailto.url;&ulink.target;&olink.fragid;&olink.outline.ext;&olink.pubid;&olink.sysid;&olink.resolver;</reference><reference><title>Bibliography</title>&biblioentry.item.separator;&bibliography.collection;&bibliography.numbered;</reference><reference><title>Glossary</title>&glossterm.auto.link;&firstterm.only.link;&glossary.collection;</reference><reference><title>Miscellaneous</title>&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;&points.per.em;&use.svg;&use.role.as.xrefstyle;&menuchoice.separator;&menuchoice.menu.separator;&default.float.class;</reference><reference><title>Graphics</title>&graphic.default.extension;&default.image.width;&nominal.image.width;&nominal.image.depth;&use.embed.for.svg;&make.graphic.viewport;</reference><reference><title>Chunking</title>&chunker.output.cdata-section-elements;&chunker.output.doctype-public;&chunker.output.doctype-system;&chunker.output.encoding;&chunker.output.indent;&chunker.output.media-type;&chunker.output.method;&chunker.output.omit-xml-declaration;&chunker.output.standalone;&saxon.character.representation;&html.ext;&html.extra.head.links;&root.filename;&base.dir;&generate.manifest;&manifest;&chunk.toc;&chunk.tocs.and.lots;&chunk.section.depth;&chunk.first.sections;&chunk.quietly;&navig.graphics;&navig.graphics.extension;&navig.graphics.path;&navig.showtitles;</reference><reference><title>Profiling</title><partintro><para>Following parameters can be used for attribute value basedprofiling of your document. For more info about profiling look at<ulinkurl="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html</ulink>.</para></partintro>&profile.arch;&profile.condition;&profile.conformance;&profile.lang;&profile.os;&profile.revision;&profile.revisionflag;&profile.role;&profile.security;&profile.userlevel;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -