Re: Line spacing in Jade

Subject: Re: Line spacing in Jade
From: Chris Maden <crism@xxxxxxx>
Date: Wed, 3 Sep 1997 09:38:25 -0400
[Daniel Speck]
> This would seem to be a place a fairly major restriction on DSSSL
> style specifications. For my application, I was trying to build up a
> list of characteristics specified as attribute values on my SGML
> document. If an attribute is not specified in the document I don't
> want a characteristic specified in the (make paragraph ...). I am
> using the Rainbow 2.5 DTD and thought it would be easy to transform
> documents coded using this DTD to RTF but now it seems to be very
> difficult. Any thoughts?

It would seem to me that Frank Christoph's suggestion for my problem
should work for you, too.

(define (get-chars)
;; iterate over attributes of para, building a list of characteristics
)

(element para
         (apply make `(paragraph ,@(get-chars))))

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>

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


Current Thread