/[pkg-java]/trunk/java-common/html.dsl
ViewVC logotype

Contents of /trunk/java-common/html.dsl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations) (download)
Wed Jul 12 14:45:17 2000 UTC (12 years, 10 months ago) by bortz
File size: 720 byte(s)
* Bug in policy HTML (wrong links)
* Bug in FAQ HTML (wrong language)
1 <!--
2 html.dsl - stylesheets for HTML output.
3 Stolen from SGMLtools
4 -->
5
6 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
7 <!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
8 ]>
9 <style-sheet>
10
11 <style-specification id="html" use="docbook">
12 <style-specification-body>
13
14
15 (define %html-ext% ".html")
16 (define %root-filename% "policy")
17 (define %generate-article-toc% #t)
18 (define %generate-article-titlepage% #t)
19 (define %use-id-as-filename% #t)
20 ; (define %gentext-nav-use-tables% #f)
21
22 ;; Add other customization here
23
24
25 </style-specification-body>
26 </style-specification>
27
28 <external-specification id="docbook" document="docbook.dsl">
29 </style-sheet>

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.5