I am using Orbeon Forms, and here is some sample code from xbl-simple.xhtml
XHTML with XBL Component
<foo:test id="my-test-1" myref="value1" foobar="en fr"/>
I am trying to understand the difference between (xbl:text=foobar
vs value=foobar
)
<xxforms:variable name="foobar" xbl:attr="xbl:text=foobar"/>
vs
<xxforms:variable name="foobar" xbl:attr="value=foobar"/>
If they are same then where exactly is xbl:text
useful?