[Home] [By Thread] [By Date] [Recent Entries]
I need the following output. But I need it generic since I don't know how
many element I'm going to have ...
- Thanx <table border="1">
<tr>
<td> cingular </td>
<td> t-mobile </td>
<td> att </td>
</tr>
<td> verizon </td>
<td> nextel </td>
<td> sprint </td>
</tr>
<td> boost </td>
<td> Other </td>
<td> Unknown </td>
</tr>
</table><root> <carrier name="cingular" position="1" /> <carrier name="t-mobile" position="2" /> <carrier name="att" position="0" /> <carrier name="verizon" position="3" /> <carrier name="nextel" position="4" /> <carrier name="sprint" position="5" /> <carrier name="boost" position="6" /> <carrier name="Other" position="7" /> <carrier name="Unknown" position="7" /> </root> ----- Original Message ----- From: <cknell@xxxxxxxxxx> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent: Monday, June 20, 2005 10:23 AM Subject: RE: output in table You have given us half of the information we need, now show us the output you would like to produce from this XML and we can show you how to write the XSLT.
|

Cart



