summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2018-09-22 19:03:59 -0400
committerShaun McCance <shaunm@redhat.com>2018-09-22 19:03:59 -0400
commit6e1df911f1309025eb69dc07ffc92435e09c2457 (patch)
treef5faf6ce4bd65a282337265896ba42c7d874bd10 /doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page
parentc2d83e8e13ab76ff3c81d9d5577653c6977727b3 (diff)
downloadyelp-xsl-6e1df911f1309025eb69dc07ffc92435e09c2457.tar.gz
Change xsldoc to use ducktype
Diffstat (limited to 'doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page')
-rw-r--r--doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page48
1 files changed, 32 insertions, 16 deletions
diff --git a/doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page b/doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page
index 0f3ad5ed..f7f86b53 100644
--- a/doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page
+++ b/doc/yelp-xsl/C/db2html.cmdsynopsis.sbr.padding.mode.page
@@ -1,17 +1,33 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="db2html.cmdsynopsis.sbr.padding.mode" type="topic" style="xslt-mode"><info><link type="guide" xref="db2html-cmdsynopsis" group="modes"/><link type="guide" xref="modes" group="db2html"/><revision version="1.0" date="2011-05-16" status="final"/><desc>Output padding for elements leading up to an <code>sbr</code> element.</desc></info><title>db2html.cmdsynopsis.sbr.padding.mode</title><p>Output padding for elements leading up to an <code>sbr</code> element.</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>sbr</code></title>
- <p>The <code>sbr</code> element to pad up to</p>
- </item>
- <item>
- <title><code>sepchar</code></title>
- <p>The value of the <code>sepchar</code> attribute on the enclosing <code>cmdsynopsis</code></p>
- </item>
- </terms></synopsis>
- <p>When processed in this mode, elements output whitespace to the length of the textual output they would normally produce. This allows options to be aligned when explicit line breaks are inserted with <code>sbr</code> elements.</p>
- <p>To create the padding for a given <code>sbr</code> element, this mode is called on the enclosing <code>cmdsynopsis</code> element, passing the <code>sbr</code> element. When processed in this mode, elements should only output padding for content the leads up to the <code>sbr</code> element passed in the <code style="xslt-param">sbr</code> parameter. When processing children that don't contain the given <code>sbr</code> element, the <code style="xslt-param">sbr</code> parameter should be set to <code>false()</code> for those children. This avoids additional descendant selectors, which are generally expensive to perform.</p>
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-mode" id="db2html.cmdsynopsis.sbr.padding.mode">
+ <info>
+ <link type="guide" xref="db2html-cmdsynopsis" group="modes"/>
+ <link type="guide" xref="modes" group="db2html"/>
+ <desc>Output padding for elements leading up to an <sys>sbr</sys> element.</desc>
+ <revision version="1.0" date="2011-05-16" status="final"/>
+ </info>
+ <title>db2html.cmdsynopsis.sbr.padding.mode</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$sbr</code></title>
+ <p>The <sys>sbr</sys> element to pad up to</p>
+ </item>
+ <item>
+ <title><code>$sepchar</code></title>
+ <p>The value of the <sys>sepchar</sys> attribute on the enclosing <sys>cmdsynopsis</sys></p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>When processed in this mode, elements output whitespace to the length of the
+ textual output they would normally produce. This allows options to be aligned
+ when explicit line breaks are inserted with <sys>sbr</sys> elements.</p>
+ <p>To create the padding for a given <sys>sbr</sys> element, this mode is called on the
+ enclosing <sys>cmdsynopsis</sys> element, passing the <sys>sbr</sys> element. When processed
+ in this mode, elements should only output padding for content the leads up to
+ the <sys>sbr</sys> element passed in the <code>$sbr</code> parameter. When processing children
+ that don't contain the given <sys>sbr</sys> element, the <code>$sbr</code> parameter should be
+ set to <sys>false()</sys> for those children. This avoids additional descendant
+ selectors, which are generally expensive to perform.</p>
</page>