German translation reviewed by Erik Pfannenstein
[ntk/apt.git] / doc / manpage-style.xsl
CommitLineData
5d909e1f
CP
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
bcf91c1b 7<xsl:param name="man.output.encoding" select="'UTF-8'" />
1c8754c2 8<!-- LANGUAGE -->
5d909e1f 9
90f6d487
DK
10<xsl:template match="email">&lt;<xsl:apply-templates/>&gt;</xsl:template>
11
45fb8bf7
DK
12<xsl:template match="date">
13 <xsl:call-template name="datetime.format">
14 <xsl:with-param name="date" select="."/>
15 <xsl:with-param name="format" select="'d B Y'"/>
16 </xsl:call-template>
17</xsl:template>
18
75ece2c9 19</xsl:stylesheet>