diff 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
line wrap: on
line diff
--- a/zpt/XML_index.zpt	Wed Aug 11 14:49:27 2010 +0200
+++ b/zpt/XML_index.zpt	Wed Aug 11 15:16:36 2010 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <schemalist xmlns:tal="http://xml.zope.org/namespaces/tal">
-  <schema tal:repeat="sch options/data">
-	<name tal:content="sch"/>
+  <schema tal:repeat="row options/data/rows">
+	<name tal:content="python:row[0]"/>
   </schema>
 </schemalist>
\ No newline at end of file