~ubuntu-branches/ubuntu/trusty/yelp-xsl/trusty

« back to all changes in this revision

Viewing changes to xslt/mallard/html/mal2xhtml.xsl

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-19 17:46:00 UTC
  • mto: (11.1.2 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20120319174600-pzeaayow54b559hi
Tags: upstream-3.3.92
ImportĀ upstreamĀ versionĀ 3.3.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
<xsl:import href="../../common/color.xsl"/>
34
34
<xsl:import href="../../common/icons.xsl"/>
35
35
<xsl:import href="../../common/html.xsl"/>
 
36
<xsl:import href="../../common/ttml.xsl"/>
36
37
<xsl:import href="../../common/utils.xsl"/>
37
38
 
38
39
<xsl:import href="../common/mal-gloss.xsl"/>
45
46
'"/>
46
47
<xsl:param name="mal.if.maybe" select="'target:mobile'"/>
47
48
<xsl:param name="mal.link.extension" select="$html.extension"/>
 
49
<xsl:param name="ttml.features" select="'
 
50
http://www.w3.org/ns/ttml/feature/#content
 
51
http://www.w3.org/ns/ttml/feature/#core
 
52
http://www.w3.org/ns/ttml/feature/#nested-div
 
53
http://www.w3.org/ns/ttml/feature/#nested-span
 
54
http://www.w3.org/ns/ttml/feature/#presentation
 
55
http://www.w3.org/ns/ttml/feature/#profile
 
56
http://www.w3.org/ns/ttml/feature/#structure
 
57
http://www.w3.org/ns/ttml/feature/#time-offset
 
58
http://www.w3.org/ns/ttml/feature/#timing
 
59
'"/>
48
60
 
49
61
<xsl:include href="mal2html-api.xsl"/>
50
62
<xsl:include href="mal2html-block.xsl"/>