Subject:How to format a seperate column header for sub tree data Author:Sharon Katz Date:17 Sep 2007 06:01 AM
Hello,
I need some assistance with table\header coding-
I have a scenario where the output is required as a table with headers.
Most headers are from the same level of the tree and defined in the beginning of the source
Some displayed columns that are required are from lower levels in the tree and additional xsl:for-each select are used to retrieve them.
The first level is OfferGroup, the next level is OfferSubGroup and the last level is OfferReference. The data is retrieved using the following statement\structure:
Where and how do I add the statement for the sub-tree column header (OfferSubGroup and seperately OfferReference)? If I add it in the same format as
<th style="border-bottom-width: thin; border-bottom-color: #000000">Offer Group</th>
the returned data from the sub tree is included under the tree’s header (OfferGroup) and the new header (OfferSubGroup) appears as the next column and the column is empty.