From 733ac4a7b8d74a40bf08a086d2348e9cbdbb875c Mon Sep 17 00:00:00 2001 From: BulotF Date: Mon, 11 Aug 2025 17:46:06 +0200 Subject: [PATCH 1/3] allow to add data into stromae/perso --- .../post-processing/xforms/insee-pattern.xsl | 34 +++++++++++++++++++ .../params/in-to-out/business/form.xhtml | 2 ++ 2 files changed, 36 insertions(+) diff --git a/src/main/resources/xslt/post-processing/xforms/insee-pattern.xsl b/src/main/resources/xslt/post-processing/xforms/insee-pattern.xsl index 941a2a059..f594ba18f 100644 --- a/src/main/resources/xslt/post-processing/xforms/insee-pattern.xsl +++ b/src/main/resources/xslt/post-processing/xforms/insee-pattern.xsl @@ -178,6 +178,40 @@ + + + + + + + + + + + + + + + + + + + + + + ' + + + + + + + + + + + + diff --git a/src/test/resources/params/in-to-out/business/form.xhtml b/src/test/resources/params/in-to-out/business/form.xhtml index abe8d01b1..6a95f5adc 100644 --- a/src/test/resources/params/in-to-out/business/form.xhtml +++ b/src/test/resources/params/in-to-out/business/form.xhtml @@ -1253,6 +1253,8 @@ value="count(instance('fr-form-util')/Pages/*[following-sibling::*[name()=instance('fr-form-instance')/stromae/util/nomSectionCourante]]) +1"/> + From 4fa0823bad025631ba625eddcb9693153a92bbaf Mon Sep 17 00:00:00 2001 From: BulotF Date: Mon, 11 Aug 2025 17:58:43 +0200 Subject: [PATCH 2/3] test : household test file forgotten --- src/test/resources/params/in-to-out/household/form.xhtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/resources/params/in-to-out/household/form.xhtml b/src/test/resources/params/in-to-out/household/form.xhtml index 4ef444d93..2bb1d252e 100644 --- a/src/test/resources/params/in-to-out/household/form.xhtml +++ b/src/test/resources/params/in-to-out/household/form.xhtml @@ -6165,6 +6165,8 @@ value="count(instance('fr-form-util')/Pages/*[following-sibling::*[name()=instance('fr-form-instance')/stromae/util/nomSectionCourante]]) +1"/> + From 7aaf10a96d5bda38f26cea2c761863a2fc2d9c46 Mon Sep 17 00:00:00 2001 From: nsenave Date: Wed, 3 Sep 2025 10:23:37 +0200 Subject: [PATCH 3/3] chore: bump snapshot version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 437d1883f..ab64214d8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ fr.insee.eno eno-core - 2.19.0-SNAPSHOT + 2.20.0-SNAPSHOT jar Eno – Questionnaire generator