C
Cal Who
I can't find an example that I can adapt.
I need to take a document that contains only a table and write an HTML table
in a new document.
That is, if the document is has two columns in the table I need to produce
another document:
<tr><td>CellR1C1</td><td>CellR1C2</td></tr>
<tr><td>CellR2C1</td><td>CellR2C2</td></tr>
<tr><td>CellR3C1</td><td>CellR3C2</td></tr>
where CellRxCy is the data in table cell row x column y
Can you point to an example that does something like that?
Thanks
I need to take a document that contains only a table and write an HTML table
in a new document.
That is, if the document is has two columns in the table I need to produce
another document:
<tr><td>CellR1C1</td><td>CellR1C2</td></tr>
<tr><td>CellR2C1</td><td>CellR2C2</td></tr>
<tr><td>CellR3C1</td><td>CellR3C2</td></tr>
where CellRxCy is the data in table cell row x column y
Can you point to an example that does something like that?
Thanks