Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want copy few attrbute from one node to another node using XSLT stylesheet

e.g
input:

Test1 a1="123" a2="234" a3="567"


Test2 b11="123" b2="234" b3="567"
/Test2>


output

Test1 a1="123" a2="234" a3="567" b11="123" b2="234" b3="567"


Test2 b11="123" b2="234" b3="567"
/Test2>
Posted
Comments
Richard Deeming 9-Feb-15 8:44am    
REPOST
You have already posted this question in the XML forum:
http://www.codeproject.com/Messages/4997563/copying-attribute-from-one-node-to-other.aspx[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900