Mercurial > hg > documentViewer
changeset 58:cc1d3d22ca72
added getInfo_xml method
author | casties |
---|---|
date | Fri, 04 May 2007 15:17:02 +0200 |
parents | 7cdb0fc34a92 |
children | 996b61d71351 |
files | zpt/info_xml.zpt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/info_xml.zpt Fri May 04 15:17:02 2007 +0200 @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<document-parameters xmlns:tal="http://xml.zope.org/namespaces/tal" tal:define="docinfo options/docinfo"> + <parameter tal:repeat="info docinfo" tal:attributes="name info; value python:docinfo[info]"/> +</document-parameters> \ No newline at end of file