Nathan created CAMEL-21501: ------------------------------ Summary: Saxon xslt concat does not work correctly on whitespaces Key: CAMEL-21501 URL: https://issues.apache.org/jira/browse/CAMEL-21501 Project: Camel Issue Type: Bug Components: camel-saxon Affects Versions: 4.8.1, 4.4.4 Reporter: Nathan
There is a bug in saxon HE starting from saxon HE 10. The xslt concat function with multi parameters: concat(s,s,...) does not correctly concat consecutive whitespaces. concat('x', ' ', ' ', 'y') gives 'x y', it removes one of the whitespaces. This has been documented in https://saxonica.plan.io/issues/6494 There is no release in Saxon HE yet, but once it's available a dependency upgrade should be done. -- This message was sent by Atlassian Jira (v8.20.10#820010)