Hi,
I want to apply font color for more than 50 elements in one element context(dt--definition term). Below is the coding for making individual element font color.
<e-i-c gi="ph" occur="all">
<charlist inherit="1">
<indent inherit="0"/></charlist>
<att>
<specval attname="ishcondition" attloc="ph" attval="#ANY"/>
<specval attname="EDITOR-ONLY" attloc="system-var" attval="#ANY"/>
<charsubset>
<indent inherit="0"/>
<highlt fontclr="#663399"/></charsubset>
</att>
</e-i-c>
Similar way i want to apply all element inside <dt> element. instead of applying individual element is there any option for defining all in one <e-i-c>
Thanks
Roopesh