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

1.1     ! dwinter     1: <?xml version="1.0" encoding="UTF-8"?>
        !             2: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#        !             3: xmlns:cdli="http://www.mpiwg-berlin.mpg.de/schemas/cdli#" xmlns:tal="http://xml.zope.org/namespaces/tal">
        !             4: 
        !             5:   <tal:block tal:define="founds python:here.ZSQLFind(storename='main',_table='cdli_cat')" tal:repeat="found founds">
        !             6:   <tal:block tal:define="found2 python:here.ZSQLInlineSearchU(_table='cdli_imglist',_id_text=found.id_text);fields python:here.findTagsFromMapping('cdli')">
        !             7:   <rdf:Description tal:attributes="rdf:about python:found2.path_to_image">
        !             8: 
        !             9: <entry tal:repeat="field python:fields[1]"  tal:replace="structure python:here.createRDFTag(here.getFieldLabel(fields,field),here.getFieldValue(found,field))"/>   
        !            10: 
        !            11: </rdf:Description>
        !            12: </tal:block>
        !            13: </tal:block>
        !            14: </rdf:RDF>

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