source: documentViewer/zpt/info_xml.zpt

Last change on this file was 58:cc1d3d22ca72, checked in by casties, 17 years ago

added getInfo_xml method

File size: 246 bytes
Line 
1<?xml version="1.0"?>
2<document-parameters xmlns:tal="http://xml.zope.org/namespaces/tal" tal:define="docinfo options/docinfo">
3  <parameter tal:repeat="info docinfo" tal:attributes="name info; value python:docinfo[info]"/>
4</document-parameters>
Note: See TracBrowser for help on using the repository browser.