Re: [xsl] filtering

Subject: Re: [xsl] filtering
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Tue, 02 Nov 2004 23:36:00 +0100
>   row[not(column[position() = $header/*]
>                 [not(normalize-space())])]

Ah, I really have to put this to mind _thouroughly_. I keep forgetting that the XPath operators _do_
work on node-sets and not just on the first of the set...

:-(

Grtz,
Geert

Current Thread