TeleMidia / ginga

A Ginga iTV middleware implementation by TeleMídia/PUC-Rio
http://ginga.org.br
GNU General Public License v2.0
51 stars 8 forks source link

Implement <context> with refer #103

Open alanlivio opened 6 years ago

alanlivio commented 6 years ago

Its used by "Roteiro do dia" application. See example below. Reported by @andrelbd1.

<switch id="switchInteracao">
  <defaultComponent component="ctxNaoInteragirRef"/>
  <context id="ctxNaoInteragirRef" refer="ctxNaoInteragir"/>
  <bindRule constituent="ctxInteragirRef" rule="rInteragir"/>
  <context id="ctxInteragirRef" refer="ctxInteragir"/>
</switch>
alanlivio commented 6 years ago

This issue is was required by the original "Roteiro do dia" application. @andrelbd1 rewrite using assessmentStatment.