Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7978:a1a918f63bb4
Exclude annotation types without trailing unit (assumed after whitespace).
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 27 Jun 2014 18:47:55 +0200 |
parents | 1961c4a32df3 |
children | 05ef23d55046 4ca747495cbf |
comparison
equal
deleted
inserted
replaced
7977:30aecc45d676 | 7978:a1a918f63bb4 |
---|---|
1555 <dc:context> | 1555 <dc:context> |
1556 <dc:statement> | 1556 <dc:statement> |
1557 SELECT id AS anno_id, | 1557 SELECT id AS anno_id, |
1558 name AS anno_description | 1558 name AS anno_description |
1559 FROM annotation_types | 1559 FROM annotation_types |
1560 WHERE name LIKE 'Quelle%' OR name LIKE 'Senke%' | 1560 WHERE name LIKE 'Quelle %' OR name LIKE 'Senke %' |
1561 </dc:statement> | 1561 </dc:statement> |
1562 <dc:for-each> | 1562 <dc:for-each> |
1563 <annotation name="{$anno_description}" | 1563 <annotation name="{$anno_description}" |
1564 factory="annotations" target_out="{$out}" | 1564 factory="annotations" target_out="{$out}" |
1565 ids="{$river_id}:{$anno_description}"/> | 1565 ids="{$river_id}:{$anno_description}"/> |