view zpt/XML_index.zpt @ 9:76ac7a721273

more rework of templates
author casties
date Wed, 21 Jul 2010 19:09:02 +0200
parents a9a49f5765c9
children b8922e13e7b5
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>