[Bug 27999] New: [XSLT30] Small error in streaming examples in 19.8.7.4

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

            Bug ID: 27999
           Summary: [XSLT30] Small error in streaming examples in 19.8.7.4
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org

In section "19.8.7.4 Streamability of union, intersect, and except
expressions", several examples are given in the rules. Since we made the
attribute and namespace axes striding, these examples are not valid in regards
to the text anymore:

<quote>
3. If both operands are climbing, then climbing and and the wider of the sweeps
of the two operands (Example: @* | */@*).
</quote>

Example is not valid, it is not climbing. Alternative can be something like ..
| ancestor::account.

<quote>
5. Otherwise, roaming and free-ranging (Example: name | @name).
</quote>

Example is not valid (it is crawling, see rule #4). Alternative is something
like name | ancestor::name.

Bug was originally reported internally by Eugene Fotin.

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

Received on Wednesday, 11 February 2015 16:12:52 UTC