Annotation of ZSQLExtend/zpt/record.xml, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <resource  xmlns:tal="http://xml.zope.org/namespaces/tal" tal:define="founds python:here.ZSQLFind(storename='main',table=here.tableName)">
        !             3: <tal:block  tal:repeat="found founds">
        !             4: <meta>
        !             5: <bib tal:attributes="type found/reference_type" tal:define="fields python:here.findTagsFromMapping(found.reference_type)">
        !             6: <entry tal:repeat="field python:fields[1]"  tal:replace="structure python:here.createIndexTag(here.getFieldLabel(fields,field),here.getFieldValue(found,field))"/> 
        !             7: </bib>
        !             8: </meta>
        !             9: </tal:block>
        !            10: </resource>

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