Re: DSSSL capabilities - was RE: TOC problem with HTML32 dsssl

Subject: Re: DSSSL capabilities - was RE: TOC problem with HTML32 dsssl
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Fri, 17 Oct 1997 17:42:04 -0400
I'm going to suggest a syntactic shortcut.

> The function definition:
> 
> (define (process-text snl)

Make this:

(define (process-text #!optional (osnl (current-node)))..)

Then you can call it like this:

(process-text)

You could also probably do this:

(define old-process-children process-children)
(define process-children process-text)

 Paul Prescod

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


Current Thread