<html>
<head>
</head>
<body>
<table>
<tr>
<th>id</th>
<th>name</th>
<th>email</th>
</tr>
<tr>
<td key="person.id">1</td>
<td key="person.name">foo</td>
<td key="person.email.pc">hide@address.com</td>
</tr><tr>
<td key="person.id">2</td>
<td key="person.name">bar</td>
<td key="person.email.pc">hide@address.com</td>
</tr>
</table>
</body>
</html>