[Bug 14662] New: 2.3.2 Updating Annotation Assertion

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

           Summary: 2.3.2 Updating Annotation Assertion
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Update 3.0
        AssignedTo: john.snelson@marklogic.com
        ReportedBy: jonathan.robie@gmail.com
         QAContact: public-qt-comments@w3.org


<quote>
The %fn:updating annotation can also be used as an assertion on a FunctionTest
to change the kind of function item matched by the test. If the %fn:updating
assertion is specified on a FunctionTest, then it matches both simple function
items and updating function items. Otherwise the FunctionTest only matches
simple function items.
</quote>

I want to be able to test for all three of the following:

* A non-updating function - perhaps %fn:non-updating?
* An updating function - perhaps %fn:updating?
* Any function, whether or not it is updating. You don't need updating
assertions for this.

The current syntax doesn't seem to meet that criteria.

-- 
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 Tuesday, 1 November 2011 21:26:42 UTC