Re: newbie question, nesting level query

Subject: Re: newbie question, nesting level query
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Fri, 07 Nov 1997 20:19:33 -0500
Stephen Perkins wrote:
> Thanks for the tip. I solved this with:
> 
> ; to return nesting level as integer
> (define nesting-level
>         (lambda (nest-level-element)
>                 (length (hierarchical-number-recursive
> nest-level-element)
>         )
> ))


Didn't you have trouble with this:

(sd (make sequence      
	font-family-name: serif-font-family
         font-size: text-font-size))

I don't even know what "sd" is. I would guess it is some out-of-date
proposed DSSSL feature (perhaps an old style object thing).

 Paul Prescod



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


Current Thread