summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.dsl15
1 files changed, 15 insertions, 0 deletions
diff --git a/style.dsl b/style.dsl
new file mode 100644
index 0000000..85197f8
--- /dev/null
+++ b/style.dsl
@@ -0,0 +1,15 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
+]>
+
+<style-sheet>
+<style-specification use="docbook">
+<style-specification-body>
+
+;; your stuff goes here...
+;; (element structname ($mono-seq$))
+
+</style-specification-body>
+</style-specification>
+<external-specification id="docbook" document="dbstyle">
+</style-sheet>