[Bug 6495] [UPD] Consistency within deleted subtrees

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





--- Comment #6 from Michael Kay <mike@saxonica.com>  2009-03-06 10:44:23 ---
Action A-392-19: I was asked to propose precise text to implement the decision
recorded in comment #2. Here goes:

In 3.2.2 upd:applyUpdates, section "Semantics", rule 5, change the rule from

<old>
If the resulting XDM instance violates any constraint specified in
[XQuery/XPath Data Model (XDM)], a dynamic error is raised [err:XUDY0021].
</old>

to

<new>
If, after applying the updates, any XDM instance (including a node that has
been deleted or detached from its parent, or that is a descendant of such a
node) violates any constraint specified in [XQuery/XPath Data Model (XDM)], a
dynamic error is raised [err:XUDY0021].
</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 Friday, 6 March 2009 10:44:32 UTC