Hi All,
Below is the entity value of 'equal to' symbol. The same symbol can appear in any of the elements/nodes
Objective:
Identify a node based on the data value '=' and add the node with attributes say @font and @fontsize.
Input can be :
Code:
<mo>=</mo>
<anyelement>=</anyelement>
Required output
Code:
<mo font="XYZ" fontsize="10.2">=</mo>
<anyelement font="XYZ" fontsize="10.2">=</anyelement>
Any help would be great full