view zpt/info_xml.zpt @ 576:b2c7e272e075

new w-tag solution with etree. search works now.
author casties
date Wed, 17 Oct 2012 16:36:13 +0200
parents cc1d3d22ca72
children
line wrap: on
line source

<?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>