annotate zpt/info_xml.zpt @ 635:8d460ddb45b7 default tip

update digilib dirInfo-xml path.
author casties
date Fri, 06 May 2016 18:59:35 +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>