summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.division.div.page
blob: 401162a7149bbcfa5adc418fc4d33cc22919ec24 (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
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.division.div">
 <info>
  <link type="guide" xref="db2html-division" group="templates"/>
  <link type="guide" xref="templates" group="db2html"/>
  <desc>Renders the content of a division element, chunking children if necessary</desc>
 </info>
 <title>db2html.division.div</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The element to render the content of</p>
   </item>
   <item>
    <title><code>$info</code></title>
    <p>The info child element of <code>$node</code></p>
   </item>
   <item>
    <title><code>$entries</code></title>
    <p>The entry-style child elements</p>
   </item>
   <item>
    <title><code>$divisions</code></title>
    <p>The division-level child elements</p>
   </item>
   <item>
    <title><code>$depth_in_chunk</code></title>
    <p>The depth of <code>$node</code> in the containing chunk</p>
   </item>
   <item>
    <title><code>$depth_of_chunk</code></title>
    <p>The depth of the containing chunk in the document</p>
   </item>
   <item>
    <title><code>$chunk_divisions</code></title>
    <p>Whether to create new documents for <code>$divisions</code></p>
   </item>
  </terms>
 </synopsis>
 <p>REMARK: Talk about some of the parameters</p>
 <list style="compact">
  <title>Calls Parameters</title>
  <item>
   <p><link xref="db.chunk.max_depth"/></p>
  </item>
 </list>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="db.chunk.depth-in-chunk"/></p>
  </item>
  <item>
   <p><link xref="db.chunk.depth-of-chunk"/></p>
  </item>
  <item>
   <p><link xref="html.class.attr"/></p>
  </item>
  <item>
   <p><link xref="html.lang.attrs"/></p>
  </item>
 </list>
</page>