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]

Re: Error in 1.69 DSSSL Style Sheets?


/ Holger Rauch <Holger.Rauch@heitec.de> was heard to say:
| On Tue, 22 May 2001, Norman Walsh wrote:
| > Have you changed the value of %default-quadding% in your stylesheet?
| Yes, I did. For both "print" and "html", I changed it to "justify", so
| that both lines now read:
| 	(define %default-quadding% 'justify)
| Are there any problems with that setting?

Yes. Attributes in HTML must be strings, so for the HTML customization,
make it:

 	(define %default-quadding% "justify")

and the problem will go away. I'm not sure that HTML/CSS understand
"justify", but if they do, that should work.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Childishness follows us all the days of
http://nwalsh.com/            | our life. If anybody seems wise it is
                              | only because his follies are in keeping
                              | with his age and circumstances.--La
                              | Rochefoucauld

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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