Mercurial > hg > ChinaGisRestApi
view zpt/XML_index.zpt @ 30:51db9e78bf98
working on field types
author | casties |
---|---|
date | Mon, 30 Aug 2010 17:29:58 +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>