I tried the a sample after your suggestion to get the user defined attributes in the HTML output from orbeon, it seems not working,
my HTML namespace,
xmlns="
http://www.w3.org/1999/xhtml"
XForms code,
<xf:repeat nodeset="fruit" id="fruit-repeat">
<xf:group ref=".">
<xf:input data-ng-blur="sample();" ref="./name">
<xf:label>Add fruit</xf:label>
</xf:input>
</xf:group>
</xf:repeat>
I expect the data-ng-blur attribute to show up in the outer element of HTML output for this Xforms code. But this is not coming,
Below is the HTML output,
<label class="xforms-label" for="xf-5≡xforms-input-1⊙1">Add fruit</label><input id="xf-5≡xforms-input-1⊙1" type="text" name="xf-5≡xforms-input-1⊙1" value="Apple" class="xforms-input-input">Are you sure about the suggestion given?