Model configuration
Model
Syntax
<Model>
<ModelAttributeInjections>
<ModelAttributeInjection ... />
</ModelAttributeInjections>
</Model>
Child sections
ModelAttributeInjection
Syntax
<ModelAttributeInjection
modelXPath="<model-xpath>"
targetAttribute="<target-attribute>"
targetValue="<target-value>"
targetXPath="<target-xpath>"
/>
Parameters
Parameter |
Description |
Default |
Remark |
modelXPath |
The XPath to apply on the model to get to the element on which to inject the attribute. |
|
|
targetAttribute |
The name of the attribute to inject. |
|
|
targetValue |
The value of the attribute to inject. |
|
|
targetXPath |
The XPath to apply on the model element to get the target value. |
|
|