blob: 1a97479388c656710fed92414dbaeb1ad8f74111 [file] [log] [blame]
A complex mix, simulating what a tabular output table would look like.
<span jwcid="ifData">
<table>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
<span jwcid="e">
<tr jwcid="row">
<td><span jwcid="insertName"/></td>
<td><span jwcid="insertAge"/></td>
</tr>
</span>
</table>
</span>