EFX expression context vs. xpath context #228
-
Every EFX expression in the SDK is structured in a way that it implies in the context of which conceptual node it should be evaluated ( When analysing this in the past, we saw that in every case, the context specified was actually the conceptual parent of the current field node. We use that rule for evaluating our xpath expressions. However, when looking into implementing the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Indeed, the conceptual parent node was initially foreseen as a context for the rules, however requests were made to adapt this in order to simplify the XML generation and the parent node had to be adapted for some fields, requiring the specification of the rule context at the rule level when it differed from the parent node of the field. |
Beta Was this translation helpful? Give feedback.
Indeed, the conceptual parent node was initially foreseen as a context for the rules, however requests were made to adapt this in order to simplify the XML generation and the parent node had to be adapted for some fields, requiring the specification of the rule context at the rule level when it differed from the parent node of the field.