View Single Post
  #1 (permalink)  
Old May 14th, 2007, 12:22 PM
lahatfield lahatfield is offline
Registered User
 
Join Date: May 2007
Location: , , .
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
Reply With Quote