summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.entry.colnum.page
blob: 7e6494f5b0611f6a2ee3e3069b92f9c80d90c518 (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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.entry.colnum">
 <info>
  <link type="guide" xref="db2html-table" group="templates"/>
  <link type="guide" xref="templates" group="db2html"/>
  <desc>Calculates the actual column number for an <sys>entry</sys> element</desc>
 </info>
 <title>db2html.entry.colnum</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$entry</code></title>
    <p>The <sys>entry</sys> element to process</p>
   </item>
   <item>
    <title><code>$colspecs</code></title>
    <p>The <sys>colspec</sys> elements currently in scope</p>
   </item>
   <item>
    <title><code>$spanspecs</code></title>
    <p>The <sys>spanspec</sys> elements currently in scope</p>
   </item>
   <item>
    <title><code>$colpos</code></title>
    <p>The column position, as passed by the preceding <sys>entry</sys></p>
   </item>
  </terms>
 </synopsis>
 <p>FIXME</p>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="db2html.colspec.colnum"/></p>
  </item>
 </list>
</page>