xsl-list
[Top] [All Lists]

XML to HTML table

2004-11-13 11:38:43
Hi All

I have a XML file from which I need to create HTML table.

<table>
   <row>
        <name> row1</name>
           <green>col2</green>
           <red></red>
     </row>
     <row>
        <name> row2</name>
           <green>col3</green>
           <red>col1</red>
     </row>
     <row>
        <name> row3</name>
           <green></green>
           <red>col1</red>
     </row>
</table>

If there are n row elements it is a nXn table.
If the element in the row <green> or <red> is not empty I have to place a green or red marker (lets say a green / red dot) in
the column for that row. The value of these elements is one of the rownames.

Can anyone please give me a transform for this.

Thanks

_________________________________________________________________
Life on the fast track! Get hooked to it! http://server1.msn.co.in/sp04/tataracing/ Meet the champs!


--~------------------------------------------------------------------
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>