[Bug 25185] Usage absorption can take crawling expressions when TDU derives from xs:anyAtomicType

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

--- Comment #5 from Michael Kay <mike@saxonica.com> ---
I've convinced myself this is streamable, though it's quite tricky in
pathological cases, for example where the crawling sequence includes both
list-valued elements and their text node children. If the crawling sequence
includes both the element

<list> </list>

and its whitespace text node child, then the atomized value of the element is
an empty sequence and the atomized value of the text node is a whitespace
string, so the atomized value of the node sequence is the single whitespace
xs:string value " "...

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

Received on Wednesday, 14 May 2014 17:39:59 UTC