[Bug 24343] xsl:merge cannot be streamable because of semantics doc() etc

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24343

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
Rather than the proposed three attributes, I propose we make it two:

for-each-item  

which is an expression that selects the anchor items (equivalent to the present
for-each)

for-each-stream

which is an expression that selects a sequence of URIs, each being the URI of a
streamed input document. Typical usages:

for-each-stream="'a.xml'"

for-each-stream="('a.xml', 'b.xml')"

for-each-stream="uri-collection('collection-uri')"

Do we also need validation and type attributes to allow control over input
validation?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 11 February 2014 21:30:21 UTC