Hi All,
I have an XML as follows.
xmlns:cpeif=""
xmlns:ppns=""
xmlns:tpns="">
0
0
1
Item1
4294967295
1
Item2
1
1
Item3
I need to make it as the following
xmlns:cpeif=""
xmlns:ppns=""
xmlns:tpns=""
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
1
1
0
0
Item1
4294967295
1
4294967295
4294967295
Item2
1
1
2
1
Item3
Here customer is doing 3 different transaction, so i need to show as three different tabs.Can any one help me doing this. Any help is appreciated. Thanks in advance.
Kindest Regards
Sibeesh
Replies
Know the answer? Post it — somebody with the same question will find it here.