From a991e6905eb5ccfc23d708613426a0f2ce23d7b1 Mon Sep 17 00:00:00 2001 From: martindholmes Date: Tue, 25 Nov 2025 16:07:21 -0800 Subject: [PATCH 1/2] Create backup of config file if overwriting it, per issue #363. --- build.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build.xml b/build.xml index c54f5996..0dc02659 100644 --- a/build.xml +++ b/build.xml @@ -276,6 +276,17 @@ Would you like to overwrite the existing file or create a new file? (o=overwrite, n=new)" validargs="o,n" defaultvalue="n"/> + + + + + + + + + + From b0c978946c64f64e226549d6e93b90b3695c24e1 Mon Sep 17 00:00:00 2001 From: martindholmes Date: Mon, 1 Dec 2025 13:21:42 -0800 Subject: [PATCH 2/2] Fix for issue #363: bring v1 to v2 conversion up to date with schema processing map. --- xsl/convert_v1_to_v2.xsl | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/xsl/convert_v1_to_v2.xsl b/xsl/convert_v1_to_v2.xsl index d6d82aa6..abdbd244 100644 --- a/xsl/convert_v1_to_v2.xsl +++ b/xsl/convert_v1_to_v2.xsl @@ -245,12 +245,12 @@ Function to create boolean string values from unreliable or absent input. May be an element, attribute, or text node which contains the original value if it exists. - The default value to use if the input does + The default value to use if the input does not provide anything usable. - + @@ -258,8 +258,11 @@ + + + - + @@ -268,14 +271,15 @@ Function to create string values from unreliable or absent input. May be an element, attribute, or text node which contains the original value if it exists. - The default value to use if the input does + The default value to use if the input does not provide anything usable. - + + - +