15 lines
261 B
XML
15 lines
261 B
XML
|
<?xml version='1.0' ?>
|
||
|
|
||
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||
|
|
||
|
<table>
|
||
|
<t:bind-each t:name="people">
|
||
|
<tr>
|
||
|
<td><t:label t:name="first-name"/></td>
|
||
|
<td><t:label t:name="last-name"/></td>
|
||
|
</tr>
|
||
|
</t:bind-each>
|
||
|
</table>
|
||
|
|
||
|
</t:chloe>
|