annotate zpt/info_xml.zpt @ 421:057ba56855e1

*** empty log message ***
author abukhman
date Thu, 06 Jan 2011 16:44:18 +0100
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>