Re: Replicating elements using Jade

Subject: Re: Replicating elements using Jade
From: James Clark <jjc@xxxxxxxxxx>
Date: Tue, 15 Apr 1997 15:38:20 +0700
At 13:44 14/04/97 +0000, Christopher Walsh wrote:

>I use a Literal to call a function GRABTITLE, using the same principles
>as those in the tutorial. My GRABTITLE function is as follows, and is
>called from the (element body) section.
>
>(define (grabtitle)
>  (data 
>     (select-elements (children (parent (current-node))) '(DOCUMENT HEAD))
>  )
>)

select-elements within a pattern that isn't a string or symbol is broken in
0.6.  It will work in 0.7.

James

Current Thread