Blame view

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