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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<!DOCTYPE style-sheet
PUBLIC "-//Norman Walsh//DTD Annotated DSSSL Style Sheet V1.2//EN" [
<!ENTITY nut.dsl SYSTEM "nuthtml.dsl" CDATA dsssl>
]>
<style-sheet>
<title>QuickRef 2 CSV</title>
<doctype pubid="-//Davenport//DTD DocBook V3.0//EN">
<doctype pubid="-//OASIS//DTD DocBook V3.1//EN">
<backend name="sgml" backend="sgml" default="true">
<style-specification use="nutshell">
<style-specification-body>
(declare-flow-object-class formatting-instruction
"UNREGISTERED::James Clark//Flow Object Class::formatting-instruction")
(define debug
(external-procedure "UNREGISTERED::James Clark//Procedure::debug"))
(element quickref
(process-children))
(element element
(make sequence
(process-children)
(literal ",")))
(element category
(make sequence
(literal "\"")
(process-children)
(literal "\",")))
(element purpose
(make sequence
(literal "\"")
(process-children)
(literal "\",")
(make formatting-instruction data: "
")))
(element sgmltag
(process-children))
(element quote
(process-children))
(element acronym
(process-children))
</style-specification-body>
</style-specification>
<external-specification id="nutshell" document="nut.dsl">
</style-sheet>
|