diff zpt/XML_index.zpt @ 0:09361041be51

first checkin
author casties
date Fri, 11 Feb 2011 15:05:23 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zpt/XML_index.zpt	Fri Feb 11 15:05:23 2011 +0100
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<schemalist xmlns:tal="http://xml.zope.org/namespaces/tal"
+  tal:define="data here/getListOfSchemas">
+  <schema tal:repeat="row data/rows">
+	<name tal:content="python:row[0]"/>
+  </schema>
+</schemalist>
\ No newline at end of file