← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK-APPS: Re: How to make my own stylesheets?

From
Norman Walsh <>
Date
2002-01-06T16:04:08+00:00
ID
Thread
DOCBOOK-APPS: Re: How to make my own stylesheets?
/ "Michael D. Crawford" <> was heard to say:
| ;; customize the HTML stylesheet
|
| (element html.stylesheet "mystyle.css")
|
| ;; I have also tried
| ;; (define html.stylesheet "mystyle.css")

In DSSSL, you have to use this:

 (define %stylesheet% "mystyle.css")

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | If you imagine that once you have
http://www.oasis-open.org/docbook/ | accomplished your ambitions you
Chair, DocBook Technical Committee | will have time to turn to the Way,
                                   | you will discover that your
                                   | ambitions never come to an
                                   | end.--Yoshida Kenko
← Prev in month ← Prev in thread
Next in thread → Next in month →