r1639: Initial revision
[clsql.git] / doc / dsssl / html-docbook.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet/EN" CDATA DSSSL>
3 ]>
4
5  <style-sheet>
6  <style-specification use="docbook">
7  <style-specification-body>
8 (element envar ($mono-seq$))
9 (element symbol ($mono-seq$))
10 (element type ($mono-seq$))
11 (element errortype ($mono-seq$))
12 (element returnvalue ($italic-mono-seq$))
13 (define (book-titlepage-recto-elements)
14   (list (normalize "title")
15         (normalize "subtitle")
16         (normalize "graphic")
17         (normalize "corpauthor")
18         (normalize "authorgroup")
19         (normalize "author")
20         (normalize "editor")
21         (normalize "printhistory")
22         (normalize "copyright")
23         (normalize "abstract")
24         (normalize "legalnotice")))
25 (define %use-id-as-filename% #t)
26 (define use-output-dir #t)
27  --> </style-specification-body>
28  --> </style-specification>
29 <external-specification id="docbook" document="dbstyle">
30  --> </style-sheet>