Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b687442208f5b7b7fa0b4a2aff0759f2 > files > 63

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

<?xml version="1.0" ?>
<p xmlns:z="http://xml.zope.org/namespaces/tal">
  <span z:define="local x str:hello brave new world">
    <span z:content="text local:x">outer variable x, first appearance</span>
    <span z:define="local x str:goodbye cruel world">
      <span z:content="text local:x">inner variable x</span>
    </span>
    <span z:content="text local:x">outer variable x, second appearance</span>
  </span>
</p>