view 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
line wrap: on
line source

<?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>
</schemalist>