~ubuntu-branches/ubuntu/precise/z3c.pt/precise

« back to all changes in this revision

Viewing changes to src/z3c/pt/tests/function_namespaces.pt

  • Committer: Package Import Robot
  • Author(s): Gediminas Paulauskas
  • Date: 2012-02-03 16:03:32 UTC
  • Revision ID: package-import@ubuntu.com-20120203160332-y8iyshk0u8rn4w37
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div xmlns="http://www.w3.org/1999/xhtml"
 
2
     xmlns:tal="http://xml.zope.org/namespaces/tal">
 
3
  <span tal:content="context/ns1:parent/title/ns2:upper" />
 
4
  <span tal:content="context/ns1:parent/child/child/date/ns3:fullDateTime" />
 
5
  <span tal:content="context/ns4:link:main" />
 
6
  <span tal:content="context/ns4:page" />
 
7
  <span tal:content="context/ns4:page/another" />
 
8
  <span tal:content="context/ns4:page/yet/another|nothing" />
 
9
  <span tal:content="context/ns4:zope.Public" />
 
10
  <span tal:content="context/ns4:text-to-html" />
 
11
  <span tal:content="context/ns5:page/yet/even/another" />
 
12
</div>