namespaces.01.html 200 Bytes
<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>