DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30878>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30878 [PATCH] org.apache.xindice.core.xupdate.XUpdateImpl ------- Additional Comments From [EMAIL PROTECTED] 2004-08-30 16:31 ------- My new patch removes the document tree clean up as I have found the problem to lie in the XUpdate code. I will work on trying to get the xupdate guys to fix or accept some patchs to fix the problem. The orginal idea of the execute(Collection col) code was to do a pre xpath query to prune down the possible documents to run the update commands. The problem occurs when their is more then one update command. This causes the xupdate commands to be run multiple times on the same file. The solution to this problem it to check to see what documents we have run the commands on and only run the xupdate commands once per document.