<?xml version='1.0' encoding='utf-8'?>
<!-- $PostgresPy: doc/xf/xhtml/xsl,v 1.6 2004/07/15 11:07:54 flaw Exp $
 !
 ! † Instrument:
 !     Copyright 2004, rhid development, All Rights Reserved.
 !     
 !     Usage of the works is permitted provided that this
 !     instrument is retained with the works, so that any entity
 !     that uses the works is notified of this instrument.
 !     
 !     DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
 !     
 !     [2004, Fair License; rhid.com/fair]
 !     
 !--><!--
 ! XHTML Transformation
 !-->
<xf:transform xmlns:xf="http://www.w3.org/1999/XSL/Transform"
 xf:version="1.0"
 xmlns="http://www.w3.org/1999/xhtml"
 exclude-result-prefixes="#default">

<xf:import
 href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
<xf:include href="../mutual.xsl"/>

<xf:template name="root.messages">
 <xf:processing-instruction name="xml-stylesheet"
 >href="css"</xf:processing-instruction>
</xf:template>

<xf:param name="link.mailto.url" select="'flaw@rhid.com'"/>
<xf:param name="use.id.as.filename" select="1"/>
<xf:param name="generate.legalnotice.link" select="1"/>

<xf:param name="make.valid.html" select="1"/>
<xf:param name="html.extra.head.links" select="1"/>
<xf:param name="html.ext" select="'.xml'"/>
<xf:param name="html.stylesheet" select="'doc.css'"/>

<xf:param name="chunk.quietly" select="0"/>
<xf:param name="chunker.output.encoding" select="'utf-8'"/>

<xf:param name="section.label.includes.component.label" select="1"/>
<xf:param name="refentry.xref.manvolnum" select="0"/>

<!--
 ! Format varlistentry vertically
 !-->
<xf:template match="varlistentry/term[position()!=last()]">
 <span class="term">
  <xf:call-template name="anchor"/>
  <xf:apply-templates/>
 </span><br/>
</xf:template>

</xf:transform>
