summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/db2html.audiodata.page
blob: bb3e9080ee9df5f4236037ea0842d812e29e1ce6 (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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="db2html.audiodata">
 <info>
  <link type="guide" xref="db2html-media" group="templates"/>
  <link type="guide" xref="templates" group="db2html"/>
  <desc>Output an HTML <sys>audio</sys> element for a <sys>audiodata</sys> element.</desc>
  <revision version="3.8" date="2012-11-12" status="final"/>
 </info>
 <title>db2html.audiodata</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$node</code></title>
    <p>The <sys>audiodata</sys> element.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template creates an <sys>audio</sys> element in the HTML output. This template
 calls <code xref="db2html.mediaobject.fallback">db2html.mediaobject.fallback</code> for the contents of the <sys>audio</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>