<option> in xml.dom.HtmlBuilder

Adam Clark bjrubble at shell16.ba.best.com
Wed Jun 28 19:04:42 EDT 2000


Hi all,

Does anyone know what the deal is with <option></option> in 
xml.dom.HtmlBuilder?  It looks like the problem is that <OPTION> is listed
in self.empties in the HtmlBuilder definition.  I think the proper fix 
would be something in self.infer_ends, but one of the inferred ends should
be </select> -- and I don't see <select> there at all?  Can someone
enlighten me?

Thanks
Adam



More information about the Python-list mailing list