Re: Query support

Subject: Re: Query support
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Thu, 31 Jul 1997 15:09:56 -0400
Norman Walsh wrote:
> I had hoped this hack would allow me to get at the PIs in my document.
> However, the following default rule never sees the PIs
> 
> (default
>   (let ((foo (debug (node-property 'class-name (current-node) default: #f))))
>     (process-children)))

Here's your problem:

[171] default-element-construction-rule = (default construct-expression) 
A default-element-construction-rule matches any node of class element. 

 Paul Prescod

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


Current Thread