CSV to HTML translation: Difference between revisions

Content added Content deleted
(Python's "Sample (rendered) HTML output", trying with <nowiki>, but does not render the HTML)
m (→‎{{header|OCaml}}: tidy up, too)
Line 22: Line 22:


<lang ocaml>let csv_data = "\
<lang ocaml>let csv_data = "\
Character,Speach
Character,Speech
The multitude,The messiah! Show us the messiah!
The multitude,The messiah! Show us the messiah!
Brians mother,<angry>Now you listen here! He's not the messiah; \
Brians mother,<angry>Now you listen here! He's not the messiah; \
Line 97: Line 97:
<lang html><table>
<lang html><table>
<tr>
<tr>
<td>Character</td> <td>Speach</td>
<td>Character</td> <td>Speech</td>
</tr>
</tr>
<tr>
<tr>