Mercurial > hg > ChinaGisRestApi
view zpt/XML_schema.zpt @ 75:20ba7e626692
htmlHead() included
author | fknauft |
---|---|
date | Thu, 02 Sep 2010 11:44:27 +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>