Working with XML Documents #481
-
I have an explicit requirement to filter a previously loaded XML document using an XPath expression in a custom function. For example:
However, to do it in EvalEx, I would need the A choice would be accepting a more generic Note 1: We could also accept a Note 2: Inspired by the usability of MSExcel function: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think that a |
Beta Was this translation helpful? Give feedback.
I think that a
DataType.BINARY
would be an aceptable generic new data type for such cases.The new converter could be last in the converter chain in
DefaultEvaluationValueConverter
, allowing to convert any object that wasn't converted before (just taking the Object and setting it as value).