From 6384ffbd42f34b3639d36623e27889a2781408c1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 13 Oct 2014 18:45:42 +0200 Subject: Added invalid mode error handling and unified xpath mode naming * invalid target and datasource modes are now handled as terminating XSLT messages and are not silently dropped anymore * datasource xpath expression and target xpath expression mode are now uniformly named "xpath" --- src/steps/process.xsl | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/steps/process.xsl b/src/steps/process.xsl index 7b596b6..29599f4 100644 --- a/src/steps/process.xsl +++ b/src/steps/process.xsl @@ -85,6 +85,13 @@ + + + Invalid target mode " + + " + + @@ -100,9 +107,16 @@ concat($prefix, '/', @source) )/self::file/*/*"/> - + + + + Invalid support datasource mode " + + " + + @@ -181,11 +195,18 @@ )/self::file/*/*"/> - + + + + Invalid main datasource mode " + + " + + -- cgit v1.2.3