RE: (dsssl) "Default" processing rule?

Subject: RE: (dsssl) "Default" processing rule?
From: "Nilsson, Peter" <pni@xxxxxxxxx>
Date: Tue, 3 Apr 2001 07:45:41 +0200
> -----Original Message-----
> From: MARK.WROTH@xxxxxxxxxxx [mailto:MARK.WROTH@xxxxxxxxxxx]
> 
> How can I (simply) define a set of rules that will ignore everything
> *except* an element that can be found at several levels?
> 
> Setting (default (empty-sosofo)) results in everything being ignored,
> presumably because the parent elements of the one I want are 
> not processing
> their children.
> 
Couldn't you do a query on the subtree for the elements yoy want to process
(the programlisting elements) and then use (process-node-list) to process
the result. Something like:
(process-node-list (q-element 'programlisting))
(untested.)

Regards,
//Peter

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

Current Thread