xsl-list
[Top] [All Lists]

fillng some table cells

2005-07-06 15:29:27
Hi,
i'm trying to create an html table with the following data,
<items>
   <item name="a" />
   <item name="b" />
   <item name="c" />
   <item name="d" />
   <item name="e" />
</items>

<row>
   <found ="a" />
</row>
<row>
   <found ="b" />
<found ="c" /> </row>
<row>
   <found ="d" />
</row>

but just don't figure out how to render the empty cells for the cols not included in each row, the expected output si somethign like

  ---------------------------
  |  a  |  b   |   c   |   d   |  e   |
  |--------------------|-----|
  | x   |       |        |        |       |
  |---------------------|----|
  |     |   x   |   x   |        |       |
  |---------------------|----|
  |     |       |        |     x   |      |
  |--------------------------|



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>