- <xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
- <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
- <xsl:param name="man.output.encoding" select="'UTF-8'" />
- <xsl:template match="email"><<xsl:apply-templates/>></xsl:template>
- </xsl:stylesheet>
|