Hi Gul Akbar and Tom Sugden, I thank you guys a lot for timely helps. And I want to notify that I had finally solved the problem.
1. >From Gul Akbar mail: >Stop Xindice > >Edit the file: ><XINDICE_HOME>\java\src\org\apache\xindice\core\xupdate\XObjectImpl.java > >Change the code at line 105 > from: return (NodeList) _xobj.nodeset(); > to: return (NodeList) _xobj.nodelist(); > >Recompile the Xindice source code: From your Xindice home directory, run >the 'build.bat' (assuming you have set the JAVA_HOME environment within the >batch file). > >This will create the Xindice.jar again in the lib folder 2. The XML namespace for <xupdate:modifications....> should have this exact string: "http://www.xmldb.org/xupdate" Regards, Sankaran.