When using a radio button, if i select the second option or third option ..it is by-default giving me first option. wat should be modified below?
<Datum ID="D02" Type="RadioGroup" Name="Disease_type">
<Option Selected="false">
<Display>headache </Display>
<Value/>
</Option>
<Option>
<Display>cold </Display>
<Value/>
</Option>
<Option>
<Display>fever </Display>
<Value/>
</Option>
</Datum>
Getting the result using this
Disease Type:
<xsl:value-of select="/Properties/Data/Datum[@ID = 'D02']/Option[@Selected='true']"/>