Open cdanger opened 4 months ago
Can we simply say that all the variables in scope of the attribute selector with names that are valid for XPath variable names, and have a compatible data-type, are available to reference in the XPath expression?
Yeah, we can say that.
This would allow to use XACML variables as inputs to any XPath function / expression, which would provider simpler alternatives to certain complex ApplyExpressions.
For example, say we declare a variable
classif_name
:Then we want to use it in a XPath expression as follows:
The idea is to use the same variable ID in the XPath expression as the VariableDefinition.