<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>
  <xsl:import href="../docbook-xsl-1.66.1/html/docbook.xsl"/>
  <xsl:output method="html" encoding="UTF-8" indent="yes"/>

  <xsl:param name="admon.graphics" select="1"/>
  <xsl:param name="section.autolabel" select="1"/>
  <xsl:param name="html.stylesheet">doc.css</xsl:param>
  <xsl:param name="default.encoding" select="'UTF-8'"/>

</xsl:stylesheet>

