summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal2xhtml.page
blob: 4ae4d1bcf6e53bb9ae4eab978e19ca3d36bfe74f (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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" style="xslt-stylesheet" id="mal2xhtml">
 <info>
  <link type="guide" xref="stylesheets" group="mal2xhtml"/>
  <link type="topic" xref="l10n" group="imports"/>
  <link type="topic" xref="color" group="imports"/>
  <link type="topic" xref="icons" group="imports"/>
  <link type="topic" xref="html" group="imports"/>
  <link type="topic" xref="ttml" group="imports"/>
  <link type="topic" xref="utils" group="imports"/>
  <link type="topic" xref="mal-gloss" group="imports"/>
  <link type="topic" xref="mal-if" group="imports"/>
  <link type="topic" xref="mal-link" group="imports"/>
  <link type="topic" xref="mal2html-api" group="includes"/>
  <link type="topic" xref="mal2html-block" group="includes"/>
  <link type="topic" xref="mal2html-gloss" group="includes"/>
  <link type="topic" xref="mal2html-inline" group="includes"/>
  <link type="topic" xref="mal2html-links" group="includes"/>
  <link type="topic" xref="mal2html-list" group="includes"/>
  <link type="topic" xref="mal2html-math" group="includes"/>
  <link type="topic" xref="mal2html-media" group="includes"/>
  <link type="topic" xref="mal2html-page" group="includes"/>
  <link type="topic" xref="mal2html-svg" group="includes"/>
  <link type="topic" xref="mal2html-table" group="includes"/>
  <link type="topic" xref="mal2html-ui" group="includes"/>
  <desc>Transform Mallard to XHTML.</desc>
  <revision version="3.8" date="2012-11-05" status="final"/>
 </info>
 <title>Mallard to XHTML</title>
 <p>This top-level stylesheet includes all the necessary stylesheets to transform
 Mallard documents into XHTML. This stylesheet sets the parameters
 <code xref="mal.if.target">mal.if.target</code>, <code xref="mal.if.features">mal.if.features</code>, <code xref="mal.if.maybe">mal.if.maybe</code>, <code xref="mal.link.extension">mal.link.extension</code>,
 and <code xref="ttml.features">ttml.features</code>.</p>
 <links type="topic" groups="imports" style="linklist">
  <title>Imports Stylesheets</title>
 </links>
 <links type="topic" groups="includes" style="linklist">
  <title>Includes Stylesheets</title>
 </links>
 <links type="topic" groups="params" style="linklist">
  <title>Defines Parameters</title>
 </links>
 <links type="topic" groups="keys" style="linklist">
  <title>Defines Keys</title>
 </links>
 <links type="topic" groups="templates" style="linklist">
  <title>Defines Templates</title>
 </links>
 <links type="topic" groups="modes" style="linklist">
  <title>Defines Modes</title>
 </links>
 <list style="compact">
  <title>Calls Parameters</title>
  <item>
   <p><link xref="html.extension"/></p>
  </item>
  <item>
   <p><link xref="ttml.features"/></p>
  </item>
 </list>
</page>