![]() ![]() | ![]() |
1.1 dwinter 1: <?xml version="1.0" encoding="UTF-8"?>
2: <images xmlns:tal="http://xml.zope.org/namespaces/tal">
3: <image tal:repeat="image python:here.ZSQLFind()">
1.2 ! dwinter 4: <imagename tal:content='python:here.decode(image.filename)'/>
1.1 dwinter 5: <idnr/>
6: <numberOfPages/>
7: </image>
8: </images>