prepare 1.0.8
[ntk/apt.git] / doc / manpage-style.xsl
1 <xsl:stylesheet
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
4
5 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
6
7 <xsl:param name="man.output.encoding" select="'UTF-8'" />
8
9 <xsl:template match="email">&lt;<xsl:apply-templates/>&gt;</xsl:template>
10
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'"/>
15 </xsl:call-template>
16 </xsl:template>
17
18 </xsl:stylesheet>