Copy node and add value to attribute with Xslt
问题 Basiccly i have problem with xml and xslt which i do not know how to solve, and would appreciate any help regarding this matter where to start. I have XML: <root> <test value="1" setting="3"> <tag1>data....</tag1> <tag2>data....</tag2> <tag n+1>data....</tag n+1> </test> <test value ... . . . </test> </root> Now i would now need to copy, all nodes in "test" node in this way and add always value 3 to settings value (settings value is changing in test node) in 4 new nodes like shown below so i