gitgabrio commented on issue #1742: URL: https://github.com/apache/incubator-kie-issues/issues/1742#issuecomment-2579380753
@jomarko thanks for spotting that! So, first of all `expressionLanguage` can be overridden From [spec](https://www.omg.org/spec/DMN/1.6/Beta1/PDF): > An instance of Definitions may specify an expressionLanguage, which is a URI that identifies the default expression language used in elements within the scope of this Definitions. This value may be overridden on each individual LiteralExpression. About "plain text input versus maybe dropdown of values", specs (IINW) does not provide a defined list of allowed ones, just mention that `expressionLanguage` maybe anything in URI format (there is also a mention to XPATH 2, e.g. > An instance of LiteralExpression may include importedValues, which is an instance of a subclass Import that identifies where the text of the LiteralExpression is located. importedValues is an expression that selects text from an imported document. An instance of LiteralExpression SHALL NOT have both a text and importedValues. The importType of the importedValues identifies the type of document containing the imported text and SHALL be consistent with the expressionLanguage of the LiteralExpression element. The expressionLanguage of the importedValues element identifies how the imported text is selected from the imported document. For example, if the importType indicates an XML document, the expressionLanguage of importedValues could be XPATH 2.0. To sum-up, we'll need to discuss and review the implementation with @baldimir and @yesamer, to double-check the current implementation about this detail. Thanks again!!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For additional commands, e-mail: commits-h...@kie.apache.org