Attribute replacement with a variable
Posted: Thu Feb 22, 2007 10:10 am
I would like to replace the number in the "count" attribute of the "nomatch" tag with a variable. How do I do this?
<nomatch count="6">
I have tried various combinations of...
<var name="vBailCnt" expr="6"/>
<nomatch count="<value expr="vBailCnt"/>">
<nomatch count="6">
I have tried various combinations of...
<var name="vBailCnt" expr="6"/>
<nomatch count="<value expr="vBailCnt"/>">