Mercurial > hg > ChinaGisRestApi
view zpt/XML_index.zpt @ 44:c6c47034d2a4
more refactoring of templates
gis can be rendered by pagetemplate
author | casties |
---|---|
date | Thu, 02 Sep 2010 16:38:50 +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>