add hidden prefs to choose old or new style addr and folder matching
[claws.git] / manual / dtd / manual.dsl
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY html-ss
3   PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
4 <!ENTITY print-ss
5   PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
6 ]>
7     
8 <style-sheet>
9   <style-specification id="print" use="print-stylesheet">
10     <style-specification-body> 
11       (define %paper-type% "A4")
12       (define %default-quadding% 'justify)
13     </style-specification-body>
14   </style-specification>
15   <style-specification id="html" use="html-stylesheet">
16     <style-specification-body> 
17     </style-specification-body>
18   </style-specification>
19   <external-specification id="print-stylesheet" document="print-ss">
20   <external-specification id="html-stylesheet" document="html-ss">
21 </style-sheet>
22