From 641293575241328b83ac2a8b8d1a0f4678664f24 Mon Sep 17 00:00:00 2001 From: skyanth Date: Mon, 24 Jul 2017 14:44:08 +0200 Subject: [PATCH] Fixed date formatting --- xml/xslt/placeholders.xslt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/xslt/placeholders.xslt b/xml/xslt/placeholders.xslt index 0ba7361..1c40e9a 100644 --- a/xml/xslt/placeholders.xslt +++ b/xml/xslt/placeholders.xslt @@ -437,14 +437,14 @@ + test="(self::contract_end_date or self::contract_start_date or self::generate_raterevisiondate or self::p_startdate or self::p_enddate) and string($placeholderElement) castable as xs:date"> + test="(self::contract_end_date or self::contract_start_date or self::generate_raterevisiondate or self::p_startdate or self::p_enddate) and not(string($placeholderElement) castable as xs:date)"> TBD