summaryrefslogtreecommitdiff
path: root/html.dsl
diff options
context:
space:
mode:
authorStephane Bortzmeyer <bortz@debian.org>2000-07-12 13:58:36 +0000
committerStephane Bortzmeyer <bortz@debian.org>2000-07-12 13:58:36 +0000
commit48a11ace528fb15a0ea871bae71bae2a05dcfc46 (patch)
treeace76803bf64ba0b68a5fe5d89f649cc4d2c4f52 /html.dsl
downloadjava-common-48a11ace528fb15a0ea871bae71bae2a05dcfc46.tar.gz
Diffstat (limited to 'html.dsl')
-rw-r--r--html.dsl28
1 files changed, 28 insertions, 0 deletions
diff --git a/html.dsl b/html.dsl
new file mode 100644
index 0000000..b6fc449
--- /dev/null
+++ b/html.dsl
@@ -0,0 +1,28 @@
+<!--
+ html.dsl - stylesheets for HTML output.
+ Stolen from SGMLtools
+-->
+
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
+]>
+<style-sheet>
+
+<style-specification id="html" use="docbook">
+<style-specification-body>
+
+
+(define %html-ext% ".html")
+(define %root-filename% "policy")
+(define %generate-article-toc% #t)
+(define %generate-article-titlepage% #t)
+; (define %gentext-nav-use-tables% #f)
+
+;; Add other customization here
+
+
+</style-specification-body>
+</style-specification>
+
+<external-specification id="docbook" document="docbook.dsl">
+</style-sheet>