From e82e009b46dff8449c3a62534aecef9ce1b0241a Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Tue, 31 Jan 2023 10:19:34 +0100 Subject: [PATCH] added missing close tag for XML produced by the xquery to get information for the community from the IS --- .../src/main/resources/eu/dnetlib/dhp/bulktag/query.xq | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/query.xq b/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/query.xq index 6fbd74c8f..a9c0d9e3f 100644 --- a/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/query.xq +++ b/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/query.xq @@ -55,4 +55,5 @@ return {$zc/param[./@name='selcriteria']/text()} } - \ No newline at end of file + + \ No newline at end of file