[Dive4elements-commits] [PATCH] We want to expand the group key for the name
Wald Commits
scm-commit at wald.intevation.org
Fri May 24 10:07:02 CEST 2013
# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1369382818 -7200
# Node ID 46c18b687fdc2882afc7b4e35ba705f72b1af98d
# Parent a596ddb42fb395f2d445402f61b3f7f6678be8f4
We want to expand the group key for the name
diff -r a596ddb42fb3 -r 46c18b687fdc artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Fri May 24 09:23:35 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Fri May 24 10:06:58 2013 +0200
@@ -1317,7 +1317,7 @@
<dc:if test="dc:has-result()">
<heightmarks>
<dc:group expr="dc:replace($wst_description, 'HW-Marken/', '')">
- <heightmark name="dc:group-key()">
+ <heightmark name="{dc:group-key()}">
<dc:for-each>
<column name="{$wst_column_name}"
ids="heightmarks_points-wstv-{$wst_column_position}-{$wst_id}"
@@ -1336,7 +1336,7 @@
<dc:if test="dc:has-result()">
<heightmarks>
<dc:group expr="dc:replace($wst_description, 'HW-Marken/', '')">
- <relativepoint name="dc:group-key()">
+ <relativepoint name="{dc:group-key()}">
<dc:for-each>
<column name="{$wst_column_name}"
ids="heightmarks_points-wstv-{$wst_column_position}-{$wst_id}"
More information about the Dive4elements-commits
mailing list