Converting Data from row to column wise through xsl
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
The functional requirement is , we hav a table with data in following format..
C1 C2 c3
A AA1 y
A AAA1 n
B AA1 y
B AAA1 n
C AA1 ythe required output by xslt is C1 AA1 AAA1 -------------------- A y n B y y C y Can anybody help me out from this issue. Thanks in advance. Tarini singh.. Zenta pvt Ltd
-
The functional requirement is , we hav a table with data in following format..
C1 C2 c3
A AA1 y
A AAA1 n
B AA1 y
B AAA1 n
C AA1 ythe required output by xslt is C1 AA1 AAA1 -------------------- A y n B y y C y Can anybody help me out from this issue. Thanks in advance. Tarini singh.. Zenta pvt Ltd