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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-07-09 10:02:21 UTC
  • mto: (11.1.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20110709100221-27hsncxrd63leyx4
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
<!--#@ html.xhtml -->
33
33
<xsl:param name="html.xhtml" select="false()"/>
 
34
<xsl:param name="mal.if.env" select="'html'"/>
34
35
 
35
36
<xsl:namespace-alias stylesheet-prefix="html" result-prefix="#default"/>
36
37