Subject:Merging Table Cells in XSLT report Author:Caleb Gerlach Date:15 Jan 2009 03:15 PM
Is it possible to merge table cells in the report generator using Stylus Studio 2008? I am trying to make an XSLT that will output an HTML table with some merged cells (something that you would normally do by putting rowspan="3" or colspan="3" in HTML).
Subject:Merging Table Cells in XSLT report Author:(Deleted User) Date:21 Jan 2009 03:56 PM
Hi,
I was also working on an xml report with a big table where I wanted to merge a lot of cells. I also was spending a lot of time getting the column width right in which I did not completely succeed.
I ended up making the table in Adobe Dreamweaver (where I could do all cell merging and column dragging), copying the code to a Stylus xsl file and then mapping the xml tags to the table. This solved all my questions and worked like a charm.