summaryrefslogtreecommitdiff
path: root/tests/input/test03.html
blob: a0230e1ce48aa0e68c69b305ae34a4ee8e525fcf (plain)
1
2
3
4
5
6
7
8
9
<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>