You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Laxma Reddy Dendi <xi...@yahoo.com> on 2004/07/19 21:53:37 UTC

modifying documents in a collection

Hi All,
   I have been trying to modify nodes and childs in a documents and had not much luck so far.
 
  Can anyone send me an example of Java & Xindice together working on a nodes and childs. 
 
thanks in advance.
 
sincerely
laxma reddy
   

		
---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

Re: modifying documents in a collection

Posted by Vadim Gritsenko <va...@reverycodes.com>.
Laxma Reddy Dendi wrote:

> Hi All,
>    I have been trying to modify nodes and childs in a documents and 
> had not much luck so far.
>  
>   Can anyone send me an example of Java & Xindice together working on 
> a nodes and childs.


XUpdate sample code:
http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/XUpdateQueryTest.java?rev=1.6


Vadim