Search found 1 match

by lahatfield
Mon May 14, 2007 7:01 pm
Forum: XSLT and FOP
Topic: For each column loop
Replies: 0
Views: 5118

For each column loop

Hi,

I have some data being returned like this :

Column1 | Column2 | Column 3 | Column 4
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