> for option in form.elements('option'):
> option['_value'] = XML(option['_value'])
> option[0] = XML(option[0])
>
> Anthony
>
>
Yes! Thank you Anthony, that does exactly what I need. I was heading off
down a much more convoluted and inelegant track to achieve the same thing.JC --

