Annotation of ImageArchive/zpt/searchResultXML.zpt, revision 1.1

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()">
        !             4:     <imagename tal:define="vision_image python:here.ZSQLInlineSearchU(_table='vision_images',id=image.id_image)" tal:content='python:here.decode(vision_image.import_name)'/>
        !             5:     <idnr/>
        !             6:     <numberOfPages/>
        !             7:   </image>
        !             8: </images>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>