Using elementtree to Create HTML Form / Set "selected"

Doug doug.shawhan at gmail.com
Thu Aug 12 09:49:24 EDT 2010


I'm using elementtree to create a form.

I would like to set the "selected" attribute.

Setting using the usual
 option.set( "selected" = "" )
gives me
  <option selected="" value="operations">Operations</option>
how does one make
  <option selected value="operations">Operations</option>
which is what I need.




More information about the Python-list mailing list