summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.inline.page
blob: dd99d0654574af3f618ac036fe0e9809ae775e89 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.inline">
 <info>
  <link type="guide" xref="db2html-inline" group="templates"/>
  <link type="guide" xref="templates" group="db2html"/>
  <desc>Render an inline element as an HTML <sys>span</sys> element</desc>
 </info>
 <title>db2html.inline</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The element to render</p>
   </item>
   <item>
    <title><code>$children</code></title>
    <p>The child elements to process</p>
   </item>
   <item>
    <title><code>$class</code></title>
    <p>The value of the <sys>class</sys> attribute on the <sys>span</sys> tag</p>
   </item>
   <item>
    <title><code>$lang</code></title>
    <p>The locale of the text in <code>$node</code></p>
   </item>
   <item>
    <title><code>$name-class</code></title>
    <p>The class to use for the name of the element</p>
   </item>
  </terms>
 </synopsis>
 <p>REMARK: Document this template</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="db2html.anchor"/></p>
  </item>
  <item>
   <p><link xref="db2html.inline.children"/></p>
  </item>
  <item>
   <p><link xref="db2html.xlink"/></p>
  </item>
  <item>
   <p><link xref="html.class.attr"/></p>
  </item>
  <item>
   <p><link xref="html.lang.attrs"/></p>
  </item>
 </list>
</page>