~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to doc/manpage-style.xsl

  • Committer: Michael Vogt
  • Date: 2012-12-26 22:52:47 UTC
  • mfrom: (1561.53.202 debian-sid)
  • Revision ID: mvo@ubuntu.com-20121226225247-4xj57gutbwb377q4
merged from the debian-sid branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
6
6
 
7
7
<xsl:param name="man.output.encoding" select="'UTF-8'" />
 
8
<!-- LANGUAGE -->
8
9
 
9
10
<xsl:template match="email">&lt;<xsl:apply-templates/>&gt;</xsl:template>
10
11
 
 
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
 
11
19
</xsl:stylesheet>