Next in thread → Next in month →

Re: DOCBOOK-APPS: Error in 1.69 DSSSL Style Sheets?

From
Norman Walsh <>
Date
2001-05-22T12:58:12+00:00
ID
Thread
Re: DOCBOOK-APPS: Error in 1.69 DSSSL Style Sheets?
/ Holger Rauch <> 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 <> | 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
Next in thread → Next in month →