diff zpt/XML_list_tables.zpt @ 2:61a3764cd5fb

new version RestDbInterface with working traversal and templates
author casties
date Fri, 21 May 2010 11:48:30 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zpt/XML_list_tables.zpt	Fri May 21 11:48:30 2010 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tablelist xmlns:tal="http://xml.zope.org/namespaces/tal">
+  <table tal:repeat="tbl options/data">
+	<name tal:content="tbl/relname"/>
+  </table>
+</tablelist>
\ No newline at end of file