Mercurial > hg > ChinaGisRestApi
view zpt/XML_schema.zpt @ 14:05933707897f
NEW - # 12: create table and upload data
https://it-dev.mpiwg-berlin.mpg.de/tracs/GIS/ticket/12
author | casties |
---|---|
date | Fri, 13 Aug 2010 18:34:46 +0200 |
parents | b8922e13e7b5 |
children | ed8db63fab4f |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <tablelist xmlns:tal="http://xml.zope.org/namespaces/tal"> <table tal:repeat="row options/data/rows"> <name tal:content="python:row[0]"/> </table> </tablelist>