]> gitweb.factorcode.org Git - factor.git/blob - extra/html/templates/chloe/test/test11.xml
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / html / templates / chloe / test / test11.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <table>
6                 <t:bind t:name="person">
7                         <tr>
8                                 <td><t:label t:name="first-name"/></td>
9                                 <td><t:label t:name="last-name"/></td>
10                         </tr>
11                 </t:bind>
12         </table>
13
14 </t:chloe>