XSLT For Each - Field Names
Hi,
I have some data being returned like this :
[u]Column1 | Column2 | Column 3 | Column 4</u>
ABC | DEF | GHI | JKL
123 | 456 | 789 | 101
When i write out the information i want to loop through each column and write out the column name. Is this possible ?
Thanks
|