Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.0
-
None
-
Windows XP. Eclipse 3.2.
Description
Using XMLParser:
node.nodelist.remove(o) returns true. But node is not removed.
I think the node.nodelist.remove(o) syntax is preferred to o.parent().value.remove(o) which does work.