summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.block.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yelp-xsl/C/db2html.block.page')
-rw-r--r--doc/yelp-xsl/C/db2html.block.page65
1 files changed, 48 insertions, 17 deletions
diff --git a/doc/yelp-xsl/C/db2html.block.page b/doc/yelp-xsl/C/db2html.block.page
index f52dc4fd..240ebc4c 100644
--- a/doc/yelp-xsl/C/db2html.block.page
+++ b/doc/yelp-xsl/C/db2html.block.page
@@ -1,17 +1,48 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="db2html.block" type="topic" style="xslt-template"><info><link type="guide" xref="db2html-block" group="templates"/><link type="guide" xref="templates" group="db2html"/><revision version="3.10" date="2013-08-09" status="final"/><desc>Output an HTML <code>div</code> element for a block-level element.</desc></info><title>db2html.block</title><p>Output an HTML <code>div</code> element for a block-level element.</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>node</code></title>
- <p>The block-level element to render.</p>
- </item>
- <item>
- <title><code>class</code></title>
- <p>The value of the HTML <code>class</code> attribute.</p>
- </item>
- </terms></synopsis>
- <p>This template creates an HTML <code>div</code> element for the given DocBook element. It passes the <code style="xslt-param">class</code> parameter to <code style="xslt-template" xref="html.class.attr">html.class.attr</code>. If the <code style="xslt-param">class</code> parameter is not provided, it uses the local name of <code style="xslt-param">node</code>.</p>
- <p>This template handles conditional processing.</p>
-<list style="compact"><title>Calls Templates</title><item><p><link xref="db.profile.test"/></p></item><item><p><link xref="html.class.attr"/></p></item></list></page>
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.block">
+ <info>
+ <link type="guide" xref="db2html-block" group="templates"/>
+ <link type="guide" xref="templates" group="db2html"/>
+ <desc>Output an HTML <sys>div</sys> element for a block-level element.</desc>
+ <revision version="3.10" date="2013-08-09" status="final"/>
+ </info>
+ <title>db2html.block</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$node</code></title>
+ <p>The block-level element to render.</p>
+ </item>
+ <item>
+ <title><code>$class</code></title>
+ <p>The value of the HTML <sys>class</sys> attribute.</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>This template creates an HTML <sys>div</sys> element for the given DocBook element.
+ It passes the <code>$class</code> parameter to <code xref="html.class.attr">html.class.attr</code>.
+ If the <code>$class</code> parameter is not provided, it uses the local name of <code>$node</code>.</p>
+ <p>This template handles conditional processing.</p>
+ <list style="compact">
+ <title>Calls Parameters</title>
+ <item>
+ <p><link xref="html.syntax.highlight"/></p>
+ </item>
+ </list>
+ <list style="compact">
+ <title>Calls Templates</title>
+ <item>
+ <p><link xref="db.profile.test"/></p>
+ </item>
+ <item>
+ <p><link xref="db2html.anchor"/></p>
+ </item>
+ <item>
+ <p><link xref="html.class.attr"/></p>
+ </item>
+ <item>
+ <p><link xref="html.lang.attrs"/></p>
+ </item>
+ </list>
+</page>