how can i merge these two xml files using xslt
问题 Please i want to know how i can merge two xml files into one xml file using xslt. I have these both xml files that i want to merge into an xml file as shown in the expected output.I want to include the each node Hn from the second file to the corresponding block with same number in the file 1. file1: <Test> <R1> <Th1> here are some instruction. </Th1> </R1> <R2> <Th2> here are some instruction. </Th2> </R2> <R3> <Th3> here are some instruction. </Th3> </R3> </Test> file 2: <test1> <H1> here