[Bug 5804] [XQuery] Version numbers in XQuery version declarations

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





--- Comment #5 from Jonathan Robie <jonathan.robie@redhat.com>  2008-10-20 13:26:53 ---
I think it's better to say that a processor actually does process a query
according to the corresponding specification, not just that it is capable of
doing so. So instead of this:

<new>
[Definition: An XQuery 1.1 processor is capable of processing a query according
to the XQuery 1.1 specification.]
[Definition: An XQuery 1.0 processor is capable of processing a query according
to the XQuery 1.0 specification.]
</new>


I prefer this:

<new>
[Definition: An XQuery 1.1 processor processes a query according
to the XQuery 1.1 specification.]
[Definition: An XQuery 1.0 processor processes a query according
to the XQuery 1.0 specification.]
</new>


-- 
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 Monday, 20 October 2008 13:27:08 UTC