[Bug 30036] New: [xslt30] Streamability of treat expressions

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

            Bug ID: 30036
           Summary: [xslt30] Streamability of treat expressions
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

The expression

X treat as document-node(element(X))

has the same streaming difficulties as

X[. instance of document-node(element(X))]

We discuss these difficulties in the analysis for "instance of" expressions
(19.8.8.5) but there is no mention under "treat as" expressions (which do not
even merit a special section).

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

Received on Tuesday, 20 December 2016 13:13:13 UTC