annotate zpt/XML_list_schemas.zpt @ 2:61a3764cd5fb

new version RestDbInterface with working traversal and templates
author casties
date Fri, 21 May 2010 11:48:30 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
61a3764cd5fb new version RestDbInterface with working traversal and templates
casties
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
61a3764cd5fb new version RestDbInterface with working traversal and templates
casties
parents:
diff changeset
2 <schemalist xmlns:tal="http://xml.zope.org/namespaces/tal">
61a3764cd5fb new version RestDbInterface with working traversal and templates
casties
parents:
diff changeset
3 <schema tal:repeat="sch options/data">
61a3764cd5fb new version RestDbInterface with working traversal and templates
casties
parents:
diff changeset
4 <name tal:content="sch"/>
61a3764cd5fb new version RestDbInterface with working traversal and templates
casties
parents:
diff changeset
5 </schema>
61a3764cd5fb new version RestDbInterface with working traversal and templates
casties
parents:
diff changeset
6 </schemalist>