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
