[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Sibling axis: All of kind A up to first of kind B
Subject: RE: [xsl] Sibling axis: All of kind A up to first of kind B
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 27 Mar 2008 13:26:25 -0000
|
> A fully-streamed merge, does that mean the processor starts
> scanning for nodes and stops on encountering the first one
> satisfying the predicate
> [self::h1 or self::h2] instead of *first* assembling
> node-sets for both
> h1 and h2, *then* merging them into a union and *then*
> applying the predicate [1]?
Yes.
Michael Kay
http://www.saxonica.com/
|