annotate zpt/XML_index.zpt @ 11:b8922e13e7b5

fixed xml templates to work with new data structures
author casties
date Wed, 11 Aug 2010 15:16:36 +0200
parents a9a49f5765c9
children ed8db63fab4f
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">
11
b8922e13e7b5 fixed xml templates to work with new data structures
casties
parents: 8
diff changeset
3 <schema tal:repeat="row options/data/rows">
b8922e13e7b5 fixed xml templates to work with new data structures
casties
parents: 8
diff changeset
4 <name tal:content="python:row[0]"/>
2
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>