
I am displaying a xml document.
I have the following node written in my document:I would like to be able to display the value of $loc(field_Loc) (it is defined elsewhere in the xml) in a tooltip when the mouse is over the caption attribute. The default XSD tooltip content should still appear.
How can I do that?
I have the following node written in my document:
<Numeric Id="field1" Caption="$loc(field1_Loc)" />
How can I do that?