doubt in XSLT -- very urgent
<td valign="top" width="14%" class="bodytextbold" >
<select name="selectMedium" class="bodytext" onChange="changeOption(selectedIndex)">
<option value="">-- Select --</option>
<option value="T">Phone</option>
<option value="F">Fax</option>
<option value="M">Mail</option>
<option value="V">Verbal</option>
</select>
</td>
This will give me a drop down box with the values listed above and I could select what ever value I want to select.
But here my problem is that...I will get a xml string from other components and based on the value for the node "medium" the value should be automatically selected. If xml node "medium" doesn't
contain any value the default value "-- select --" should be selected. And at the same I should be able to change the
value at anytime.
Please suggest me in this regard as I am not familiar with XSLT.
Thanks,
Subbu.

