<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">]>

<!-- $NetBSD: netbsd-book.xsl,v 1.6 2020/02/16 20:57:48 maya Exp $ -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:html="http://www.w3.org/1999/xhtml"
		exclude-result-prefixes="html"
		version="1.0">

  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl" />

  <!-- use the NetBSD stylesheet -->
  <xsl:param name="html.stylesheet" select="'/global.css'" />
  <xsl:param name="html.stylesheet" select="'/donations/thermo/fundraiser.css'" />

  <xsl:param name="toc.section.depth" select="1" />
  <xsl:param name="section.autolabel" select="1" />
  <xsl:param name="section.label.includes.component.label" select="1" doc:type="boolean" />

  <xsl:include href="global.xsl"/>

  <!-- local customizations -->
  <xsl:include href="netbsd.xsl"/>

</xsl:stylesheet>
