summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.videodata.page
blob: 0b4118fbc2ec85a49854da0a7264b7c18c87ddd8 (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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.videodata">
 <info>
  <link type="guide" xref="db2html-media" group="templates"/>
  <link type="guide" xref="templates" group="db2html"/>
  <desc>Output an HTML <sys>video</sys> element for a <sys>videodata</sys> element.</desc>
  <revision version="3.8" date="2012-11-12" status="final"/>
 </info>
 <title>db2html.videodata</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The <sys>videodata</sys> element.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template creates a <sys>video</sys> element in the HTML output. If the containing
 <sys>mediaobject</sys> or <sys>inlinemediaobject</sys> element has an <sys>imageobject</sys> with the
 <sys>role</sys> attribute set to <sys>"poster"</sys>, that image will be used for the <sys>poster</sys>
 attribute on the HTML <sys>video</sys> element. This template calls
 <code xref="db2html.mediaobject.fallback">db2html.mediaobject.fallback</code> for the contents of the <sys>video</sys> element.</p>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="db2html.mediaobject.fallback"/></p>
  </item>
  <item>
   <p><link xref="html.media.controls"/></p>
  </item>
 </list>
</page>