<resource>
 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
  <its:param name="idvalueParam">1</its:param>
  <its:idValueRule selector="//webform[@id=$idvalueParam]/entry" idValue="@name"/>
 </its:rules>
 <webform id="1">
 <entry name="btn.OK">
    <text>OK</text>
    <pos>1, 1</pos>
    <trig>sendOK</trig>
  </entry>
  </webform>
  <webform id="2">
  <entry name="btn.CANCEL">
    <text>Cancel</text>
    <pos>2, 1</pos>
    <trig>cancelAll</trig>
  </entry>
  </webform>
</resource>
