File:  [Repository] / ZSQLExtend / zpt / record.rdf
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sat Jan 22 19:19:24 2005 UTC (19 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
xmlns:cdli="http://www.mpiwg-berlin.mpg.de/schemas/cdli#" xmlns:tal="http://xml.zope.org/namespaces/tal">

  <tal:block tal:define="founds python:here.ZSQLFind(storename='main',_table='cdli_cat')" tal:repeat="found founds">
  <tal:block tal:define="found2 python:here.ZSQLInlineSearchU(_table='cdli_imglist',_id_text=found.id_text);fields python:here.findTagsFromMapping('cdli')">
  <rdf:Description tal:define="text python:'http://xserve02.mpiwg-berlin.mpg.de:8880/cdlineu/cdli_coll/cdli2/cdli_templates/cdli_templates/textdisplay.html?-table=cdli_cat&amp;id_text='+found2.id_text" tal:attributes="rdf:about text">

<entry tal:repeat="field python:fields[1]"  tal:replace="structure python:here.createRDFTag(here.getFieldLabel(fields,field),here.getFieldValue(found,field))"/>	

</rdf:Description>
</tal:block>
</tal:block>
</rdf:RDF>

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