File: docbook.dsl

package info (click to toggle)
cl-hyperobject 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 340 kB
  • sloc: lisp: 1,843; xml: 215; makefile: 167
file content (30 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (6)
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
26
27
28
29
30
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
]>

 <style-sheet>
 <style-specification use="docbook">
 <style-specification-body>
(element envar ($mono-seq$))
(element symbol ($mono-seq$))
(element type ($mono-seq$))
(element errortype ($mono-seq$))
(element returnvalue ($italic-mono-seq$))
(define (book-titlepage-recto-elements)
  (list (normalize "title")
        (normalize "subtitle")
        (normalize "graphic")
        (normalize "corpauthor")
        (normalize "authorgroup")
        (normalize "author")
        (normalize "editor")
	(normalize "printhistory")
        (normalize "copyright")
        (normalize "abstract")
        (normalize "legalnotice")))
(define %use-id-as-filename% #t)
(define use-output-dir #t)
</style-specification-body>
</style-specification>
<external-specification id="docbook" document="docbook">
</style-sheet>