[Bug 12403] New: [XQuery30UC] incorrect attribute name for "Windowing" Q12

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12403

           Summary: [XQuery30UC] incorrect attribute name for "Windowing"
                    Q12
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3.0 Use Cases
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


The query in Windowing Use Case Q12, 4.2.12 Q12, should produce a date
attribute:

   return 
                <alert date="{...

The expected result contains a time attribute:

<alert time="2006-01-02T14:00:00-00:00">Clara is suspicious</alert>


I suggest that these be aligned by changing the attribute name in the query.

Note: The content of the alert element has already been corrected via Bug
#11761.

-- 
Configure bugmail: http://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, 30 March 2011 16:18:23 UTC