stevedlawrence opened a new pull request #159: Restrict coercion of a whole expression URL: https://github.com/apache/incubator-daffodil/pull/159 While we allow coercion within an expression according to XPath, we do not want to allow coercion to the expected expression type. For example, if the expected type of an expression is an xs:string, we do not want to coerce { 5 } to the string "5"--the expression should instead be { "5" } or { xs:string(5) }. This limits coercion to only similar types. Otherwise, the expected type of an expression must much the actual expression result. DAFFODIL-2021
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
