~ubuntu-branches/ubuntu/trusty/zonecheck/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/misc/html.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Stephane Bortzmeyer
  • Date: 2004-03-10 14:08:05 UTC
  • Revision ID: james.westby@ubuntu.com-20040310140805-ij55fso1e23bk8ye
Tags: upstream-2.0.3
ImportĀ upstreamĀ versionĀ 2.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding="utf-8"?>
 
2
<xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
 
3
                 version="1.0">
 
4
  
 
5
  <xsl:import href="/html/docbook.xsl"/>
 
6
 
 
7
  <xsl:param name="html.stylesheet"            select="'docbook.css'"/>
 
8
  <xsl:param name="shade.verbatim"             select="1"/>
 
9
  <xsl:param name="use.id.as.filename"         select="0"/>
 
10
  <xsl:param name="suppress.navigation"        select="1"/>
 
11
  <xsl:param name="chunk.tocs.and.lots"        select="1"/>
 
12
  <xsl:param name="generate.section.toc.level" select="0"/>
 
13
</xsl:stylesheet>