Hi there!
I want to create an array (table) using XSLT. But what I really look for is something like that:
Heading 1
Cell 1 | Cell 2 | Cell 3 |
---------------------------------------------------------------------------------------------------------|
Data 1 | Data2a | Data 2b | Data 3a | Data3b |
| | | | |
etc.
What I am trying to say is that I don't know how to create the columns of the first line so that they have n-times (here: n=2) the width of the columns of the other rows.
Do I need XSL-FO? Could you please give me a sample code? Please help asap!
Thanks,
Marina
I want to create an array (table) using XSLT. But what I really look for is something like that:
Heading 1
Cell 1 | Cell 2 | Cell 3 |
---------------------------------------------------------------------------------------------------------|
Data 1 | Data2a | Data 2b | Data 3a | Data3b |
| | | | |
etc.
What I am trying to say is that I don't know how to create the columns of the first line so that they have n-times (here: n=2) the width of the columns of the other rows.
Do I need XSL-FO? Could you please give me a sample code? Please help asap!
Thanks,
Marina
Comment