aboutsummaryrefslogtreecommitdiffstats
path: root/db2html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'db2html.xsl')
-rw-r--r--db2html.xsl11
1 files changed, 11 insertions, 0 deletions
diff --git a/db2html.xsl b/db2html.xsl
new file mode 100644
index 0000000..1ef6a09
--- /dev/null
+++ b/db2html.xsl
@@ -0,0 +1,11 @@
+<?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>
+