Guest_imported
New member
- Jan 1, 1970
- 0
Guys, I am working on a XSL that mounts a table based on a XML provided by Domino. This XML contains one <viewentry> for each line and one <entrydata columnnumber="n"> for each cell inside the line.
BUT, some <viewentry>s have only one <entrydata>, since it is a special kind of line (categorized), so I use the rowspan attribute in HTML in order to format it correctly.
Now, anyone has a clue on how I could find out the precise number of columns I have for this table?
I have thought of considering the columnnumber attribute and get the highest one, but how can I do it??
Thanks a lot,
Gus
BUT, some <viewentry>s have only one <entrydata>, since it is a special kind of line (categorized), so I use the rowspan attribute in HTML in order to format it correctly.
Now, anyone has a clue on how I could find out the precise number of columns I have for this table?
I have thought of considering the columnnumber attribute and get the highest one, but how can I do it??
Thanks a lot,
Gus