Re: table-row and sub table-rows problem:SUCCESS! and one more.

2005-06-01 Thread David Kim
Mike, You are right! I got a good result that I wanted exactly. I put a table in 'xsl:template match=SUB/REPEAT ' as you said, and I got it. I tested it several times and I was able to get simple change. xsl:template match=SUB/REPEAT is only one thing changed as follow, ---follow

Re: table-row and sub table-rows problem:SUCCESS! and one more.

2005-06-01 Thread Mike Trotman
Hi David. Various ways of doing this. Simplest change to your existing code is probably to insert an xsl:if block in your current SUB/REPEAT template match around the code for the title row. To get the title on just the 1st 'ROW2' you would need to test that there are no other REPEATs