Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Loop thru nodes and build table Loop thru nodes and build tableTo: NULL Date: 10/2/2007 7:38:00 PM
XML is like this with multiple 'I' elements.
<R>
<I N="One"/>
<I N="Two"/>
<I N="Three"/>
<I N="Four"/>
<I N="Five"/>
<I N="Six"/>
</R>
Want to print a table from the above data.
One 'row' for two 'I' element.
<Table>
<tr>
<td>One</td>
<td>Two</td>
</tr>
<tr>
<td>Three</td>
<td>Four</td>
</tr>
<tr>
<td>Five</td>
<td>Six</td>
</tr>
</Table>
How to do this in xsl.
thanks in advance...
praveen.
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
