This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
(Originally reported by .) Let's assume the following situation. Let n1 be an element and n2 be its parent. Let the external variables $x1 being bound to n1, and $x2 being bound to n2. What should be effect of the following update program delete $x2/* What should be the value of the variable $x1 after the deletion? Should it contain the node n1 (that was just deleted) or not ? ------- Comment #1 From Daniela Florescu 2005-12-06 17:30 [reply] ------- This is also related to bug 2729 (http://www.w3.org/Bugs/Public/show_bug.cgi?id=2979).
The latest update document already includes the resolution for this question. A deleted node is simply detached from its parent and has no impact on the binding of external variables.
The latest update document already includes the resolution for this question. A deleted node is simply detached from its parent and this operation has no impact on the binding of external variables.