annotate zpt/info_xml.zpt @ 598:4fe11d2bd4ae

use digilib-mpiwg.html for digilib.
author casties
date Mon, 19 Nov 2012 16:35:56 +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>