aboutsummaryrefslogtreecommitdiffstats
path: root/db2html.xsl
blob: d3be5f64614a84be07af931cabbb7099c8dca913 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
  <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl"/>
  <xsl:param name="html.stylesheet">manpage.css</xsl:param>
  <xsl:template name="user.header.content">
      <h1>archivemail</h1>
      <hr/>
  </xsl:template>
</xsl:stylesheet>