aboutsummaryrefslogtreecommitdiffstats
path: root/db2html.dsl
diff options
context:
space:
mode:
Diffstat (limited to 'db2html.dsl')
-rw-r--r--db2html.dsl25
1 files changed, 25 insertions, 0 deletions
diff --git a/db2html.dsl b/db2html.dsl
new file mode 100644
index 0000000..f1021ea
--- /dev/null
+++ b/db2html.dsl
@@ -0,0 +1,25 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+
+<!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl" CDATA DSSSL>
+]>
+
+<style-sheet>
+<style-specification use="docbook">
+<style-specification-body>
+
+(define %css-decoration%
+ ; Enable html element decoration with 'style=...' css?
+#t)
+
+(define %stylesheet%
+ ; Needed if we want to use a css file
+"manpage.css")
+
+(define %shade-verbatim%
+ ;; Should verbatim environments be shaded?
+ #t)
+
+</style-specification-body>
+</style-specification>
+<external-specification id="docbook" document="dbstyle">
+</style-sheet>