Rearrange sections
[yazproxy-moved-to-github.git] / doc / yazhtml.dsl.in
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY docbook.dsl SYSTEM "@DSSSL_DIR@/html/docbook.dsl"
3   CDATA DSSSL>
4 ]>
5 <!--
6   $Id: yazhtml.dsl.in,v 1.1 2004-04-11 11:36:53 adam Exp $
7 -->
8 <style-sheet>
9 <style-specification use="docbook">
10 <style-specification-body>
11
12 (define %use-id-as-filename% #t)
13 (define %output-dir% "html")
14 (define %html-ext% ".html")
15 (define %stylesheet% "yaz.css")
16
17 </style-specification-body>
18 </style-specification>
19 <external-specification id="docbook" document="docbook.dsl">
20 </style-sheet>
21   
22 <!--
23 Local Variables:
24 mode: scheme
25 End:
26 -->