[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: Re: DOCBOOK-APPS: 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC