Re: (match-element?)

Subject: Re: (match-element?)
From: James Clark <jjc@xxxxxxxxxx>
Date: Fri, 07 Nov 1997 09:48:20 +0700
Chris Maden wrote:
> 
> I needed this procedure, and couldn't find an implementation.  This is
> public, but if anyone has a better way to do it, please share!

(define (match-element? pattern snl)
  (not (node-list-empty? (select-elements snl pattern))))

match-element? is also implemented natively in the test version of Jade.

James



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


Current Thread