~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to doc/geany.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

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="'geany.css'"/>
11
 
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
12
 
 
13
 
</xsl:stylesheet>
14