Commit | Line | Data |
---|---|---|
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"><<xsl:apply-templates/>></xsl:template> |
11 | ||
75ece2c9 | 12 | </xsl:stylesheet> |