<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="file:///usr/apps/docbook/xsl/1.67.2/xhtml/docbook.xsl"/>

	<xsl:strip-space elements="refsection title row entry para tbody thead command option varlistentry constant"/>

<xsl:param name="html.stylesheet" select="'style.css'"/>
<xsl:output indent="no" encoding="ISO-8859-1"/>
	
</xsl:stylesheet>

