2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5 <xsl:import href="@DOCBOOK_XSL@/manpages/docbook.xsl" />
7 <xsl:param name="man.output.encoding" select="'UTF-8'" />
9 <xsl:template match="email"><<xsl:apply-templates/>></xsl:template>
11 <xsl:template match="date">
12 <xsl:call-template name="datetime.format">
13 <xsl:with-param name="date" select="."/>
14 <xsl:with-param name="format" select="'d B Y'"/>