hi i have xml files and i need to append them like this:
First File:
<Tags>
<Tag name ="1">
//more xml tags
</Tag>
<Tag name = "2">
//some more xml tags
</Tag>
.....
//add second file here
</Tags>
Second File:
<Tag name ="3">
//more xml tags
</Tag>