This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to make my own stylesheets?


/ "Michael D. Crawford" <crawford@goingware.com> 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 <ndw@nwalsh.com>      | 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]