[Bug 18861] New: [XSLT 3.0] predicates in patterns

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

           Summary: [XSLT 3.0] predicates in patterns
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
        AssignedTo: mike@saxonica.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


The current XSLT 3.0 pattern syntax appears to allow

match="$x"

  and

match="$x/abc"

  and

match="$x[xyz]"

  but not

match="$x[xyz]/abc"

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 12 September 2012 20:40:58 UTC