Re: Parent attribute part 2..

Subject: Re: Parent attribute part 2..
From: Vivek Agrawala <vivek@xxxxxxxxxxxxxxx>
Date: Wed, 13 Aug 1997 16:47:13 -0400
Daniel Speck wrote:
> 
> How about something like:
> 
> (element (X TITLE)
>         (make ...))
> (element (Y TITLE)
>         (make ...))
> 
> You could also do something like:
> 
> (element (TITLE)
>         (let ((parent-gi (gi (parent))))
>            (case parent
		^^^^^^^^^ should be parent-gi?
>              ("X" (make ...))
>              ("Y" (make ...))
> )))


I think there is a typo.


-- Vivek Agrawala
Siemens Corporate Research, Inc.	email: vivek@xxxxxxxxxxxxxxx

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


Current Thread