view zpt/XML_index.zpt @ 41:f94fc5a51a38

Merge with 0c769ba7957ce73c2f97dc15014928df8418fdbc
author casties
date Wed, 01 Sep 2010 21:04:47 +0200
parents b8922e13e7b5
children ed8db63fab4f
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<schemalist xmlns:tal="http://xml.zope.org/namespaces/tal">
  <schema tal:repeat="row options/data/rows">
	<name tal:content="python:row[0]"/>
  </schema>
</schemalist>