summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.math.div.page
blob: 1f224baceef1874f9c3880794887feb85213787c (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/" style="xslt-template" id="db2html.math.div">
 <info>
  <link type="guide" xref="db2html-math" group="templates"/>
  <link type="guide" xref="templates" group="db2html"/>
  <desc>Output an HTML <sys>div</sys> element and block-level MathML.</desc>
  <revision version="3.8" date="2012-11-13" status="final"/>
 </info>
 <title>db2html.math.div</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The <sys>mml:math</sys> element to render.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template creates an HTML <sys>div</sys> element for a MathML <sys>mml:math</sys> element,
 then outputs MathML content. It sets the <sys>display</sys> attribute on the output to
 <sys>"block"</sys> and applies <code xref="db2html.math.mode">db2html.math.mode</code> to the child content.</p>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="html.class.attr"/></p>
  </item>
  <item>
   <p><link xref="html.lang.attrs"/></p>
  </item>
 </list>
 <list style="compact">
  <title>Calls Modes</title>
  <item>
   <p><link xref="db2html.math.mode"/></p>
  </item>
 </list>
</page>