select the element with node tag then copy it and pastw whereever you need.. ( :
On Aug 25, 8:11 am, Benj Nunez <[email protected]> wrote: > Here it is: > > http://snippets.dzone.com/posts/show/3697 > > Cheers! > > Benj > > On Aug 25, 5:50 am, "musa.biralo" <[email protected]> wrote: > > > > > Hi there, > > > I have to copy all elements that are within certain node to another > > xml file. Here's an example, > > > <Node> > > <Element ID = "1" Attribute="value1" \> > > <Element ID = "2" Attribute="value2" \> > > .... 1000's of lines...so i like to copy them all > > <Element ID = "3" Attribute="value3" \> > > </Node> > > > I want to copy(or transfer) everything that are with in <Node></Node> > > and put it over to other XML file. I could not figure out how. Could > > you please lead to a weblink or help me out. > > > Thanks in advance. > > Musa.Biralo
