Re: Expression Language

Subject: Re: Expression Language
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Sun, 31 Aug 1997 21:46:20 -0400
LINARESA wrote:
> 
> I am using Jade, are there any guides on how to use/incorporate expresion
> language within the flow objects. 

Your terminology is a little imprecise. Flow objects are created after
the DSSSL construction rules are finished executing. But this code from
my tutorial uses expression language in a make expression:

(element p 
	(make paragraph first-line-start-indent: 
		(if (first-sibling?)
                                 0pt
                                 paragraph-indent)))


If this isn't what you are looking for, it might help to give some more
information about what you are looking for.

 Paul Prescod



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


Current Thread