aboutsummaryrefslogtreecommitdiffstats
path: root/db2html.dsl
blob: f1021eaf087d84980d48796911ce1cbc40c91720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>