[Bug 29559] New: QT3toXSLT3converter - generates bad code for lookup expressions

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

            Bug ID: 29559
           Summary: QT3toXSLT3converter - generates bad code for lookup
                    expressions
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

The QT3toXSLT3converter stylesheet (with $unfolded=true) generates incorrect
code for an integer literal in a lookup expression. See test ArrayTest-012

given [1,2,3]?0

it generates [XXXX]?unfolded:literal(0)

but a function call is not valid on the RHS of "?".

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

Received on Tuesday, 5 April 2016 11:04:21 UTC