summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/mal2html.page
blob: 481f269962df410791767089323afc5f435e9cae (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="mal2html">
 <info>
  <link type="guide" xref="stylesheets" group="mal2html"/>
  <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 HTML.</desc>
  <revision version="3.8" date="2012-11-05" status="final"/>
 </info>
 <title>Mallard to HTML</title>
 <p>This top-level stylesheet includes all the necessary stylesheets to transform
 Mallard documents into HTML. It imports <code xref="mal2xhtml">mal2xhtml</code>, overrides parameters, and
 sets a namespace alias to output non-XML HTML. In particular, this stylesheet
 sets <code xref="html.xhtml">html.xhtml</code> to <sys>false</sys> and <code xref="mal.if.target">mal.if.target</code> to <sys>'target:html'</sys>.</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>