Blame view

mobile/source/ext/phptal/tests/input/namespaces.02.html 373 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
  <html>
    <span tal:content="string:first text" />
    <span xmlns:foo="http://xml.zope.org/namespaces/tal">
      <span foo:content="string:some text" />
      <span xmlns:bar="http://xml.zope.org/namespaces/tal">
        <span foo:content="string:some text" />
        <span bar:content="string:some text" />
      </span>
    </span>
    <span tal:content="string:other text" />
  </html>