summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.blockquote.page
blob: 0c2225871be697b277706af4a18cd1ed943b8ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.blockquote">
 <info>
  <link type="guide" xref="db2html-block" group="templates"/>
  <link type="guide" xref="templates" group="db2html"/>
  <desc>Output an HTML <sys>blockquote</sys> element.</desc>
  <revision version="3.10" date="2013-08-09" status="final"/>
 </info>
 <title>db2html.blockquote</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The DocBook element ot render as a quote.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template creates an HTML <sys>blockquote</sys> element for the given DocBook
 element. It's used for the DocBook <sys>blockquote</sys> and <sys>epigraph</sys> elements.</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>