File:  [Repository] / ZSQLExtend / zpt / record.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Jul 12 17:01:55 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added index.meta for biliobgraphies

    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>