Thanks for solution,
buy my xml is alightly differnt actually my xml looks like this
Code:
<subject>maths</subject>
<subject>history</subject>
<subject>science</subject>
<name>himanshu</name>
I want to convert it to
Code:
<subject>maths : history : science</subject>
<name>himanshu</name>