annotate zpt/info_xml.zpt @ 558:6ab436383fca

first step to layers for index view.
author casties
date Fri, 28 Sep 2012 11:25:25 +0200
parents cc1d3d22ca72
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
cc1d3d22ca72 added getInfo_xml method
casties
parents:
diff changeset
1 <?xml version="1.0"?>
cc1d3d22ca72 added getInfo_xml method
casties
parents:
diff changeset
2 <document-parameters xmlns:tal="http://xml.zope.org/namespaces/tal" tal:define="docinfo options/docinfo">
cc1d3d22ca72 added getInfo_xml method
casties
parents:
diff changeset
3 <parameter tal:repeat="info docinfo" tal:attributes="name info; value python:docinfo[info]"/>
cc1d3d22ca72 added getInfo_xml method
casties
parents:
diff changeset
4 </document-parameters>