Is there a way to fill the options and values in DWs list menu with xml-input like this
<option value="image1.jpg">Forest Gump</option>
<option value="image2.jpg">Star Wars</option>
<option value="image3.jpg" selected="selected">Mystic River</option> (if selected)
<option value="image4.jpg">Lost in Translation</option>
Its gonna be used in an asp-page, so I guess the selected-part should be some function.