J
Jonathan
Does anyone know if it's possible to force a 'select' element (or
select1) to bind each selected value to a seperate element when
written to a file, instead of just putting all the values in one
space-seperated element?
For example if you had a select (radio) form control for film genres
and you selected 'Thriller' and 'Action'; when you write this to an
XML file I would like to get:
<genre>Thriller</genre><genre>Action</genre>
instead of <genre>Thriller Action</genre>
I would appreciate any help at all
Thanks
JH
select1) to bind each selected value to a seperate element when
written to a file, instead of just putting all the values in one
space-seperated element?
For example if you had a select (radio) form control for film genres
and you selected 'Thriller' and 'Action'; when you write this to an
XML file I would like to get:
<genre>Thriller</genre><genre>Action</genre>
instead of <genre>Thriller Action</genre>
I would appreciate any help at all
Thanks
JH