comparison flys-artifacts/doc/conf/meta-data.xml @ 1761:577e8843ceeb

Fix broken dc config. flys-artifacts/trunk@3076 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 25 Oct 2011 14:32:30 +0000
parents 424e26041564
children 87c82499b98f
comparison
equal deleted inserted replaced
1760:424e26041564 1761:577e8843ceeb
400 <dc:statement> 400 <dc:statement>
401 SELECT a.gid as aid, f.id AS fid, f.name AS facet_name, f.num AS facet_num, f.description as facet_description 401 SELECT a.gid as aid, f.id AS fid, f.name AS facet_name, f.num AS facet_num, f.description as facet_description
402 FROM outs as o, facets as f, artifacts as a 402 FROM outs as o, facets as f, artifacts as a
403 WHERE f.name = 'w_differences' and f.out_id = o.id and o.artifact_id = a.id; 403 WHERE f.name = 'w_differences' and f.out_id = o.id and o.artifact_id = a.id;
404 </dc:statement> 404 </dc:statement>
405 SELECT name AS facet_name, num as facet_num, description AS facet_description
406 FROM facets
407 WHERE name = 'w_differences'
408 ORDER BY num ASC, name DESC
409 </dc:statement>
410 <dc:elements> 405 <dc:elements>
411 <differences> 406 <differences>
412 <dc:element name="${facet_name}"> 407 <dc:element name="${facet_name}">
413 <dc:attribute name="description" value="${facet_description}"/> 408 <dc:attribute name="description" value="${facet_description}"/>
414 <dc:attribute name="factory" value="winfo"/> 409 <dc:attribute name="factory" value="winfo"/>

http://dive4elements.wald.intevation.org