[xsl] output in table

Subject: [xsl] output in table
From: "Charles Ohana" <charles.ohana@xxxxxxxxxxxxxx>
Date: Mon, 20 Jun 2005 11:21:46 -0500
Hello,
I'm trying to have an output of the xml below in a table with 3 rows and 3 columns.
Is there a quick and easy way to do it ...
Thanx ...


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


Current Thread