view zpt/XML_index.zpt @ 22:1a4b56716902

NEW - # 12: create table and upload data https://it-dev.mpiwg-berlin.mpg.de/tracs/GIS/ticket/12 JSON data formats
author casties
date Thu, 19 Aug 2010 14:30:51 +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>