[Bug 27807] [xslt 3.0] Streaming of "document fragments"

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

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
The issue is with something like

<?xml version="1.0"?>
<a/>
<a/>

which is not a well-formed document, but has a legal representation in XDM, as
a document node with two element-node children. If such "documents" are allowed
(e.g. as the input of xsl:stream), then the expression ". instance of
document-node(element(a))" becomes non-streamable, because it's defined to
return false for the above "document".

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

Received on Wednesday, 14 January 2015 12:51:40 UTC