A XBL control which is bound to a non-relevant node is behaving differently when placed inside a repeat.
Why is xforms-enabled event fired on a non-relevant node inside repeat? init, xforms-enabled and xforms-disabled are called in sequence.
https://gist.github.com/1013671
An example is attached (relevant-error.xhtml). Same control outside repeat works as expected(relevant-without-repeat.xhtml)