Re: DSSSL extensions for XSL

Subject: Re: DSSSL extensions for XSL
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Sun, 28 Sep 1997 05:41:09 -0400
There is a typo:

(or-element ((H1 TITLE) (H2 TITLE) (H3 TITLE))
  font-weight: 'bold)

...is equivalent to:

(or-element (H1 TITLE)
  font-weight: 'bold)

(or-element (H2 TITLE)
  font-weight: 'bold)

(or-element (H3 TITLE)
  font-weight: 'bold)

The mistake is repeated in a couple of places, but this is the most
obvious. I think you want the last three rules to be element rules, not
or-element rules.

 Paul Prescod

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread