annotate zpt/info_xml.zpt @ 128:4db49915d825 Root_modularisierung

Last lemma
author abukhman
date Fri, 11 Jun 2010 12:34:24 +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>