view zpt/info_xml.zpt @ 620:a71ae589d342

use https for annotations and fix bug when logging httplib errors.
author casties
date Thu, 11 Dec 2014 17:19:45 +0100
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>