Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release > by-pkgid > b687442208f5b7b7fa0b4a2aff0759f2 > files > 82

python-tal-1.5.0-13mdv2010.0.noarch.rpm

<?xml version="1.0" ?>
<html xmlns:tal="http://xml.zope.org/namespaces/tal">

<table>
  <tr>
    <td tal:repeat="x python:['car', 'bike', 'broomstick']" tal:content="x">
    </td>
  </tr>
</table>

<p>
  <span tal:repeat="x python:['Harry', 'Ron', 'Hermione']" tal:replace="x" />
</p>

</html>