I have to insert file1.xml elements into another file2.xml. file2.xml has several node and each node has it's node_id. is there any way to do that. let suppose : file1.xml :
...
I have list of tournaments in my a.xml:
<tournaments> <tournament> <name>a</name> </tournament> <tournament> ...