<!-- reference the default instance --> <xf:group ref="." appearance="full"> <xf:label>Events Application Form</xf:label> <!-- reference the value in the instance --> <xf:select1 ref="citizen_company" appearance="compact" > <xf:label ref="instance('resources')/texts/citizen_company/label"/> <xf:alert ref="instance('resources')/texts/citizen_company/alert"/> <xf:help ref="instance('resources')/texts/citizen_company/help"/> <xf:hint ref="instance('resources')/texts/citizen_company/hint"/> <xf:itemset nodeset="instance('resources')/options/citizen_company/*"> <xf:label ref="." /> <xf:value ref="@value" /> </xf:itemset> </xf:select1> </xf:group>