Add URL for ID support area
[id-docbook-common-moved-to-github.git] / print.dsl.in
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY docbook.dsl SYSTEM "@DSSSL_DIR@/print/docbook.dsl"
3   CDATA DSSSL>
4 ]>
5 <style-sheet>
6 <style-specification use="docbook">
7 <style-specification-body>
8
9 (define preferred-mediaobject-notations
10   (list "PDF" "JPG" "JPEG" "PNG" "linespecific"))
11 (define preferred-mediaobject-extensions
12   (list "pdf" "jpg" "jpeg" "png"))
13
14 </style-specification-body>
15 </style-specification>
16 <external-specification id="docbook" document="docbook.dsl">
17 </style-sheet>
18
19 <!--
20 Local Variables:
21 mode: scheme
22 End:
23 -->