Blame view

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