Transformation Help

I am new to transformations so if this is something obvious, please help me
out.  Through the transformation help, is it possible to convert a comma
separated listing such as:

<p>head1, head2, head3</p>
<p>data1, data2, data3</p>
<p>data4, data5, data6</p>

to a table such as:

<table>
<tr><th>head1</th><th>head2</th><th>head2</th></tr>
<tr><td>data1</td><td>data2</td><td>data2</td></tr>
<tr><td>data4</td><td>data5</td><td>data6</td></tr>
</table>

Thank you for any help.

Brant Langer Gurganus
"The Computer Guru"

Web Master:
http://troop545.cjb.net
http://www.msdpt.k12.in.us/etspages/ph/index.html
http://www.firecrafter.org


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/2002

Received on Saturday, 2 March 2002 17:37:28 UTC