[Bug 29160] [XQ31] Obsolete Note under "order by"

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

Josh Spiegel <josh.spiegel@oracle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |josh.spiegel@oracle.com
         Resolution|---                         |FIXED

--- Comment #1 from Josh Spiegel <josh.spiegel@oracle.com> ---
Fixed as suggested except for the second example I used:

  sort(
    $books/book[price < 100],
    function($book){$book/title}
  )

Because introducing fn:filter appears unnecessary and I found it slightly
distracting when comparing the examples.

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

Received on Wednesday, 30 September 2015 21:17:50 UTC