I have the following xforms snippet:
<xforms:select1 model="F_BASELINE" ref="/CRF/IG_DH/I_DRINKING">
<xforms:label>Number of alcoholic drinks per day</xforms:label>
<xforms:item>
<xforms:label>< 1</xforms:label>
<xforms:value>< 1</xforms:value>
</xforms:item>
<xforms:item>
<xforms:label>1-2</xforms:label>
<xforms:value>1-2</xforms:value>
</xforms:item>
<xforms:item>
<xforms:label>> 2</xforms:label>
<xforms:value>> 2</xforms:value>
</xforms:item>
</xforms:select1>
In the selection box on the screen (Formsplayer 14.3.1037), the < and > entities are not correctly translated into the "<" and ">" characters, so I see them listed as is given in the snippet.
I noticed that for an xforms:input, if the data is taken from the instance, the entities are correctly translated.
With best regards,
Jozef Aerts

That sounds like a bug
This doesn't sound like a forum topic. Please see the support page for details on how to add issues.