~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to doc/manual/manual.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0'?>
2
 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
 
                version='1.0'
4
 
                xmlns="http://www.w3.org/TR/xhtml1/transitional"
5
 
                exclude-result-prefixes="#default">
6
 
 
7
 
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
8
 
 
9
 
<!-- Use stylesheet -->
10
 
<xsl:param name="html.stylesheet" select="'style.css'"/>
11
 
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
12
 
 
13
 
</xsl:stylesheet>
14