Re: [xsl] Unexpected Context Node at Points in XPath Expression

Subject: Re: [xsl] Unexpected Context Node at Points in XPath Expression
From: "Michael Terry" <formido@xxxxxxxxx>
Date: Tue, 4 Sep 2007 17:17:33 -0700
OK, thanks, I think it might. I'll mull it over.
>
> following has context node a for position(), but beware, it is in the
> third predicate, so it counts only the subset selected by the earlier
> predicates.
> a[count(b/c/*) = '12'][b[@x = 'rr']][position() = 2]
>
>
> HTH,
>
> -- Abel Braaksma

Current Thread