- Timestamp:
- Sep 9, 2007, 9:01:29 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a063414
- Parents:
- 1c62f2a
- Location:
- BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot
- Files:
-
- 1 deleted
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/VERSION
r1c62f2a rd7c9f58 3 3 xmlns:fm="http://freshmeat.net/projects/freshmeat-submit/" 4 4 xmlns:sf="http://sourceforge.net/" 5 xmlns:dyn="http://exslt.org/dynamic" 6 xmlns:saxon="http://icl.com/saxon" 5 7 exclude-result-prefixes="fm sf" 6 8 version='1.0'> 7 9 10 <xsl:output omit-xml-declaration="yes"/> 11 12 <xsl:param name="get"/> 8 13 <xsl:param name="VERSION" select="string(document('')//fm:Version[1])"/> 14 <xsl:param name="Tag" select="concat('V',translate(string(document('')//fm:Version[1]),'.',''))"/> 9 15 <xsl:param name="DistroTitle" select="string(document('')//fm:Branch[1])"/> 16 <xsl:param name="sf-relid" select="0"/> 17 10 18 <xsl:param name="DistroName">docbook-xsl</xsl:param> 11 19 <xsl:param name="PreviousRelease">1.72.0</xsl:param> 12 <xsl:param name="PreviousReleaseRevision">65 53</xsl:param>20 <xsl:param name="PreviousReleaseRevision">6549</xsl:param> 13 21 <xsl:param name="Revision">$Revision$</xsl:param> 14 22 <xsl:param name="VersionFileURL">$URL: https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/VERSION $</xsl:param> 15 <xsl:param name="sf-relid" select="0"/> 23 16 24 <xsl:strip-space elements="fm:*"/> 17 25 … … 19 27 <fm:Project>DocBook</fm:Project> 20 28 <fm:Branch>XSL Stylesheets</fm:Branch> 21 <fm:Version> snapshot_7094</fm:Version>29 <fm:Version>1.73.2</fm:Version> 22 30 <!-- 23 31 <fm:License>MIT/X Consortium License</fm:License> … … 28 36 <!-- * Code cleanup --> 29 37 <!-- * Minor feature enhancements --> 30 Major feature enhancements 31 <!-- * Minor bugfixes --> 38 <!-- * Major feature enhancements --> 39 Minor bugfixes 32 40 <!-- * Major bugfixes --> 33 41 <!-- * Minor security fixes --> … … 41 49 <fm:CVS-URL>http://docbook.svn.sourceforge.net/viewvc/docbook/</fm:CVS-URL> 42 50 <fm:Mailing-List-URL>http://lists.oasis-open.org/archives/docbook-apps/</fm:Mailing-List-URL> 43 <fm:Changes>This is a bug-fix release with a few feature enhancements.51 <fm:Changes>This is a bug-fix update to the 1.73.1 release. 44 52 </fm:Changes> 45 53 </fm:project> 46 54 47 55 <xsl:template match="/" priority="-100"> 48 <xsl:if test="$sf-relid = 0"> 49 <xsl:message terminate="yes"> 50 <xsl:text>You must specify the sf-relid as a parameter.</xsl:text> 51 </xsl:message> 52 </xsl:if> 53 54 <xsl:apply-templates select="//fm:project"/> 56 <xsl:choose> 57 <xsl:when test="$get = 'Tag'"> 58 <xsl:value-of select="$Tag"/> 59 </xsl:when> 60 <xsl:when test="$get = 'PreviousRelease'"> 61 <xsl:value-of select="$PreviousRelease"/> 62 </xsl:when> 63 <xsl:when test="$get = 'PreviousReleaseRevision'"> 64 <xsl:value-of select="$PreviousReleaseRevision"/> 65 </xsl:when> 66 <xsl:when test="$get = 'DistroTitle'"> 67 <xsl:value-of select="$DistroTitle"/> 68 </xsl:when> 69 <xsl:otherwise> 70 <xsl:if test="$sf-relid = 0"> 71 <xsl:message terminate="yes"> 72 <xsl:text>You must specify the sf-relid as a parameter.</xsl:text> 73 </xsl:message> 74 </xsl:if> 75 <xsl:apply-templates select="//fm:project"/> 76 </xsl:otherwise> 77 </xsl:choose> 55 78 </xsl:template> 56 79 57 80 <xsl:template match="fm:project"> 58 <xsl:text> </xsl:text>59 81 <xsl:apply-templates/> 60 82 <xsl:text> </xsl:text> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/de.xml
r1c62f2a rd7c9f58 170 170 <l:gentext key="unsupported" text="wird nicht unterstÃŒtzt"/> 171 171 <l:gentext key="xrefto" text="xref auf"/> 172 <l:gentext key="Authors" text="Aut hors" lang="en"/>172 <l:gentext key="Authors" text="Autoren"/> 173 173 <l:gentext key="copyeditor" text="Copy Editor" lang="en"/> 174 174 <l:gentext key="graphicdesigner" text="Graphic Designer" lang="en"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/pi.xsl
r1c62f2a rd7c9f58 90 90 <refpurpose>Inserts a date timestamp</refpurpose> 91 91 <refdescription> 92 <para>Use the <tag >dbtimestamp</tag> PI at any point in a92 <para>Use the <tag class="xmlpi">dbtimestamp</tag> PI at any point in a 93 93 source document to cause a date timestamp (a formatted 94 94 string representing the current date and time) to be -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/stripns.xsl
r1c62f2a rd7c9f58 17 17 copyright and other information. 18 18 19 This file contains general templates common to both the HTML and FO20 versions of the DocBook stylesheets.21 19 ******************************************************************** --> 22 23 <xsl:import href="utility.xsl"/>24 25 <!-- * Get a title for current doc so that we let the user -->26 <!-- * know what document we are processing at this point. -->27 <xsl:variable name="doc.title">28 <xsl:call-template name="get.doc.title"/>29 </xsl:variable>30 20 31 21 <!-- put an xml:base attribute on the root element --> … … 268 258 </xsl:when> 269 259 <xsl:otherwise> 270 <xsl:call-template name="log.message"> 271 <xsl:with-param name="level">Warn</xsl:with-param> 272 <xsl:with-param name="source" select="$doc.title"/> 273 <xsl:with-param name="context-desc"> 274 <xsl:text>no @xml:base</xsl:text> 275 </xsl:with-param> 276 <xsl:with-param name="message"> 277 <xsl:text>cannot add @xml:base to node-set root element</xsl:text> 278 </xsl:with-param> 279 </xsl:call-template> 280 <xsl:call-template name="log.message"> 281 <xsl:with-param name="level">Warn</xsl:with-param> 282 <xsl:with-param name="source" select="$doc.title"/> 283 <xsl:with-param name="context-desc"> 284 <xsl:text>no @xml:base</xsl:text> 285 </xsl:with-param> 286 <xsl:with-param name="message"> 287 <xsl:text>relative paths may not work</xsl:text> 288 </xsl:with-param> 289 </xsl:call-template> 260 <xsl:message> 261 <xsl:text>WARNING: cannot add @xml:base to node </xsl:text> 262 <xsl:text>set root element. </xsl:text> 263 <xsl:text>Relative paths may not work.</xsl:text> 264 </xsl:message> 290 265 </xsl:otherwise> 291 266 </xsl:choose> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/utility.xsl
r1c62f2a rd7c9f58 32 32 <note> 33 33 <para>These templates are defined in a separate file from the set 34 of âcommonâ templates because some of the comm enttemplates34 of âcommonâ templates because some of the common templates 35 35 reference DocBook XSL stylesheet parameters, requiring the 36 36 entire set of parameters to be imported/included in any -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/admon.xsl
r1c62f2a rd7c9f58 86 86 <xsl:if test="$admon.textlabel != 0 or title or info/title"> 87 87 <fo:block xsl:use-attribute-sets="admonition.title.properties"> 88 <xsl:apply-templates select="." mode="object.title.markup"/> 88 <xsl:apply-templates select="." mode="object.title.markup"> 89 <xsl:with-param name="allow-anchors" select="1"/> 90 </xsl:apply-templates> 89 91 </fo:block> 90 92 </xsl:if> … … 108 110 <fo:block keep-with-next.within-column='always' 109 111 xsl:use-attribute-sets="admonition.title.properties"> 110 <xsl:apply-templates select="." mode="object.title.markup"/> 112 <xsl:apply-templates select="." mode="object.title.markup"> 113 <xsl:with-param name="allow-anchors" select="1"/> 114 </xsl:apply-templates> 111 115 </fo:block> 112 116 </xsl:if> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/footnote.xsl
r1c62f2a rd7c9f58 91 91 <xsl:number level="any" 92 92 from="chapter|appendix|preface|article|refentry|bibliography" 93 count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)][ ulink.show != 0]"93 count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)][$ulink.show != 0]" 94 94 format="1"/> 95 95 </xsl:variable> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/graphics.xsl
r1c62f2a rd7c9f58 376 376 </xsl:choose> 377 377 </xsl:when> 378 <xsl:otherwise> 379 <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" 380 href="{$filename}"/> 378 <xsl:otherwise> 379 <xsl:message terminate="yes"> 380 <xsl:text>Cannot insert </xsl:text><xsl:value-of select="$filename"/> 381 <xsl:text>. Check use.extensions and textinsert.extension parameters.</xsl:text> 382 </xsl:message> 381 383 </xsl:otherwise> 382 384 </xsl:choose> … … 495 497 </xsl:when> 496 498 <xsl:otherwise> 497 <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" 498 href="{$filename}"/> 499 </xsl:otherwise> 499 <xsl:message terminate="yes"> 500 <xsl:text>Cannot insert </xsl:text><xsl:value-of select="$filename"/> 501 <xsl:text>. Check use.extensions and textinsert.extension parameters.</xsl:text> 502 </xsl:message> 503 </xsl:otherwise> 500 504 </xsl:choose> 501 505 </xsl:when> … … 533 537 534 538 <xsl:template match="textdata"> 539 <xsl:variable name="vendor" select="system-property('xsl:vendor')"/> 535 540 <xsl:variable name="filename"> 536 541 <xsl:choose> … … 565 570 <xtext:insertfile href="{$filename}"/> 566 571 </xsl:when> 567 <xsl:otherwise> 568 <xsl:message terminate="yes"> 569 <xsl:text>No insertfile extension available.</xsl:text> 570 </xsl:message> 571 </xsl:otherwise> 572 <xsl:otherwise> 573 <xsl:message terminate="yes"> 574 <xsl:text>Don't know how to insert files with </xsl:text> 575 <xsl:value-of select="$vendor"/> 576 </xsl:message> 577 </xsl:otherwise> 572 578 </xsl:choose> 573 579 </xsl:when> 574 580 <xsl:otherwise> 575 <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" 576 href="{$filename}"/> 581 <xsl:message terminate="yes"> 582 <xsl:text>Cannot insert </xsl:text><xsl:value-of select="$filename"/> 583 <xsl:text>. Check use.extensions and textinsert.extension parameters.</xsl:text> 584 </xsl:message> 577 585 </xsl:otherwise> 578 586 </xsl:choose> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl
r1c62f2a rd7c9f58 1 1 <?xml version="1.0" encoding="ASCII"?> 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns="http://docbook.org/ns/docbook" exclude-result-prefixes="src"version="1.0">2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3 3 4 4 <!-- This file is generated from param.xweb --> … … 29 29 <xsl:attribute name="text-align">center</xsl:attribute> 30 30 </xsl:attribute-set> 31 <xsl:param name="admon.graphics.extension" select="'.png'"/>31 <xsl:param name="admon.graphics.extension">.png</xsl:param> 32 32 <xsl:param name="admon.graphics" select="0"/> 33 33 <xsl:param name="admon.graphics.path">images/</xsl:param> … … 56 56 </xsl:attribute-set> 57 57 <xsl:param name="alignment">justify</xsl:param> 58 <xsl:param name="appendix.autolabel" select="'A'"/>58 <xsl:param name="appendix.autolabel">A</xsl:param> 59 59 <xsl:param name="arbortext.extensions" select="0"/> 60 60 <xsl:attribute-set name="article.appendix.title.properties" use-attribute-sets="section.title.properties section.title.level1.properties"> … … 64 64 </xsl:attribute-set> 65 65 <xsl:param name="author.othername.in.middle" select="1"/> 66 <xsl:param name="autotoc.label.separator" select="'. '"/>66 <xsl:param name="autotoc.label.separator">. </xsl:param> 67 67 <xsl:param name="axf.extensions" select="0"/> 68 68 <xsl:param name="biblioentry.item.separator">. </xsl:param> … … 71 71 <xsl:attribute name="text-indent">-0.5in</xsl:attribute> 72 72 </xsl:attribute-set> 73 <xsl:param name="bibliography.collection" select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"/> 73 <xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param> 74 74 75 <xsl:param name="bibliography.numbered" select="0"/> 75 <xsl:param name="bibliography.style" select="'normal'"/>76 <xsl:param name="bibliography.style">normal</xsl:param> 76 77 <xsl:attribute-set name="blockquote.properties"> 77 78 <xsl:attribute name="margin-left">0.5in</xsl:attribute> … … 81 82 <xsl:attribute name="space-after.maximum">2em</xsl:attribute> 82 83 </xsl:attribute-set> 83 <xsl:param name="body.font.family" select="'serif'"/>84 <xsl:param name="body.font.family">serif</xsl:param> 84 85 <xsl:param name="body.font.master">10</xsl:param> 85 86 <xsl:param name="body.font.size"> 86 87 <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text> 87 88 </xsl:param> 88 <xsl:param name="body.margin.bottom" select="'0.5in'"/>89 <xsl:param name="body.margin.top" select="'0.5in'"/>89 <xsl:param name="body.margin.bottom">0.5in</xsl:param> 90 <xsl:param name="body.margin.top">0.5in</xsl:param> 90 91 <xsl:param name="body.start.indent"> 91 92 <xsl:choose> … … 95 96 </xsl:choose> 96 97 </xsl:param> 97 <xsl:param name="body.end.indent" select="'0pt'"/>98 <xsl:param name="body.end.indent">0pt</xsl:param> 98 99 <xsl:param name="bridgehead.in.toc" select="0"/> 99 <xsl:param name="callout.defaultcolumn" select="'60'"/>100 101 <xsl:param name="callout.graphics.extension" select="'.svg'"/>102 <xsl:param name="callout.graphics" select=" '1'"/>100 <xsl:param name="callout.defaultcolumn">60</xsl:param> 101 102 <xsl:param name="callout.graphics.extension">.svg</xsl:param> 103 <xsl:param name="callout.graphics" select="1"/> 103 104 <xsl:param name="callout.icon.size">7pt</xsl:param> 104 105 105 <xsl:param name="callout.graphics.number.limit" select="'30'"/>106 <xsl:param name="callout.graphics.path" select="'images/callouts/'"/>107 <xsl:param name="callout.unicode.font" select="'ZapfDingbats'"/>106 <xsl:param name="callout.graphics.number.limit">30</xsl:param> 107 <xsl:param name="callout.graphics.path">images/callouts/</xsl:param> 108 <xsl:param name="callout.unicode.font">ZapfDingbats</xsl:param> 108 109 <xsl:param name="callout.unicode" select="0"/> 109 <xsl:param name="callout.unicode.number.limit" select="'10'"/>110 <xsl:param name="callout.unicode.start.character" select="10102"/>111 <xsl:param name="callouts.extension" select=" '1'"/>110 <xsl:param name="callout.unicode.number.limit">10</xsl:param> 111 <xsl:param name="callout.unicode.start.character">10102</xsl:param> 112 <xsl:param name="callouts.extension" select="1"/> 112 113 <xsl:param name="chapter.autolabel" select="1"/> 113 <xsl:param name="collect.xref.targets" select="'no'"/>114 <xsl:param name="collect.xref.targets">no</xsl:param> 114 115 <xsl:param name="column.count.back" select="1"/> 115 116 <xsl:param name="column.count.body" select="1"/> 116 117 <xsl:param name="column.count.front" select="1"/> 117 <xsl:param name="column.count.index" select="2"/>118 <xsl:param name="column.count.index">2</xsl:param> 118 119 <xsl:param name="column.count.lot" select="1"/> 119 120 <xsl:param name="column.count.titlepage" select="1"/> 120 <xsl:param name="column.gap.back" select="'12pt'"/>121 <xsl:param name="column.gap.body" select="'12pt'"/>122 <xsl:param name="column.gap.front" select="'12pt'"/>123 <xsl:param name="column.gap.index" select="'12pt'"/>124 <xsl:param name="column.gap.lot" select="'12pt'"/>125 <xsl:param name="column.gap.titlepage" select="'12pt'"/>121 <xsl:param name="column.gap.back">12pt</xsl:param> 122 <xsl:param name="column.gap.body">12pt</xsl:param> 123 <xsl:param name="column.gap.front">12pt</xsl:param> 124 <xsl:param name="column.gap.index">12pt</xsl:param> 125 <xsl:param name="column.gap.lot">12pt</xsl:param> 126 <xsl:param name="column.gap.titlepage">12pt</xsl:param> 126 127 <xsl:attribute-set name="compact.list.item.spacing"> 127 128 <xsl:attribute name="space-before.optimum">0em</xsl:attribute> … … 147 148 </xsl:attribute-set> 148 149 <xsl:param name="crop.marks" select="0"/> 149 <xsl:param name="crop.mark.width" select="'0.5pt'"/>150 <xsl:param name="crop.mark.offset" select="'24pt'"/>151 <xsl:param name="crop.mark.bleed" select="'6pt'"/>152 <xsl:param name="current.docid" select="''"/>150 <xsl:param name="crop.mark.width">0.5pt</xsl:param> 151 <xsl:param name="crop.mark.offset">24pt</xsl:param> 152 <xsl:param name="crop.mark.bleed">6pt</xsl:param> 153 <xsl:param name="current.docid"/> 153 154 <xsl:param name="default.float.class"> 154 155 <xsl:choose> … … 157 158 </xsl:choose> 158 159 </xsl:param> 159 <xsl:param name="default.image.width" select="''"/>160 <xsl:param name="default.table.width" select="''"/>161 <xsl:param name="default.table.frame" select="'all'"/>162 <xsl:param name="default.units" select="'pt'"/>163 <xsl:param name="dingbat.font.family" select="'serif'"/>160 <xsl:param name="default.image.width"/> 161 <xsl:param name="default.table.width"/> 162 <xsl:param name="default.table.frame">all</xsl:param> 163 <xsl:param name="default.units">pt</xsl:param> 164 <xsl:param name="dingbat.font.family">serif</xsl:param> 164 165 <xsl:param name="double.sided" select="0"/> 165 <xsl:param name="draft.mode" select="'maybe'"/>166 <xsl:param name="draft.watermark.image" select="'http://docbook.sourceforge.net/release/images/draft.png'"/>166 <xsl:param name="draft.mode">maybe</xsl:param> 167 <xsl:param name="draft.watermark.image">http://docbook.sourceforge.net/release/images/draft.png</xsl:param> 167 168 168 169 <xsl:param name="ebnf.assignment"> … … 173 174 174 175 <xsl:param name="ebnf.statement.terminator"/> 175 <xsl:param name="email.delimiters.enabled" >1</xsl:param>176 <xsl:param name="email.delimiters.enabled" select="1"/> 176 177 <xsl:attribute-set name="equation.properties" use-attribute-sets="formal.object.properties"/> 177 178 <xsl:attribute-set name="example.properties" use-attribute-sets="formal.object.properties"/> … … 187 188 </xsl:attribute-set> 188 189 <xsl:param name="footer.rule" select="1"/> 189 <xsl:param name="footer.column.widths" select="'1 1 1'"/>190 <xsl:param name="footer.table.height" select="'14pt'"/>190 <xsl:param name="footer.column.widths">1 1 1</xsl:param> 191 <xsl:param name="footer.table.height">14pt</xsl:param> 191 192 <xsl:attribute-set name="footer.table.properties"> 192 193 <xsl:attribute name="table-layout">fixed</xsl:attribute> … … 197 198 <xsl:value-of select="$body.font.master * 0.8"/><xsl:text>pt</xsl:text> 198 199 </xsl:param> 199 <xsl:param name="footnote.number.format" select="'1'"/>200 <xsl:param name="footnote.number.symbols" select="''"/>200 <xsl:param name="footnote.number.format">1</xsl:param> 201 <xsl:param name="footnote.number.symbols"/> 201 202 <xsl:attribute-set name="footnote.mark.properties"> 202 203 <xsl:attribute name="font-size">75%</xsl:attribute> … … 251 252 <xsl:param name="funcsynopsis.decoration" select="1"/> 252 253 <xsl:param name="funcsynopsis.style">kr</xsl:param> 253 <xsl:param name="function.parens" >0</xsl:param>254 <xsl:param name="function.parens" select="0"/> 254 255 <xsl:param name="generate.index" select="1"/> 255 256 <xsl:param name="generate.section.toc.level" select="0"/> … … 273 274 </xsl:param> 274 275 <xsl:param name="glossary.as.blocks" select="0"/> 275 <xsl:param name="glossary.collection" select="''"/>276 <xsl:param name="glossary.collection"/> 276 277 <xsl:param name="glossary.sort" select="0"/> 277 <xsl:param name="glossentry.show.acronym" select="'no'"/>278 <xsl:param name="glossentry.show.acronym">no</xsl:param> 278 279 <xsl:param name="glosslist.as.blocks" select="0"/> 279 280 <xsl:param name="glossterm.auto.link" select="0"/> 280 <xsl:param name="glossterm.separation" select="'0.25in'"/>281 <xsl:param name="glossterm.width" select="'2in'"/>281 <xsl:param name="glossterm.separation">0.25in</xsl:param> 282 <xsl:param name="glossterm.width">2in</xsl:param> 282 283 <xsl:param name="graphic.default.extension"/> 283 284 <xsl:attribute-set name="header.content.properties"> … … 290 291 </xsl:attribute-set> 291 292 <xsl:param name="header.rule" select="1"/> 292 <xsl:param name="header.column.widths" select="'1 1 1'"/>293 <xsl:param name="header.table.height" select="'14pt'"/>293 <xsl:param name="header.column.widths">1 1 1</xsl:param> 294 <xsl:param name="header.table.height">14pt</xsl:param> 294 295 <xsl:attribute-set name="header.table.properties"> 295 296 <xsl:attribute name="table-layout">fixed</xsl:attribute> … … 297 298 </xsl:attribute-set> 298 299 <xsl:param name="headers.on.blank.pages" select="1"/> 299 <xsl:param name="highlight.default.language" select="''"/>300 <xsl:param name="highlight.default.language"/> 300 301 <xsl:param name="highlight.source" select="0"/> 301 302 <xsl:param name="hyphenate">true</xsl:param> 302 303 <xsl:param name="hyphenate.verbatim" select="0"/> 303 <xsl:param name="hyphenate.verbatim.characters" select="''"/>304 <xsl:param name="hyphenate.verbatim.characters"/> 304 305 <xsl:param name="ignore.image.scaling" select="0"/> 305 306 <xsl:param name="img.src.path"/> 306 <xsl:param name="index.method" select="'basic'"/>307 <xsl:param name="index.method">basic</xsl:param> 307 308 <xsl:param name="index.on.role" select="0"/> 308 309 <xsl:param name="index.on.type" select="0"/> … … 338 339 <xsl:attribute name="start-indent">0pt</xsl:attribute> 339 340 </xsl:attribute-set> 340 <xsl:param name="index.number.separator" select="''"/>341 <xsl:param name="index.range.separator" select="''"/>342 <xsl:param name="index.term.separator" select="''"/>341 <xsl:param name="index.number.separator"/> 342 <xsl:param name="index.range.separator"/> 343 <xsl:param name="index.term.separator"/> 343 344 <xsl:param name="insert.link.page.number">no</xsl:param> 344 345 <xsl:param name="insert.xref.page.number">no</xsl:param> … … 347 348 <xsl:attribute-set name="itemizedlist.label.properties"> 348 349 </xsl:attribute-set> 349 <xsl:param name="itemizedlist.label.width" select="'1.0em'"/> 350 <xsl:param name="itemizedlist.label.width">1.0em</xsl:param> 351 350 352 351 353 <xsl:param name="keep.relative.image.uris" select="0"/> 352 <xsl:param name="l10n.gentext.default.language" select="'en'"/>353 <xsl:param name="l10n.gentext.language" select="''"/>354 <xsl:param name="l10n.gentext.default.language">en</xsl:param> 355 <xsl:param name="l10n.gentext.language"/> 354 356 <xsl:param name="l10n.gentext.use.xref.language" select="0"/> 355 357 <xsl:param name="l10n.lang.value.rfc.compliant" select="1"/> 356 <xsl:param name="label.from.part" select=" '0'"/>357 <xsl:param name="line-height" select="'normal'"/>358 <xsl:param name="linenumbering.everyNth" select="'5'"/>359 <xsl:param name="linenumbering.extension" select=" '1'"/>360 <xsl:param name="linenumbering.separator" select="' '"/>361 <xsl:param name="linenumbering.width" select="'3'"/>358 <xsl:param name="label.from.part" select="0"/> 359 <xsl:param name="line-height">normal</xsl:param> 360 <xsl:param name="linenumbering.everyNth">5</xsl:param> 361 <xsl:param name="linenumbering.extension" select="1"/> 362 <xsl:param name="linenumbering.separator"><xsl:text> </xsl:text></xsl:param> 363 <xsl:param name="linenumbering.width">3</xsl:param> 362 364 <xsl:attribute-set name="list.block.properties"> 363 365 <xsl:attribute name="provisional-label-separation">0.2em</xsl:attribute> … … 390 392 <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute> 391 393 </xsl:attribute-set> 392 <xsl:param name="margin.note.float.type" select="'none'"/>393 <xsl:param name="margin.note.width" select="'1in'"/>394 <xsl:param name="marker.section.level" select="2"/>394 <xsl:param name="margin.note.float.type">none</xsl:param> 395 <xsl:param name="margin.note.width">1in</xsl:param> 396 <xsl:param name="marker.section.level">2</xsl:param> 395 397 <xsl:param name="menuchoice.menu.separator"> → </xsl:param> 396 <xsl:param name="menuchoice.separator" select="'+'"/>397 <xsl:param name="monospace.font.family" select="'monospace'"/>398 <xsl:param name="menuchoice.separator">+</xsl:param> 399 <xsl:param name="monospace.font.family">monospace</xsl:param> 398 400 <xsl:attribute-set name="monospace.properties"> 399 401 <xsl:attribute name="font-family"> … … 405 407 <xsl:attribute name="wrap-option">no-wrap</xsl:attribute> 406 408 </xsl:attribute-set> 407 <xsl:param name="nominal.table.width" select="'6in'"/>409 <xsl:param name="nominal.table.width">6in</xsl:param> 408 410 <xsl:attribute-set name="normal.para.spacing"> 409 411 <xsl:attribute name="space-before.optimum">1em</xsl:attribute> … … 411 413 <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute> 412 414 </xsl:attribute-set> 413 <xsl:param name="olink.doctitle" select="'no'"/>414 <xsl:param name="olink.base.uri" select="''"/>415 <xsl:param name="olink.doctitle">no</xsl:param> 416 <xsl:param name="olink.base.uri"/> 415 417 <xsl:param name="olink.debug" select="0"/> 416 418 <xsl:attribute-set name="olink.properties"> 417 419 <xsl:attribute name="show-destination">replace</xsl:attribute> 418 420 </xsl:attribute-set> 419 <xsl:param name="olink.lang.fallback.sequence" select="''"/>421 <xsl:param name="olink.lang.fallback.sequence"/> 420 422 <xsl:attribute-set name="orderedlist.properties" use-attribute-sets="list.block.properties"> 421 423 <xsl:attribute name="provisional-distance-between-starts">2em</xsl:attribute> … … 423 425 <xsl:attribute-set name="orderedlist.label.properties"> 424 426 </xsl:attribute-set> 425 <xsl:param name="orderedlist.label.width" select="'1.2em'"/>427 <xsl:param name="orderedlist.label.width">1.2em</xsl:param> 426 428 <xsl:param name="prefer.internal.olink" select="0"/> 427 429 <xsl:param name="insert.olink.page.number">no</xsl:param> … … 480 482 </xsl:choose> 481 483 </xsl:param> 482 <xsl:param name="page.margin.bottom" select="'0.5in'"/>484 <xsl:param name="page.margin.bottom">0.5in</xsl:param> 483 485 <xsl:param name="page.margin.inner"> 484 486 <xsl:choose> … … 493 495 </xsl:choose> 494 496 </xsl:param> 495 <xsl:param name="page.margin.top" select="'0.5in'"/>496 <xsl:param name="page.orientation" select="'portrait'"/>497 <xsl:param name="page.margin.top">0.5in</xsl:param> 498 <xsl:param name="page.orientation">portrait</xsl:param> 497 499 <xsl:param name="page.width"> 498 500 <xsl:choose> … … 546 548 </xsl:choose> 547 549 </xsl:param> 548 <xsl:param name="paper.type" select="'USletter'"/>549 <xsl:param name="part.autolabel" select="'I'"/>550 <xsl:param name="paper.type">USletter</xsl:param> 551 <xsl:param name="part.autolabel">I</xsl:param> 550 552 <xsl:param name="passivetex.extensions" select="0"/> 551 553 <xsl:attribute-set name="pgwide.properties"> … … 554 556 <xsl:param name="preface.autolabel" select="0"/> 555 557 <xsl:param name="preferred.mediaobject.role"/> 556 <xsl:attribute-set name="procedure.properties" use-attribute-sets="formal.object.properties"/> 558 <xsl:attribute-set name="procedure.properties" use-attribute-sets="formal.object.properties"> 559 <xsl:attribute name="keep-together.within-column">auto</xsl:attribute> 560 </xsl:attribute-set> 557 561 <xsl:param name="process.empty.source.toc" select="0"/> 558 562 <xsl:param name="process.source.toc" select="0"/> 559 <xsl:param name="profile.arch" select="''"/>560 <xsl:param name="profile.audience" select="''"/>561 <xsl:param name="profile.attribute" select="''"/>562 <xsl:param name="profile.condition" select="''"/>563 <xsl:param name="profile.conformance" select="''"/>564 <xsl:param name="profile.lang" select="''"/>565 <xsl:param name="profile.os" select="''"/>566 <xsl:param name="profile.revision" select="''"/>567 <xsl:param name="profile.revisionflag" select="''"/>568 <xsl:param name="profile.role" select="''"/>569 <xsl:param name="profile.security" select="''"/>570 <xsl:param name="profile.separator" select="';'"/>571 <xsl:param name="profile.status" select="''"/>572 <xsl:param name="profile.userlevel" select="''"/>573 <xsl:param name="profile.value" select="''"/>574 <xsl:param name="profile.vendor" select="''"/>575 <xsl:param name="profile.wordsize" select="''"/>576 <xsl:param name="punct.honorific" select="'.'"/>563 <xsl:param name="profile.arch"/> 564 <xsl:param name="profile.audience"/> 565 <xsl:param name="profile.attribute"/> 566 <xsl:param name="profile.condition"/> 567 <xsl:param name="profile.conformance"/> 568 <xsl:param name="profile.lang"/> 569 <xsl:param name="profile.os"/> 570 <xsl:param name="profile.revision"/> 571 <xsl:param name="profile.revisionflag"/> 572 <xsl:param name="profile.role"/> 573 <xsl:param name="profile.security"/> 574 <xsl:param name="profile.separator">;</xsl:param> 575 <xsl:param name="profile.status"/> 576 <xsl:param name="profile.userlevel"/> 577 <xsl:param name="profile.value"/> 578 <xsl:param name="profile.vendor"/> 579 <xsl:param name="profile.wordsize"/> 580 <xsl:param name="punct.honorific">.</xsl:param> 577 581 <xsl:param name="qanda.defaultlabel">number</xsl:param> 578 582 <xsl:param name="qanda.in.toc" select="0"/> … … 648 652 </xsl:attribute-set> 649 653 <xsl:param name="refentry.xref.manvolnum" select="1"/> 650 <xsl:param name="reference.autolabel" select="'I'"/>654 <xsl:param name="reference.autolabel">I</xsl:param> 651 655 <xsl:param name="refclass.suppress" select="0"/> 652 <xsl:param name="region.after.extent" select="'0.4in'"/>653 <xsl:param name="region.before.extent" select="'0.4in'"/>656 <xsl:param name="region.after.extent">0.4in</xsl:param> 657 <xsl:param name="region.before.extent">0.4in</xsl:param> 654 658 <xsl:attribute-set name="revhistory.table.properties"> 655 659 </xsl:attribute-set> … … 674 678 <xsl:attribute name="line-height-shift-adjustment">disregard-shifts</xsl:attribute> 675 679 </xsl:attribute-set> 676 <xsl:param name="rootid" select="''"/>677 <xsl:param name="runinhead.default.title.end.punct" select="'.'"/>678 <xsl:param name="runinhead.title.end.punct" select="'.!?:'"/>679 <xsl:param name="sans.font.family" select="'sans-serif'"/>680 <xsl:param name="rootid"/> 681 <xsl:param name="runinhead.default.title.end.punct">.</xsl:param> 682 <xsl:param name="runinhead.title.end.punct">.!?:</xsl:param> 683 <xsl:param name="sans.font.family">sans-serif</xsl:param> 680 684 <xsl:param name="section.autolabel" select="0"/> 681 <xsl:param name="section.autolabel.max.depth" select="8"/>682 <xsl:param name="section.container.element" select="'block'"/>685 <xsl:param name="section.autolabel.max.depth">8</xsl:param> 686 <xsl:param name="section.container.element">block</xsl:param> 683 687 <xsl:param name="section.label.includes.component.label" select="0"/> 684 688 <xsl:attribute-set name="section.title.level1.properties"> … … 751 755 <xsl:attribute name="background-color">#E0E0E0</xsl:attribute> 752 756 </xsl:attribute-set> 753 <xsl:param name="show.comments" >1</xsl:param>757 <xsl:param name="show.comments" select="1"/> 754 758 <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.properties"> 755 759 <xsl:attribute name="border-style">solid</xsl:attribute> … … 774 778 <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute> 775 779 </xsl:attribute-set> 776 <xsl:param name="sidebar.float.type" select="'none'"/>777 <xsl:param name="sidebar.float.width" select="'1in'"/>780 <xsl:param name="sidebar.float.type">none</xsl:param> 781 <xsl:param name="sidebar.float.width">1in</xsl:param> 778 782 <xsl:param name="simplesect.in.toc" select="0"/> 779 783 <xsl:attribute-set name="subscript.properties"> … … 783 787 <xsl:attribute name="font-size">75%</xsl:attribute> 784 788 </xsl:attribute-set> 785 <xsl:param name="symbol.font.family" select="'Symbol,ZapfDingbats'"/>786 787 <xsl:param name="table.cell.border.color" select="'black'"/>788 <xsl:param name="table.cell.border.style" select="'solid'"/>789 <xsl:param name="table.cell.border.thickness" select="'0.5pt'"/>789 <xsl:param name="symbol.font.family">Symbol,ZapfDingbats</xsl:param> 790 791 <xsl:param name="table.cell.border.color">black</xsl:param> 792 <xsl:param name="table.cell.border.style">solid</xsl:param> 793 <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param> 790 794 <xsl:attribute-set name="table.cell.padding"> 791 795 <xsl:attribute name="padding-left">2pt</xsl:attribute> … … 794 798 <xsl:attribute name="padding-bottom">2pt</xsl:attribute> 795 799 </xsl:attribute-set> 796 <xsl:param name="table.footnote.number.format" select="'a'"/>797 <xsl:param name="table.footnote.number.symbols" select="''"/>800 <xsl:param name="table.footnote.number.format">a</xsl:param> 801 <xsl:param name="table.footnote.number.symbols"/> 798 802 <xsl:attribute-set name="table.footnote.properties"> 799 803 <xsl:attribute name="font-family"><xsl:value-of select="$body.fontset"/></xsl:attribute> … … 805 809 </xsl:attribute-set> 806 810 807 <xsl:param name="table.frame.border.color" select="'black'"/>808 <xsl:param name="table.frame.border.style" select="'solid'"/>809 <xsl:param name="table.frame.border.thickness" select="'0.5pt'"/>811 <xsl:param name="table.frame.border.color">black</xsl:param> 812 <xsl:param name="table.frame.border.style">solid</xsl:param> 813 <xsl:param name="table.frame.border.thickness">0.5pt</xsl:param> 810 814 <xsl:attribute-set name="table.properties" use-attribute-sets="formal.object.properties"/> 811 <xsl:param name="tablecolumns.extension" select=" '1'"/>815 <xsl:param name="tablecolumns.extension" select="1"/> 812 816 <xsl:attribute-set name="table.table.properties"> 813 817 <xsl:attribute name="border-before-width.conditionality">retain</xsl:attribute> 814 818 <xsl:attribute name="border-collapse">collapse</xsl:attribute> 815 819 </xsl:attribute-set> 816 <xsl:param name="target.database.document" select="''"/>817 <xsl:param name="targets.filename" select="'target.db'"/>818 <xsl:param name="textdata.default.encoding" select="''"/>819 <xsl:param name="tex.math.delims" select=" '1'"/>820 <xsl:param name="tex.math.in.alt" select="''"/>821 <xsl:param name="textinsert.extension" select="'1'"/>822 <xsl:param name="title.font.family" select="'sans-serif'"/>820 <xsl:param name="target.database.document">olinkdb.xml</xsl:param> 821 <xsl:param name="targets.filename">target.db</xsl:param> 822 <xsl:param name="textdata.default.encoding"/> 823 <xsl:param name="tex.math.delims" select="1"/> 824 <xsl:param name="tex.math.in.alt"/> 825 <xsl:param name="textinsert.extension" select="1"/> 826 <xsl:param name="title.font.family">sans-serif</xsl:param> 823 827 <xsl:param name="title.margin.left"> 824 828 <xsl:choose> … … 828 832 </xsl:choose> 829 833 </xsl:param> 830 <xsl:param name="toc.indent.width" select="24"/> 834 <xsl:param name="toc.indent.width">24</xsl:param> 835 <!-- inconsistant point specification? --> 831 836 <xsl:attribute-set name="toc.line.properties"> 832 837 <xsl:attribute name="text-align-last">justify</xsl:attribute> … … 846 851 <xsl:param name="toc.section.depth">2</xsl:param> 847 852 <xsl:param name="ulink.footnotes" select="0"/> 848 <xsl:param name="ulink.hyphenate" select="''"/>849 <xsl:param name="ulink.hyphenate.chars" select="'/'"/>853 <xsl:param name="ulink.hyphenate"/> 854 <xsl:param name="ulink.hyphenate.chars">/</xsl:param> 850 855 <xsl:param name="ulink.show" select="1"/> 851 <xsl:param name="use.extensions" select=" '0'"/>856 <xsl:param name="use.extensions" select="0"/> 852 857 <xsl:param name="use.local.olink.style" select="0"/> 853 858 <xsl:param name="use.role.as.xrefstyle" select="1"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/pi.xsl
r1c62f2a rd7c9f58 46 46 <refpurpose>Sets background color for an image</refpurpose> 47 47 <refdescription> 48 <para>Use the <tag >dbfo background-color</tag> PI before or48 <para>Use the <tag class="xmlpi">dbfo background-color</tag> PI before or 49 49 after an image (<tag>graphic</tag>, <tag>inlinegraphic</tag>, 50 50 <tag>imagedata</tag>, or <tag>videodata</tag> element) as a … … 81 81 <refpurpose>Sets background color on a table row or table cell</refpurpose> 82 82 <refdescription> 83 <para>Use the <tag >dbfo bgcolor</tag> PI as child of a table row83 <para>Use the <tag class="xmlpi">dbfo bgcolor</tag> PI as child of a table row 84 84 or cell to set a background color for that table row or cell.</para> 85 85 </refdescription> … … 113 113 <refpurpose>Specifies float behavior for a sidebar</refpurpose> 114 114 <refdescription> 115 <para>Use the <tag >dbfo float-type</tag> PI to specify the float115 <para>Use the <tag class="xmlpi">dbfo float-type</tag> PI to specify the float 116 116 behavior for a <tag>sidebar</tag> (to cause the sidebar to be 117 117 displayed as a marginal note).</para> … … 153 153 <refpurpose>Specifies presentation style for a glossary</refpurpose> 154 154 <refdescription> 155 <para>Use the <tag >dbfo glossary-presentation</tag> PI as a child of155 <para>Use the <tag class="xmlpi">dbfo glossary-presentation</tag> PI as a child of 156 156 a <tag>glossary</tag> to control its presentation style.</para> 157 157 </refdescription> … … 192 192 <refpurpose>Specifies presentation style for a glosslist</refpurpose> 193 193 <refdescription> 194 <para>Use the <tag >dbfo glosslist-presentation</tag> PI as a child of194 <para>Use the <tag class="xmlpi">dbfo glosslist-presentation</tag> PI as a child of 195 195 a <tag>glosslist</tag> to control its presentation style.</para> 196 196 </refdescription> … … 232 232 glosslist</refpurpose> 233 233 <refdescription> 234 <para>Use the <tag >dbfo glossterm-width</tag> PI as a child of a234 <para>Use the <tag class="xmlpi">dbfo glossterm-width</tag> PI as a child of a 235 235 <tag>glossary</tag> or <tag>glosslist</tag> to specify the 236 236 width for output of <tag>glossterm</tag> instances in the … … 271 271 figure, or equation</refpurpose> 272 272 <refdescription> 273 <para>Use the <tag >dbfo keep-together</tag> PI as a child of a273 <para>Use the <tag class="xmlpi">dbfo keep-together</tag> PI as a child of a 274 274 formal object (<tag>table</tag>, <tag>example</tag>, 275 275 <tag>figure</tag>, or <tag>equation</tag>) or their informal … … 314 314 <refpurpose>Specifies the label width for a qandaset</refpurpose> 315 315 <refdescription> 316 <para>Use the <tag >dbfo label-width</tag> PI as a child of a316 <para>Use the <tag class="xmlpi">dbfo label-width</tag> PI as a child of a 317 317 <tag>qandaset</tag> to specify the width of labels.</para> 318 318 </refdescription> … … 346 346 <refpurpose>Specifies interval for lines numbers in verbatims</refpurpose> 347 347 <refdescription> 348 <para>Use the <tag >dbfo linenumbering.everyNth</tag> PI as a child348 <para>Use the <tag class="xmlpi">dbfo linenumbering.everyNth</tag> PI as a child 349 349 of a âverbatimâ element â <tag>programlisting</tag>, 350 350 <tag>screen</tag>, <tag>synopsis</tag> â to specify … … 384 384 <refpurpose>Specifies separator text for line numbers in verbatims</refpurpose> 385 385 <refdescription> 386 <para>Use the <tag >dbfo linenumbering.separator</tag> PI as a child386 <para>Use the <tag class="xmlpi">dbfo linenumbering.separator</tag> PI as a child 387 387 of a âverbatimâ element â <tag>programlisting</tag>, 388 388 <tag>screen</tag>, <tag>synopsis</tag> â to specify … … 421 421 <refpurpose>Specifies width for line numbers in verbatims</refpurpose> 422 422 <refdescription> 423 <para>Use the <tag >dbfo linenumbering.width</tag> PI as a child423 <para>Use the <tag class="xmlpi">dbfo linenumbering.width</tag> PI as a child 424 424 of a âverbatimâ element â <tag>programlisting</tag>, 425 425 <tag>screen</tag>, <tag>synopsis</tag> â to specify … … 459 459 segmentedlist</refpurpose> 460 460 <refdescription> 461 <para>Use the <tag >dbfo list-presentation</tag> PI as a child of461 <para>Use the <tag class="xmlpi">dbfo list-presentation</tag> PI as a child of 462 462 a <tag>variablelist</tag> or <tag>segmentedlist</tag> to 463 463 control the presentation style for the list (to cause it, for … … 513 513 <refpurpose>Specifies the width of a horizontal simplelist</refpurpose> 514 514 <refdescription> 515 <para>Use the <tag >dbfo list-width</tag> PI as a child of a515 <para>Use the <tag class="xmlpi">dbfo list-width</tag> PI as a child of a 516 516 <tag>simplelist</tag> whose <tag class="attribute">class</tag> 517 517 value is <literal>horizontal</literal>, to specify the width … … 542 542 <refpurpose>Specifies the orientation for table row or cell</refpurpose> 543 543 <refdescription> 544 <para>Use the <tag >dbfo orientation</tag> PI as a child of an544 <para>Use the <tag class="xmlpi">dbfo orientation</tag> PI as a child of an 545 545 <tag>table</tag> row or cell to specify the orientation 546 546 (rotation) for the row or cell.</para> … … 571 571 <refpurpose>Specifies if an <tag>equation</tag> or <tag>example</tag> goes across full page width</refpurpose> 572 572 <refdescription> 573 <para>Use the <tag >dbfo pgwide</tag> PI as a child of an573 <para>Use the <tag class="xmlpi">dbfo pgwide</tag> PI as a child of an 574 574 <tag>equation</tag> or <tag>example</tag> to specify that the 575 575 content should rendered across the full width of the page.</para> … … 610 610 <tag>row</tag></refpurpose> 611 611 <refdescription> 612 <para>Use the <tag >dbfo rotated-width</tag> PI as a child of an612 <para>Use the <tag class="xmlpi">dbfo rotated-width</tag> PI as a child of an 613 613 <tag>entry</tag> or <tag>row</tag> instance to specify the 614 614 width of that the <tag>entry</tag> or <tag>row</tag>; or … … 640 640 <refpurpose>Specifies the width of a sidebar</refpurpose> 641 641 <refdescription> 642 <para>Use the <tag >dbfo sidebar-width</tag> PI as a child of a642 <para>Use the <tag class="xmlpi">dbfo sidebar-width</tag> PI as a child of a 643 643 <tag>sidebar</tag> to specify the width of the sidebar.</para> 644 644 </refdescription> … … 717 717 output</refpurpose> 718 718 <refdescription> 719 <para>Use the <tag >dbfo table-width</tag> PI as a child or719 <para>Use the <tag class="xmlpi">dbfo table-width</tag> PI as a child or 720 720 sibling of a <tag>table</tag>, or as a child of an 721 721 <tag>informaltable</tag>, <tag>entrybl</tag>, or … … 752 752 <refpurpose>Specifies the term width for a variablelist</refpurpose> 753 753 <refdescription> 754 <para>Use the <tag >dbfo term-width</tag> PI as a child of a754 <para>Use the <tag class="xmlpi">dbfo term-width</tag> PI as a child of a 755 755 <tag>variablelist</tag> to specify the width for 756 756 <tag>term</tag> output.</para> … … 783 783 784 784 <doc:pi name="dbfo_toc" xmlns=""> 785 <refpurpose>Speci es whether a TOC should be generated for a qandaset</refpurpose>786 <refdescription> 787 <para>Use the <tag >dbfo toc</tag> PI as a child of a785 <refpurpose>Specifies whether a TOC should be generated for a qandaset</refpurpose> 786 <refdescription> 787 <para>Use the <tag class="xmlpi">dbfo toc</tag> PI as a child of a 788 788 <tag>qandaset</tag> to specify whether a table of contents 789 789 (TOC) is generated for the <tag>qandaset</tag>.</para> … … 843 843 </listitem> 844 844 </varlistentry> 845 <varlistentry><term>space-before "<replaceable>n</replaceable>"</term>845 <varlistentry><term>space-before="<replaceable>n</replaceable>"</term> 846 846 <listitem> 847 847 <para>The amount of extra vertical space to add (including units)</para> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl
r1c62f2a rd7c9f58 465 465 <xsl:attribute name="table-layout">fixed</xsl:attribute> 466 466 </xsl:if> 467 468 <xsl:if test="count(preceding-sibling::tgroup) = 0"> 469 <!-- If this is the first tgroup, output the width attribute for the --> 470 <!-- surrounding fo:table. (If this isn't the first tgroup, trying --> 471 <!-- to output the attribute will cause an error.) --> 467 472 468 <xsl:attribute name="width"> 473 469 <xsl:value-of select="$table.width"/> 474 470 </xsl:attribute> 475 </xsl:if> 476 471 477 472 <xsl:choose> 478 473 <xsl:when test="$use.extensions != 0 -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/lib/lib.xsl
r1c62f2a rd7c9f58 11 11 12 12 ******************************************************************** --> 13 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saxon="http://icl.com/saxon" xmlns:ssb="http://sideshowbarker.net/ns" xmlns:dyn="http://exslt.org/dynamic" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns="http://docbook.org/ns/docbook" exclude-result-prefixes="src"version="1.0">13 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 14 14 15 15 <xsl:template name="dot.count"> … … 331 331 <xsl:param name="string"/> 332 332 <xsl:if test="$string"> 333 <ssb:token ><xsl:value-of select="substring($string, 1, 1)"/></ssb:token>333 <ssb:token xmlns:ssb="http://sideshowbarker.net/ns"><xsl:value-of select="substring($string, 1, 1)"/></ssb:token> 334 334 <xsl:call-template name="str.tokenize.keep.delimiters-characters"> 335 335 <xsl:with-param name="string" select="substring($string, 2)"/> … … 343 343 <xsl:choose> 344 344 <xsl:when test="not($delimiter)"> 345 <ssb:token ><xsl:value-of select="$string"/></ssb:token>345 <ssb:token xmlns:ssb="http://sideshowbarker.net/ns"><xsl:value-of select="$string"/></ssb:token> 346 346 </xsl:when> 347 347 <xsl:when test="contains($string, $delimiter)"> … … 389 389 </xsl:choose> 390 390 </xsl:template> 391 392 391 393 <xsl:template name="apply-character-map">394 <xsl:param name="content"/>395 <xsl:param name="map.contents"/>396 <xsl:variable name="replaced_text">397 <xsl:call-template name="string.subst">398 <xsl:with-param name="string" select="$content"/>399 <xsl:with-param name="target" select="$map.contents[1]/@character"/>400 <xsl:with-param name="replacement" select="$map.contents[1]/@string"/>401 </xsl:call-template>402 </xsl:variable>403 <xsl:choose>404 <xsl:when test="$map.contents[2]">405 <xsl:call-template name="apply-character-map">406 <xsl:with-param name="content" select="$replaced_text"/>407 <xsl:with-param name="map.contents" select="$map.contents[position() > 1]"/>408 </xsl:call-template>409 </xsl:when>410 <xsl:otherwise>411 <xsl:value-of select="$replaced_text"/>412 </xsl:otherwise>413 </xsl:choose>414 </xsl:template>415 416 417 <xsl:template name="read-character-map">418 <xsl:param name="use.subset"/>419 <xsl:param name="subset.profile"/>420 <xsl:param name="uri"/>421 <xsl:choose>422 <xsl:when test="$use.subset != 0">423 <!-- use a subset of the character map instead of the full map -->424 <xsl:choose>425 <!-- xsltproc and Xalan both support dyn:evaluate() -->426 <xsl:when test="function-available('dyn:evaluate')">427 <xsl:copy-of select="document($uri)//*[local-name()='output-character'] [dyn:evaluate($subset.profile)]"/>428 </xsl:when>429 <!-- Saxon has its own evaluate() & doesn't support dyn:evaluate() -->430 <xsl:when test="function-available('saxon:evaluate')">431 <xsl:copy-of select="document($uri)//*[local-name()='output-character'] [saxon:evaluate($subset.profile)]"/>432 </xsl:when>433 <xsl:otherwise>434 <xsl:message terminate="yes">435 Error: To process character-map subsets, you must use an XSLT engine436 that supports the evaluate() XSLT extension function. Your XSLT engine437 does not support it.438 </xsl:message>439 </xsl:otherwise>440 </xsl:choose>441 </xsl:when>442 <xsl:otherwise>443 <!-- value of $use.subset is non-zero, so use the full map -->444 <xsl:copy-of select="document($uri)//*[local-name()='output-character']"/>445 </xsl:otherwise>446 </xsl:choose>447 </xsl:template>448 392 <xsl:template name="count.uri.path.depth"> 449 393 <xsl:param name="filename" select="''"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling/xsl2profile.xsl
r1c62f2a rd7c9f58 82 82 </xsl:template> 83 83 84 <xsl:template match="xsl:template[@name='hhc-main' or @name='hhp-main' ] | xsl:variable[@name='raw.help.title']">84 <xsl:template match="xsl:template[@name='hhc-main' or @name='hhp-main' or @name='etoc'] | xsl:variable[@name='raw.help.title']"> 85 85 <xsl:copy> 86 86 <xsl:copy-of select="@*"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/docbook.xsl
r1c62f2a rd7c9f58 94 94 </xsl:message> 95 95 96 <span xmlns:saxon="http://icl.com/saxon" class="ERROR">96 <span style="color: red"> 97 97 <xsl:text><</xsl:text> 98 98 <xsl:value-of select="name(.)"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/formal.xsl
r1c62f2a rd7c9f58 104 104 <div class="{$class}"> 105 105 <xsl:if test="$spacing.paras != 0"><p/></xsl:if> 106 <xsl:call-template name="anchor"> 107 <xsl:with-param name="conditional" select="0"/> 108 </xsl:call-template> 106 <xsl:call-template name="anchor"/> 109 107 <xsl:apply-templates/> 110 108 -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/glossary.xsl
r1c62f2a rd7c9f58 50 50 <xsl:apply-templates select="(glossdiv[1]/preceding-sibling::*)"/> 51 51 </xsl:when> 52 <xsl:when test="glossentry"> 53 <xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/> 54 </xsl:when> 52 55 <xsl:otherwise> 53 <xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/>56 <xsl:apply-templates/> 54 57 </xsl:otherwise> 55 58 </xsl:choose> … … 59 62 <xsl:apply-templates select="glossdiv"/> 60 63 </xsl:when> 61 <xsl: otherwise>64 <xsl:when test="glossentry"> 62 65 <dl> 63 66 <xsl:choose> … … 72 75 </xsl:choose> 73 76 </dl> 77 </xsl:when> 78 <xsl:otherwise> 79 <!-- empty glossary --> 74 80 </xsl:otherwise> 75 81 </xsl:choose> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl
r1c62f2a rd7c9f58 1077 1077 1078 1078 <xsl:template match="imageobject"> 1079 <xsl:choose> 1080 <xsl:when xmlns:svg="http://www.w3.org/2000/svg" test="svg:*"> 1081 <xsl:apply-templates/> 1082 </xsl:when> 1083 <xsl:otherwise> 1084 <xsl:apply-templates select="imagedata"/> 1085 </xsl:otherwise> 1086 </xsl:choose> 1079 <xsl:apply-templates select="imagedata"/> 1087 1080 </xsl:template> 1088 1081 … … 1095 1088 1096 1089 <xsl:choose> 1090 <!-- Handle MathML and SVG markup in imagedata --> 1091 <xsl:when xmlns:mml="http://www.w3.org/1998/Math/MathML" test="mml:*"> 1092 <xsl:apply-templates/> 1093 </xsl:when> 1094 1095 <xsl:when xmlns:svg="http://www.w3.org/2000/svg" test="svg:*"> 1096 <xsl:apply-templates/> 1097 </xsl:when> 1098 1097 1099 <xsl:when test="@format='linespecific'"> 1098 1100 <xsl:choose> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/highlight.xsl
r1c62f2a rd7c9f58 19 19 20 20 <xsl:template match="xslthl:string"> 21 <b class="hl-string"><i ><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></i></b>21 <b class="hl-string"><i style="color:red"><xsl:apply-templates/></i></b> 22 22 </xsl:template> 23 23 24 24 <xsl:template match="xslthl:comment"> 25 <i class="hl-comment" ><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></i>25 <i class="hl-comment" style="color: silver"><xsl:apply-templates/></i> 26 26 </xsl:template> 27 27 28 28 <xsl:template match="xslthl:tag"> 29 <b class="hl-tag" ><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></b>29 <b class="hl-tag" style="color: blue"><xsl:apply-templates/></b> 30 30 </xsl:template> 31 31 32 32 <xsl:template match="xslthl:attribute"> 33 <span class="hl-attribute" ><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></span>33 <span class="hl-attribute" style="color: blue"><xsl:apply-templates/></span> 34 34 </xsl:template> 35 35 36 36 <xsl:template match="xslthl:value"> 37 <span class="hl-value" ><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></span>37 <span class="hl-value" style="color: blue"><xsl:apply-templates/></span> 38 38 </xsl:template> 39 39 40 40 <xsl:template match="xslthl:html"> 41 <b><i ><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></i></b>41 <b><i style="color: red"><xsl:apply-templates/></i></b> 42 42 </xsl:template> 43 43 44 44 <xsl:template match="xslthl:xslt"> 45 <b ><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></b>45 <b style="color: blue"><xsl:apply-templates/></b> 46 46 </xsl:template> 47 47 … … 50 50 </xsl:template> 51 51 52 53 52 </xsl:stylesheet> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl
r1c62f2a rd7c9f58 82 82 83 83 <xsl:choose> 84 <xsl:when test="$node/@xlink .title">84 <xsl:when test="$node/@xlink:title"> 85 85 <xsl:attribute name="title"> 86 86 <xsl:value-of select="$node/@xlink:title"/> … … 118 118 <xsl:value-of select="$xhref"/> 119 119 </xsl:attribute> 120 <xsl:if test="$node/@xlink .title">120 <xsl:if test="$node/@xlink:title"> 121 121 <xsl:attribute name="title"> 122 122 <xsl:value-of select="$node/@xlink:title"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/param.xsl
r1c62f2a rd7c9f58 3 3 <!--from the HTML stylesheets.--> 4 4 <!-- This file is generated from param.xweb --> 5 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns :xlink="http://www.w3.org/1999/xlink" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns="http://docbook.org/ns/docbook" exclude-result-prefixes="src" version="1.0">5 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0"> 6 6 7 7 <!-- ******************************************************************** … … 15 15 ******************************************************************** --> 16 16 17 <xsl:param name="admon.graphics.extension" select="'.png'"/>17 <xsl:param name="admon.graphics.extension">.png</xsl:param> 18 18 <xsl:param name="admon.graphics" select="0"/> 19 19 <xsl:param name="admon.graphics.path">images/</xsl:param> … … 66 66 } 67 67 </xsl:param> 68 <xsl:param name="annotation.js" select="'http://docbook.sourceforge.net/release/script/AnchorPosition.js http://docbook.sourceforge.net/release/script/PopupWindow.js'"/> 69 <xsl:param name="annotation.graphic.open" select="'http://docbook.sourceforge.net/release/images/annot-open.png'"/> 70 <xsl:param name="annotation.graphic.close" select="'http://docbook.sourceforge.net/release/images/annot-close.png'"/> 68 69 <xsl:param name="annotation.js"> 70 <xsl:text>http://docbook.sourceforge.net/release/script/AnchorPosition.js http://docbook.sourceforge.net/release/script/PopupWindow.js</xsl:text></xsl:param> 71 72 <xsl:param name="annotation.graphic.open">http://docbook.sourceforge.net/release/images/annot-open.png</xsl:param> 73 <xsl:param name="annotation.graphic.close"> 74 http://docbook.sourceforge.net/release/images/annot-close.png</xsl:param> 71 75 <xsl:param name="annotation.support" select="0"/> 72 <xsl:param name="appendix.autolabel" select="'A'"/>76 <xsl:param name="appendix.autolabel">A</xsl:param> 73 77 <xsl:param name="author.othername.in.middle" select="1"/> 74 <xsl:param name="autotoc.label.separator" select="'. '"/>78 <xsl:param name="autotoc.label.separator">. </xsl:param> 75 79 <xsl:param name="autotoc.label.in.hyperlink" select="1"/> 76 <xsl:param name="base.dir" select="''"/>80 <xsl:param name="base.dir"/> 77 81 <xsl:param name="biblioentry.item.separator">. </xsl:param> 78 <xsl:param name="bibliography.collection" select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"/> 82 <xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param> 83 79 84 <xsl:param name="bibliography.numbered" select="0"/> 80 <xsl:param name="bibliography.style" select="'normal'"/>81 <xsl:param name="blurb.on.titlepage.enabled" >0</xsl:param>85 <xsl:param name="bibliography.style">normal</xsl:param> 86 <xsl:param name="blurb.on.titlepage.enabled" select="0"/> 82 87 <xsl:param name="bridgehead.in.toc" select="0"/> 83 <xsl:param name="callout.defaultcolumn" select="'60'"/>84 <xsl:param name="callout.graphics.extension" select="'.png'"/>85 86 <xsl:param name="callout.graphics" select=" '1'"/>87 <xsl:param name="callout.graphics.number.limit" select="'15'"/>88 89 <xsl:param name="callout.graphics.path" select="'images/callouts/'"/>90 <xsl:param name="callout.list.table" select=" '1'"/>88 <xsl:param name="callout.defaultcolumn">60</xsl:param> 89 <xsl:param name="callout.graphics.extension">.png</xsl:param> 90 91 <xsl:param name="callout.graphics" select="1"/> 92 <xsl:param name="callout.graphics.number.limit">15</xsl:param> 93 94 <xsl:param name="callout.graphics.path">images/callouts/</xsl:param> 95 <xsl:param name="callout.list.table" select="1"/> 91 96 <xsl:param name="callout.unicode" select="0"/> 92 <xsl:param name="callout.unicode.number.limit" select="'10'"/>93 <xsl:param name="callout.unicode.start.character" select="10102"/>94 <xsl:param name="callouts.extension" select=" '1'"/>97 <xsl:param name="callout.unicode.number.limit">10</xsl:param> 98 <xsl:param name="callout.unicode.start.character">10102</xsl:param> 99 <xsl:param name="callouts.extension" select="1"/> 95 100 <xsl:param name="chapter.autolabel" select="1"/> 96 101 <xsl:param name="chunk.append"/> … … 98 103 <xsl:param name="chunk.quietly" select="0"/> 99 104 <xsl:param name="chunk.section.depth" select="1"/> 100 <xsl:param name="chunk.toc" select="''"/>105 <xsl:param name="chunk.toc"/> 101 106 <xsl:param name="chunk.tocs.and.lots" select="0"/> 102 107 <xsl:param name="chunk.tocs.and.lots.has.title" select="1"/> 103 108 <xsl:param name="chunk.separate.lots" select="0"/> 104 <xsl:param name="citerefentry.link" select=" '0'"/>105 <xsl:param name="collect.xref.targets" select="'no'"/>109 <xsl:param name="citerefentry.link" select="0"/> 110 <xsl:param name="collect.xref.targets">no</xsl:param> 106 111 <xsl:param name="component.label.includes.part.label" select="0"/> 107 112 <xsl:param name="contrib.inline.enabled">1</xsl:param> 108 113 <xsl:param name="css.decoration" select="1"/> 109 <xsl:param name="current.docid" select="''"/>114 <xsl:param name="current.docid"/> 110 115 <xsl:param name="default.float.class"> 111 116 <xsl:choose> … … 114 119 </xsl:choose> 115 120 </xsl:param> 116 <xsl:param name="default.image.width" select="''"/>117 <xsl:param name="default.table.width" select="''"/>118 <xsl:param name="default.table.frame" select="'all'"/>119 <xsl:param name="draft.mode" select="'maybe'"/>120 <xsl:param name="draft.watermark.image" select="'http://docbook.sourceforge.net/release/images/draft.png'"/>121 <xsl:param name="ebnf.table.bgcolor" select="'#F5DCB3'"/>121 <xsl:param name="default.image.width"/> 122 <xsl:param name="default.table.width"/> 123 <xsl:param name="default.table.frame">all</xsl:param> 124 <xsl:param name="draft.mode">maybe</xsl:param> 125 <xsl:param name="draft.watermark.image">http://docbook.sourceforge.net/release/images/draft.png</xsl:param> 126 <xsl:param name="ebnf.table.bgcolor">#F5DCB3</xsl:param> 122 127 <xsl:param name="ebnf.table.border" select="1"/> 123 128 <xsl:param name="ebnf.assignment"> 124 <code xmlns="http://www.w3.org/1999/xhtml">::=</code>129 <code>::=</code> 125 130 </xsl:param> 126 131 … … 132 137 <xsl:param name="eclipse.plugin.provider">Example provider</xsl:param> 133 138 <xsl:param name="editedby.enabled">1</xsl:param> 134 <xsl:param name="email.delimiters.enabled" >1</xsl:param>139 <xsl:param name="email.delimiters.enabled" select="1"/> 135 140 <xsl:param name="emphasis.propagates.style" select="1"/> 136 141 <xsl:param name="entry.propagates.style" select="1"/> 137 142 <xsl:param name="firstterm.only.link" select="0"/> 138 143 <xsl:param name="footer.rule" select="1"/> 139 <xsl:param name="footnote.number.format" select="'1'"/>140 <xsl:param name="footnote.number.symbols" select="''"/>144 <xsl:param name="footnote.number.format">1</xsl:param> 145 <xsl:param name="footnote.number.symbols"/> 141 146 <xsl:param name="formal.procedures" select="1"/> 142 147 <xsl:param name="formal.title.placement"> … … 150 155 <xsl:param name="funcsynopsis.decoration" select="1"/> 151 156 <xsl:param name="funcsynopsis.style">kr</xsl:param> 152 <xsl:param name="funcsynopsis.tabular.threshold" select="40"/>153 <xsl:param name="function.parens" >0</xsl:param>157 <xsl:param name="funcsynopsis.tabular.threshold">40</xsl:param> 158 <xsl:param name="function.parens" select="0"/> 154 159 <xsl:param name="generate.id.attributes" select="0"/> 155 160 <xsl:param name="generate.index" select="1"/> … … 179 184 </xsl:param> 180 185 181 <xsl:param name="glossary.collection" select="''"/>186 <xsl:param name="glossary.collection"/> 182 187 <xsl:param name="glossary.sort" select="0"/> 183 <xsl:param name="glossentry.show.acronym" select="'no'"/>188 <xsl:param name="glossentry.show.acronym">no</xsl:param> 184 189 <xsl:param name="glossterm.auto.link" select="0"/> 185 190 <xsl:param name="graphic.default.extension"/> … … 187 192 <xsl:param name="graphicsize.use.img.src.path" select="0"/> 188 193 <xsl:param name="header.rule" select="1"/> 189 <xsl:param name="highlight.default.language" select="''"/>194 <xsl:param name="highlight.default.language"/> 190 195 <xsl:param name="highlight.source" select="0"/> 191 196 <xsl:param name="html.append"/> 192 197 <xsl:param name="html.base"/> 193 <xsl:param name="html.cellpadding" select="''"/>194 <xsl:param name="html.cellspacing" select="''"/>198 <xsl:param name="html.cellpadding"/> 199 <xsl:param name="html.cellspacing"/> 195 200 <xsl:param name="html.cleanup" select="1"/> 196 <xsl:param name="html.ext" select="'.html'"/>201 <xsl:param name="html.ext">.html</xsl:param> 197 202 <xsl:param name="html.extra.head.links" select="0"/> 198 203 <xsl:param name="html.head.legalnotice.link.types">copyright</xsl:param> … … 200 205 <xsl:param name="html.longdesc" select="1"/> 201 206 <xsl:param name="html.longdesc.link" select="$html.longdesc"/> 202 <xsl:param name="html.stylesheet" select="''"/>207 <xsl:param name="html.stylesheet"/> 203 208 <xsl:param name="html.stylesheet.type">text/css</xsl:param> 204 <xsl:param name="htmlhelp.alias.file" select="'alias.h'"/>209 <xsl:param name="htmlhelp.alias.file">alias.h</xsl:param> 205 210 <xsl:param name="htmlhelp.autolabel" select="0"/> 206 211 <xsl:param name="htmlhelp.button.back" select="1"/> … … 210 215 <xsl:param name="htmlhelp.button.home.url"/> 211 216 <xsl:param name="htmlhelp.button.jump1" select="0"/> 212 <xsl:param name="htmlhelp.button.jump1.title" select="'User1'"/>217 <xsl:param name="htmlhelp.button.jump1.title">User1</xsl:param> 213 218 <xsl:param name="htmlhelp.button.jump1.url"/> 214 219 <xsl:param name="htmlhelp.button.jump2" select="0"/> 215 <xsl:param name="htmlhelp.button.jump2.title" select="'User2'"/>220 <xsl:param name="htmlhelp.button.jump2.title">User2</xsl:param> 216 221 <xsl:param name="htmlhelp.button.jump2.url"/> 217 222 <xsl:param name="htmlhelp.button.locate" select="0"/> … … 223 228 <xsl:param name="htmlhelp.button.stop" select="0"/> 224 229 <xsl:param name="htmlhelp.button.zoom" select="0"/> 225 <xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"/>226 <xsl:param name="htmlhelp.default.topic" select="''"/>230 <xsl:param name="htmlhelp.chm">htmlhelp.chm</xsl:param> 231 <xsl:param name="htmlhelp.default.topic"/> 227 232 <xsl:param name="htmlhelp.display.progress" select="1"/> 228 <xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"/>233 <xsl:param name="htmlhelp.encoding">iso-8859-1</xsl:param> 229 234 <xsl:param name="htmlhelp.enhanced.decompilation" select="0"/> 230 235 <xsl:param name="htmlhelp.enumerate.images" select="0"/> … … 232 237 <xsl:param name="htmlhelp.hhc.binary" select="1"/> 233 238 <xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"/> 234 <xsl:param name="htmlhelp.hhc" select="'toc.hhc'"/>235 <xsl:param name="htmlhelp.hhc.section.depth" select="5"/>239 <xsl:param name="htmlhelp.hhc">toc.hhc</xsl:param> 240 <xsl:param name="htmlhelp.hhc.section.depth">5</xsl:param> 236 241 <xsl:param name="htmlhelp.hhc.show.root" select="1"/> 237 242 <xsl:param name="htmlhelp.hhc.width"/> 238 <xsl:param name="htmlhelp.hhk" select="'index.hhk'"/>239 <xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"/>243 <xsl:param name="htmlhelp.hhk">index.hhk</xsl:param> 244 <xsl:param name="htmlhelp.hhp">htmlhelp.hhp</xsl:param> 240 245 <xsl:param name="htmlhelp.hhp.tail"/> 241 <xsl:param name="htmlhelp.hhp.window" select="'Main'"/>246 <xsl:param name="htmlhelp.hhp.window">Main</xsl:param> 242 247 <xsl:param name="htmlhelp.hhp.windows"/> 243 <xsl:param name="htmlhelp.map.file" select="'context.h'"/>248 <xsl:param name="htmlhelp.map.file">context.h</xsl:param> 244 249 <xsl:param name="htmlhelp.only" select="0"/> 245 250 <xsl:param name="htmlhelp.remember.window.position" select="0"/> … … 248 253 <xsl:param name="htmlhelp.show.menu" select="0"/> 249 254 <xsl:param name="htmlhelp.show.toolbar.text" select="1"/> 250 <xsl:param name="htmlhelp.title" select="''"/>255 <xsl:param name="htmlhelp.title"/> 251 256 <xsl:param name="htmlhelp.use.hhk" select="0"/> 252 257 <xsl:param name="htmlhelp.window.geometry"/> 253 258 <xsl:param name="img.src.path"/> 254 259 <xsl:param name="id.warnings" select="0"/> 255 <xsl:param name="index.method" select="'basic'"/>260 <xsl:param name="index.method">basic</xsl:param> 256 261 <xsl:param name="index.on.role" select="0"/> 257 262 <xsl:param name="index.on.type" select="0"/> 258 <xsl:param name="index.number.separator" select="''"/>259 <xsl:param name="index.term.separator" select="''"/>260 <xsl:param name="index.range.separator" select="''"/>263 <xsl:param name="index.number.separator"/> 264 <xsl:param name="index.term.separator"/> 265 <xsl:param name="index.range.separator"/> 261 266 <xsl:param name="index.prefer.titleabbrev" select="0"/> 262 267 <xsl:param name="ignore.image.scaling" select="0"/> 263 <xsl:param name="inherit.keywords" select=" '1'"/>268 <xsl:param name="inherit.keywords" select="1"/> 264 269 <xsl:param name="insert.xref.page.number">no</xsl:param> 270 <xsl:param name="javahelp.encoding">iso-8859-1</xsl:param> 265 271 <xsl:param name="keep.relative.image.uris" select="1"/> 266 272 267 <xsl:param name="l10n.gentext.default.language" select="'en'"/>268 <xsl:param name="l10n.gentext.language" select="''"/>273 <xsl:param name="l10n.gentext.default.language">en</xsl:param> 274 <xsl:param name="l10n.gentext.language"/> 269 275 <xsl:param name="l10n.gentext.use.xref.language" select="0"/> 270 276 <xsl:param name="l10n.lang.value.rfc.compliant" select="1"/> 271 <xsl:param name="label.from.part" select=" '0'"/>272 <xsl:param name="linenumbering.everyNth" select="'5'"/>273 <xsl:param name="linenumbering.extension" select=" '1'"/>274 <xsl:param name="linenumbering.separator" select="' '"/>275 <xsl:param name="linenumbering.width" select="'3'"/>277 <xsl:param name="label.from.part" select="0"/> 278 <xsl:param name="linenumbering.everyNth">5</xsl:param> 279 <xsl:param name="linenumbering.extension" select="1"/> 280 <xsl:param name="linenumbering.separator"><xsl:text> </xsl:text></xsl:param> 281 <xsl:param name="linenumbering.width">3</xsl:param> 276 282 <xsl:param name="link.mailto.url"/> 277 283 <xsl:param name="make.graphic.viewport" select="1"/> … … 279 285 <xsl:param name="make.valid.html" select="1"/> 280 286 <xsl:param name="make.year.ranges" select="0"/> 281 <xsl:param name="manifest" select="'HTML.manifest'"/> 287 <xsl:param name="manifest">HTML.manifest</xsl:param> 288 282 289 <xsl:param name="manifest.in.base.dir" select="0"/> 283 <xsl:param name="manual.toc" select="''"/>290 <xsl:param name="manual.toc"/> 284 291 <xsl:param name="menuchoice.menu.separator"> → </xsl:param> 285 <xsl:param name="menuchoice.separator" select="'+'"/>286 <xsl:param name="navig.graphics.extension" select="'.gif'"/>292 <xsl:param name="menuchoice.separator">+</xsl:param> 293 <xsl:param name="navig.graphics.extension">.gif</xsl:param> 287 294 <xsl:param name="navig.graphics" select="0"/> 288 295 <xsl:param name="navig.graphics.path">images/</xsl:param> … … 290 297 <xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"/> 291 298 <xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"/> 292 <xsl:param name="nominal.table.width" select="'6in'"/>293 <xsl:param name="olink.base.uri" select="''"/>299 <xsl:param name="nominal.table.width">6in</xsl:param> 300 <xsl:param name="olink.base.uri"/> 294 301 <xsl:param name="olink.debug" select="0"/> 295 302 <xsl:attribute-set name="olink.properties"> … … 299 306 <xsl:param name="insert.olink.pdf.frag" select="0"/> 300 307 <xsl:param name="prefer.internal.olink" select="0"/> 301 <xsl:param name="olink.lang.fallback.sequence" select="''"/>302 <xsl:param name="olink.doctitle" select="'no'"/>303 <xsl:param name="olink.fragid" select="'fragid='"/>304 <xsl:param name="olink.outline.ext" select="'.olink'"/>305 <xsl:param name="olink.pubid" select="'pubid='"/>306 <xsl:param name="olink.resolver" select="'/cgi-bin/olink'"/>307 <xsl:param name="olink.sysid" select="'sysid='"/>308 <xsl:param name="abstract.notitle.enabled" >0</xsl:param>308 <xsl:param name="olink.lang.fallback.sequence"/> 309 <xsl:param name="olink.doctitle">no</xsl:param> 310 <xsl:param name="olink.fragid">fragid=</xsl:param> 311 <xsl:param name="olink.outline.ext">.olink</xsl:param> 312 <xsl:param name="olink.pubid">pubid</xsl:param> 313 <xsl:param name="olink.resolver">/cgi-bin/olink</xsl:param> 314 <xsl:param name="olink.sysid">sysid</xsl:param> 315 <xsl:param name="abstract.notitle.enabled" select="0"/> 309 316 <xsl:param name="othercredit.like.author.enabled">0</xsl:param> 310 317 <xsl:param name="para.propagates.style" select="1"/> 311 <xsl:param name="part.autolabel" select="'I'"/>318 <xsl:param name="part.autolabel">I</xsl:param> 312 319 <xsl:param name="phrase.propagates.style" select="1"/> 313 <xsl:param name="pixels.per.inch" select="90"/>314 <xsl:param name="points.per.em" select="10"/>320 <xsl:param name="pixels.per.inch">90</xsl:param> 321 <xsl:param name="points.per.em">10</xsl:param> 315 322 <xsl:param name="preface.autolabel" select="0"/> 316 323 <xsl:param name="preferred.mediaobject.role"/> 317 324 <xsl:param name="process.empty.source.toc" select="0"/> 318 325 <xsl:param name="process.source.toc" select="0"/> 319 <xsl:param name="profile.arch" select="''"/>320 <xsl:param name="profile.audience" select="''"/>321 <xsl:param name="profile.attribute" select="''"/>322 <xsl:param name="profile.condition" select="''"/>323 <xsl:param name="profile.conformance" select="''"/>324 <xsl:param name="profile.lang" select="''"/>325 <xsl:param name="profile.os" select="''"/>326 <xsl:param name="profile.revision" select="''"/>327 <xsl:param name="profile.revisionflag" select="''"/>328 <xsl:param name="profile.role" select="''"/>329 <xsl:param name="profile.security" select="''"/>330 <xsl:param name="profile.separator" select="';'"/>331 <xsl:param name="profile.status" select="''"/>332 <xsl:param name="profile.userlevel" select="''"/>333 <xsl:param name="profile.value" select="''"/>334 <xsl:param name="profile.vendor" select="''"/>335 <xsl:param name="profile.wordsize" select="''"/>336 <xsl:param name="punct.honorific" select="'.'"/>326 <xsl:param name="profile.arch"/> 327 <xsl:param name="profile.audience"/> 328 <xsl:param name="profile.attribute"/> 329 <xsl:param name="profile.condition"/> 330 <xsl:param name="profile.conformance"/> 331 <xsl:param name="profile.lang"/> 332 <xsl:param name="profile.os"/> 333 <xsl:param name="profile.revision"/> 334 <xsl:param name="profile.revisionflag"/> 335 <xsl:param name="profile.role"/> 336 <xsl:param name="profile.security"/> 337 <xsl:param name="profile.separator">;</xsl:param> 338 <xsl:param name="profile.status"/> 339 <xsl:param name="profile.userlevel"/> 340 <xsl:param name="profile.value"/> 341 <xsl:param name="profile.vendor"/> 342 <xsl:param name="profile.wordsize"/> 343 <xsl:param name="punct.honorific">.</xsl:param> 337 344 <xsl:param name="qanda.defaultlabel">number</xsl:param> 338 345 <xsl:param name="qanda.inherit.numeration" select="1"/> … … 342 349 <xsl:param name="refentry.generate.name" select="1"/> 343 350 <xsl:param name="refentry.generate.title" select="0"/> 344 <xsl:param name="refentry.separator" select=" '1'"/>351 <xsl:param name="refentry.separator" select="1"/> 345 352 <xsl:param name="refentry.xref.manvolnum" select="1"/> 346 <xsl:param name="reference.autolabel" select="'I'"/>353 <xsl:param name="reference.autolabel">I</xsl:param> 347 354 <xsl:param name="refclass.suppress" select="0"/> 348 <xsl:param name="root.filename" select="'index'"/>349 <xsl:param name="rootid" select="''"/>350 <xsl:param name="runinhead.default.title.end.punct" select="'.'"/>351 <xsl:param name="runinhead.title.end.punct" select="'.!?:'"/>355 <xsl:param name="root.filename">index</xsl:param> 356 <xsl:param name="rootid"/> 357 <xsl:param name="runinhead.default.title.end.punct">.</xsl:param> 358 <xsl:param name="runinhead.title.end.punct">.!?:</xsl:param> 352 359 <xsl:param name="section.autolabel" select="0"/> 353 <xsl:param name="section.autolabel.max.depth" select="8"/>360 <xsl:param name="section.autolabel.max.depth">8</xsl:param> 354 361 <xsl:param name="section.label.includes.component.label" select="0"/> 355 362 <xsl:param name="segmentedlist.as.table" select="0"/> … … 360 367 </xsl:attribute-set> 361 368 362 <xsl:param name="show.comments" >1</xsl:param>363 <xsl:param name="show.revisionflag" >0</xsl:param>369 <xsl:param name="show.comments" select="1"/> 370 <xsl:param name="show.revisionflag" select="0"/> 364 371 <xsl:param name="simplesect.in.toc" select="0"/> 365 <xsl:param name="spacing.paras" select=" '0'"/>372 <xsl:param name="spacing.paras" select="0"/> 366 373 <xsl:param name="suppress.footer.navigation">0</xsl:param> 367 <xsl:param name="suppress.header.navigation" >0</xsl:param>368 <xsl:param name="suppress.navigation" >0</xsl:param>374 <xsl:param name="suppress.header.navigation" select="0"/> 375 <xsl:param name="suppress.navigation" select="0"/> 369 376 <xsl:param name="table.borders.with.css" select="0"/> 370 <xsl:param name="table.cell.border.color" select="''"/>371 372 <xsl:param name="table.cell.border.style" select="'solid'"/>373 <xsl:param name="table.cell.border.thickness" select="'0.5pt'"/>374 <xsl:param name="table.footnote.number.format" select="'a'"/>375 <xsl:param name="table.footnote.number.symbols" select="''"/>376 <xsl:param name="table.frame.border.color" select="''"/>377 378 <xsl:param name="table.frame.border.style" select="'solid'"/>379 <xsl:param name="table.frame.border.thickness" select="'0.5pt'"/>380 <xsl:param name="tablecolumns.extension" select=" '1'"/>381 <xsl:param name="target.database.document" select="''"/>382 <xsl:param name="targets.filename" select="'target.db'"/>383 <xsl:param name="textdata.default.encoding" select="''"/>384 <xsl:param name="tex.math.delims" select=" '1'"/>385 <xsl:param name="tex.math.file" select="'tex-math-equations.tex'"/>386 <xsl:param name="tex.math.in.alt" select="''"/>387 <xsl:param name="textinsert.extension" select="'1'"/>377 <xsl:param name="table.cell.border.color"/> 378 379 <xsl:param name="table.cell.border.style">solid</xsl:param> 380 <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param> 381 <xsl:param name="table.footnote.number.format">a</xsl:param> 382 <xsl:param name="table.footnote.number.symbols"/> 383 <xsl:param name="table.frame.border.color"/> 384 385 <xsl:param name="table.frame.border.style">solid</xsl:param> 386 <xsl:param name="table.frame.border.thickness">0.5pt</xsl:param> 387 <xsl:param name="tablecolumns.extension" select="1"/> 388 <xsl:param name="target.database.document">olinkdb.xml</xsl:param> 389 <xsl:param name="targets.filename">target.db</xsl:param> 390 <xsl:param name="textdata.default.encoding"/> 391 <xsl:param name="tex.math.delims" select="1"/> 392 <xsl:param name="tex.math.file">tex-math-equations.tex</xsl:param> 393 <xsl:param name="tex.math.in.alt"/> 394 <xsl:param name="textinsert.extension" select="1"/> 388 395 <xsl:param name="toc.list.type">dl</xsl:param> 389 396 <xsl:param name="toc.section.depth">2</xsl:param> 390 397 <xsl:param name="toc.max.depth">8</xsl:param> 391 <xsl:param name="ulink.target" select="'_top'"/>398 <xsl:param name="ulink.target">_top</xsl:param> 392 399 <xsl:param name="use.embed.for.svg" select="0"/> 393 <xsl:param name="use.extensions" select=" '0'"/>394 <xsl:param name="use.id.as.filename" select=" '0'"/>400 <xsl:param name="use.extensions" select="0"/> 401 <xsl:param name="use.id.as.filename" select="0"/> 395 402 <xsl:param name="use.local.olink.style" select="0"/> 396 403 <xsl:param name="use.role.as.xrefstyle" select="1"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/pi.xsl
r1c62f2a rd7c9f58 40 40 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Sets background color for an image</refpurpose> 41 41 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 42 <para>Use the <tag >dbhtml background-color</tag> PI before or42 <para>Use the <tag class="xmlpi">dbhtml background-color</tag> PI before or 43 43 after an image (<tag>graphic</tag>, <tag>inlinegraphic</tag>, 44 44 <tag>imagedata</tag>, or <tag>videodata</tag> element) as a … … 73 73 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Sets background color on a table row or table cell</refpurpose> 74 74 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 75 <para>Use the <tag >dbhtml bgcolor</tag> PI as child of a table row75 <para>Use the <tag class="xmlpi">dbhtml bgcolor</tag> PI as child of a table row 76 76 or cell to set a background color for that table row or cell.</para> 77 77 </refdescription> … … 103 103 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies cellpadding in table or qandaset output</refpurpose> 104 104 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 105 <para>Use the <tag >dbhtml cellpadding</tag> PI as a child of a105 <para>Use the <tag class="xmlpi">dbhtml cellpadding</tag> PI as a child of a 106 106 <tag>table</tag> or <tag>qandaset</tag> to specify the value 107 107 for the HTML <literal>cellpadding</literal> attribute in the … … 139 139 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies cellspacing in table or qandaset output</refpurpose> 140 140 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 141 <para>Use the <tag >dbhtml cellspacing</tag> PI as a child of a141 <para>Use the <tag class="xmlpi">dbhtml cellspacing</tag> PI as a child of a 142 142 <tag>table</tag> or <tag>qandaset</tag> to specify the value 143 143 for the HTML <literal>cellspacing</literal> attribute in the … … 175 175 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Set value of the class attribute for a table row</refpurpose> 176 176 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 177 <para>Use the <tag >dbhtml class</tag> PI as a child of a177 <para>Use the <tag class="xmlpi">dbhtml class</tag> PI as a child of a 178 178 <tag>row</tag> to specify a <literal>class</literal> 179 179 attribute and value in the HTML output for that row.</para> … … 206 206 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies a directory name in which to write files</refpurpose> 207 207 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 208 <para>When chunking output, use the <tag >dbhtml dir</tag> PI208 <para>When chunking output, use the <tag class="xmlpi">dbhtml dir</tag> PI 209 209 as a child of a chunk source to cause the output of that 210 210 chunk to be written to the specified directory; also, use it … … 243 243 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies a filename for a chunk</refpurpose> 244 244 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 245 <para>When chunking output, use the <tag >dbhtml filename</tag>245 <para>When chunking output, use the <tag class="xmlpi">dbhtml filename</tag> 246 246 PI as a child of a chunk source to specify a filename for 247 247 the output file for that chunk.</para> … … 277 277 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies presentation style for a funcsynopsis</refpurpose> 278 278 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 279 <para>Use the <tag >dbhtml funcsynopsis-style</tag> PI as a child of279 <para>Use the <tag class="xmlpi">dbhtml funcsynopsis-style</tag> PI as a child of 280 280 a <tag>funcprototype</tag> or anywhere within a funcprototype 281 281 control the presentation style for the <tag>funcsynopsis</tag> … … 314 314 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies a path to the location of an image file</refpurpose> 315 315 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 316 <para>Use the <tag >dbhtml img.src.path</tag> PI before or316 <para>Use the <tag class="xmlpi">dbhtml img.src.path</tag> PI before or 317 317 after an image (<tag>graphic</tag>, 318 318 <tag>inlinegraphic</tag>, <tag>imagedata</tag>, or … … 353 353 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies the label width for a qandaset</refpurpose> 354 354 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 355 <para>Use the <tag >dbhtml label-width</tag> PI as a child of a355 <para>Use the <tag class="xmlpi">dbhtml label-width</tag> PI as a child of a 356 356 <tag>qandaset</tag> to specify the width of labels.</para> 357 357 </refdescription> … … 383 383 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies interval for lines numbers in verbatims</refpurpose> 384 384 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 385 <para>Use the <tag >dbhtml linenumbering.everyNth</tag> PI as a child385 <para>Use the <tag class="xmlpi">dbhtml linenumbering.everyNth</tag> PI as a child 386 386 of a “verbatim” element – <tag>programlisting</tag>, 387 387 <tag>screen</tag>, <tag>synopsis</tag> — to specify … … 419 419 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies separator text for line numbers in verbatims</refpurpose> 420 420 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 421 <para>Use the <tag >dbhtml linenumbering.separator</tag> PI as a child421 <para>Use the <tag class="xmlpi">dbhtml linenumbering.separator</tag> PI as a child 422 422 of a “verbatim” element – <tag>programlisting</tag>, 423 423 <tag>screen</tag>, <tag>synopsis</tag> — to specify … … 454 454 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies width for line numbers in verbatims</refpurpose> 455 455 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 456 <para>Use the <tag >dbhtml linenumbering.width</tag> PI as a child456 <para>Use the <tag class="xmlpi">dbhtml linenumbering.width</tag> PI as a child 457 457 of a “verbatim” element – <tag>programlisting</tag>, 458 458 <tag>screen</tag>, <tag>synopsis</tag> — to specify … … 490 490 segmentedlist</refpurpose> 491 491 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 492 <para>Use the <tag >dbhtml list-presentation</tag> PI as a child of492 <para>Use the <tag class="xmlpi">dbhtml list-presentation</tag> PI as a child of 493 493 a <tag>variablelist</tag> or <tag>segmentedlist</tag> to 494 494 control the presentation style for the list (to cause it, for … … 537 537 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies the width of a variablelist or simplelist</refpurpose> 538 538 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 539 <para>Use the <tag >dbhtml list-width</tag> PI as a child of a539 <para>Use the <tag class="xmlpi">dbhtml list-width</tag> PI as a child of a 540 540 <tag>variablelist</tag> or a <tag>simplelist</tag> presented 541 541 as a table, to specify the output width.</para> … … 568 568 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies the height for a table row</refpurpose> 569 569 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 570 <para>Use the <tag >dbhtml row-height</tag> PI as a child of a570 <para>Use the <tag class="xmlpi">dbhtml row-height</tag> PI as a child of a 571 571 <tag>row</tag> to specify the height of the row.</para> 572 572 </refdescription> … … 634 634 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies summary for table, variablelist, segmentedlist, or qandaset output</refpurpose> 635 635 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 636 <para>Use the <tag >dbhtml table-summary</tag> PI as a child of636 <para>Use the <tag class="xmlpi">dbhtml table-summary</tag> PI as a child of 637 637 a <tag>table</tag>, <tag>variablelist</tag>, 638 638 <tag>segmentedlist</tag>, or <tag>qandaset</tag> to specify … … 668 668 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies the width for a table</refpurpose> 669 669 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 670 <para>Use the <tag >dbhtml table-width</tag> PI as a child of a670 <para>Use the <tag class="xmlpi">dbhtml table-width</tag> PI as a child of a 671 671 <tag>table</tag> to specify the width of the table in 672 672 output.</para> … … 702 702 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Sets character formatting for terms in a variablelist</refpurpose> 703 703 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 704 <para>Use the <tag >dbhtml term-presentation</tag> PI as a child704 <para>Use the <tag class="xmlpi">dbhtml term-presentation</tag> PI as a child 705 705 of a <tag>variablelist</tag> to set character formatting for 706 706 the <tag>term</tag> output of the list.</para> … … 743 743 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies separator text among terms in a varlistentry</refpurpose> 744 744 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 745 <para>Use the <tag >dbhtml term-separator</tag> PI as a child745 <para>Use the <tag class="xmlpi">dbhtml term-separator</tag> PI as a child 746 746 of a <tag>variablelist</tag> to specify the separator text 747 747 among <tag>term</tag> instances.</para> … … 777 777 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies the term width for a variablelist</refpurpose> 778 778 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 779 <para>Use the <tag >dbhtml term-width</tag> PI as a child of a779 <para>Use the <tag class="xmlpi">dbhtml term-width</tag> PI as a child of a 780 780 <tag>variablelist</tag> to specify the width for 781 781 <tag>term</tag> output.</para> … … 806 806 807 807 <doc:pi xmlns="" name="dbhtml_toc"> 808 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Speci es whether a TOC should be generated for a qandaset</refpurpose>809 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 810 <para>Use the <tag >dbhtml toc</tag> PI as a child of a808 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Specifies whether a TOC should be generated for a qandaset</refpurpose> 809 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 810 <para>Use the <tag class="xmlpi">dbhtml toc</tag> PI as a child of a 811 811 <tag>qandaset</tag> to specify whether a table of contents 812 812 (TOC) is generated for the <tag>qandaset</tag>.</para> … … 846 846 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Generates a hyperlinked list of commands</refpurpose> 847 847 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 848 <para>Use the <tag >dbcmdlist</tag> PI as the child of a849 <tag>refsynopsisdiv</tag>containing multiple848 <para>Use the <tag class="xmlpi">dbcmdlist</tag> PI as the child of any 849 element (for example, <tag>refsynopsisdiv</tag>) containing multiple 850 850 <tag>cmdsynopsis</tag> instances; a hyperlinked navigational 851 “command list” will be generated at the top of the852 <tag>refsynopsisdiv</tag>, enabling users to quickly jump853 to toeach command synopsis.</para>851 “command list” will be generated at the top of output for that 852 element, enabling users to quickly jump 853 to each command synopsis.</para> 854 854 </refdescription> 855 855 <refsynopsisdiv xmlns="http://www.w3.org/1999/xhtml"> … … 876 876 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Generates a hyperlinked list of functions</refpurpose> 877 877 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 878 <para>Use the <tag >dbfunclist</tag> PI as the child of a879 <tag>refsynopsisdiv</tag>containing multiple878 <para>Use the <tag class="xmlpi">dbfunclist</tag> PI as the child of any 879 element (for example, <tag>refsynopsisdiv</tag>) containing multiple 880 880 <tag>funcsynopsis</tag> instances; a hyperlinked 881 881 navigational “function list” will be generated at the top of 882 the <tag>refsynopsisdiv</tag>, enabling users to quickly882 output for that element, enabling users to quickly 883 883 jump to to each function synopsis.</para> 884 884 </refdescription> … … 906 906 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Copies an external well-formed HTML/XML file into current doc</refpurpose> 907 907 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 908 <para>Use the <tag >dbhtml-include href</tag> PI anywhere in a908 <para>Use the <tag class="xmlpi">dbhtml-include href</tag> PI anywhere in a 909 909 document to cause the contents of the file referenced by the 910 910 <code>href</code> pseudo-attribute to be copied/inserted “as … … 933 933 </refdescription> 934 934 <refsynopsisdiv xmlns="http://www.w3.org/1999/xhtml"> 935 <synopsis><tag class="xmlpi">dbhtml href="<replaceable>URI</replaceable>"</tag></synopsis>935 <synopsis><tag class="xmlpi">dbhtml-include href="<replaceable>URI</replaceable>"</tag></synopsis> 936 936 </refsynopsisdiv> 937 937 <refparameter xmlns="http://www.w3.org/1999/xhtml"> … … 1150 1150 </xsl:template> 1151 1151 1152 <!-- There are two templates matching this PI in htmlhelp-common.xsl --> 1153 <doc:pi xmlns="" name="dbhh"> 1154 <refpurpose xmlns="http://www.w3.org/1999/xhtml">Sets topic name and topic id for context-sensitive HTML Help</refpurpose> 1155 <refdescription xmlns="http://www.w3.org/1999/xhtml"> 1156 <para>Use the <tag class="xmlpi">dbhh</tag> PI as a child of components 1157 that should be used as targets for context-sensitive help requests.</para> 1158 </refdescription> 1159 <refsynopsisdiv xmlns="http://www.w3.org/1999/xhtml"> 1160 <synopsis><tag class="xmlpi">dbhh topicname="<replaceable>name</replaceable>" topicid="<replaceable>id</replaceable>"</tag></synopsis> 1161 </refsynopsisdiv> 1162 <refparameter xmlns="http://www.w3.org/1999/xhtml"> 1163 <variablelist> 1164 <varlistentry><term>topicname="<replaceable>name</replaceable>"</term> 1165 <listitem> 1166 <para>Specifies a unique string constant that identifies a help topic</para> 1167 </listitem> 1168 </varlistentry> 1169 <varlistentry><term>topicid="<replaceable>id</replaceable>"</term> 1170 <listitem> 1171 <para>Specifies a unique integer value for the <literal>topicname</literal> string</para> 1172 </listitem> 1173 </varlistentry> 1174 </variablelist> 1175 </refparameter> 1176 <refsee xmlns="http://www.w3.org/1999/xhtml" role="tcg"> 1177 <para><link role="tcg" xlink:href="HtmlHelp.html#HHContextHelp">Context-sensitive help</link></para> 1178 </refsee> 1179 </doc:pi> 1180 1181 1152 1182 </xsl:stylesheet> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/profile-docbook.xsl
r1c62f2a rd7c9f58 96 96 </xsl:message> 97 97 98 <span xmlns:saxon="http://icl.com/saxon" class="ERROR">98 <span style="color: red"> 99 99 <xsl:text><</xsl:text> 100 100 <xsl:value-of select="name(.)"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/synop.xsl
r1c62f2a rd7c9f58 24 24 <xsl:apply-templates select="." mode="class.attribute"/> 25 25 <p> 26 <xsl:call-template name="anchor"> 27 <xsl:with-param name="conditional" select="0"/> 28 </xsl:call-template> 26 <xsl:if test="..//processing-instruction('dbcmdlist')"> 27 <!-- * Placing a dbcmdlist PI as a child of a particular element --> 28 <!-- * creates a hyperlinked list of all cmdsynopsis instances --> 29 <!-- * that are descendants of that element; so for any --> 30 <!-- * cmdsynopsis that is a descendant of an element containing --> 31 <!-- * a dbcmdlist PI, we need to output an a@id instance so that --> 32 <!-- * we will have something to link to --> 33 <xsl:call-template name="anchor"> 34 <xsl:with-param name="conditional" select="0"/> 35 </xsl:call-template> 36 </xsl:if> 29 37 <xsl:apply-templates/> 30 38 </p> … … 156 164 157 165 <xsl:template match="funcsynopsis"> 166 <xsl:if test="..//processing-instruction('dbfunclist')"> 167 <!-- * Placing a dbfunclist PI as a child of a particular element --> 168 <!-- * creates a hyperlinked list of all funcsynopsis instances that --> 169 <!-- * are descendants of that element; so for any funcsynopsis that is --> 170 <!-- * a descendant of an element containing a dbfunclist PI, we need --> 171 <!-- * to output an a@id instance so that we will have something to --> 172 <!-- * link to --> 173 <xsl:call-template name="anchor"> 174 <xsl:with-param name="conditional" select="0"/> 175 </xsl:call-template> 176 </xsl:if> 158 177 <xsl:call-template name="informal.object"/> 159 178 </xsl:template> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl
r1c62f2a rd7c9f58 119 119 <xsl:apply-templates select="." mode="class.attribute"/> 120 120 <xsl:call-template name="anchor"/> 121 <xsl:if test=" not ($abstract.notitle.enabled = 0)">121 <xsl:if test="$abstract.notitle.enabled = 0"> 122 122 <xsl:call-template name="formal.object.heading"> 123 123 <xsl:with-param name="title"> … … 127 127 </xsl:if> 128 128 <xsl:apply-templates mode="titlepage.mode"/> 129 <xsl:call-template name="process.footnotes"/> 129 130 </div> 130 131 </xsl:template> … … 516 517 <xsl:call-template name="make-relative-filename"> 517 518 <xsl:with-param name="base.dir" select="$base.dir"/> 518 <xsl:with-param name="base.name"> 519 <xsl:apply-templates mode="chunk-filename" select="."/> 520 </xsl:with-param> 519 <xsl:with-param name="base.name" select="concat($id,$html.ext)"/> 521 520 </xsl:call-template> 522 521 </xsl:variable> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl
r1c62f2a rd7c9f58 855 855 <xsl:param name="linkend" select="@linkend"/> 856 856 <xsl:param name="a.target"/> 857 <xsl:param name="xhref" select="@xlink:href"/> 857 858 858 859 <xsl:variable name="content"> … … 901 902 <xsl:with-param name="content" select="$content"/> 902 903 <xsl:with-param name="a.target" select="$a.target"/> 904 <xsl:with-param name="xhref" select="$xhref"/> 903 905 </xsl:call-template> 904 906
Note:
See TracChangeset
for help on using the changeset viewer.