<?xml version='1.0'?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'
                xmlns="http://www.w3.org/TR/xhtml1/transitional"
                exclude-result-prefixes="#default">

  <!-- Stylesheet customisation following the documentation from the
       "DocBook XSL Stylesheet Documentation"
       (http://docbook.sourceforge.net/release/xsl/current/doc/) in
       section "Customizing DocBook XSL stylesheets". -->

  <!-- <xsl:import href="docbook.xsl"/> -->
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl"/>


<xsl:variable name="toc.section.depth">4</xsl:variable>
<xsl:variable name="chapter.autolabel">1</xsl:variable>
<xsl:variable name="section.autolabel">1</xsl:variable>
<xsl:variable name="generate.section.toc">2</xsl:variable>
<xsl:variable name="generate.section.toc.level">4</xsl:variable>


<xsl:param name="generate.toc">
appendix  nop
article/appendix  nop
article   toc,title
book      toc,title,figure,table,example,equation
chapter   toc,title
part      toc,title
preface   toc,title
qandadiv  toc
qandaset  toc
reference toc,title
sect1     toc
sect2     toc
sect3     toc
sect4     toc
sect5     toc
section   toc
set       toc,title
</xsl:param>

<xsl:param name="generate.index" select="1"></xsl:param>

<xsl:param name="admon.graphics" select="1"></xsl:param>

<xsl:param name="appendix.autolabel" select="0"></xsl:param>

<xsl:template name="user.head.content">
  <xsl:comment> (c) Copyright 2003 Olivier Berger (olberger@club-internet.fr)</xsl:comment>
<!--
  <meta http-equiv="Refresh" content="3; URL=http://perso.club-internet.fr/olberger/demo.en.html" />
-->
</xsl:template>

</xsl:stylesheet>


