[Web-SIG] html dom like javascript ?

2006-08-17 Thread seth
Is there a python library which is analogous to javascript for creating html/xhtml documents? e.g.: hidden = document.createElement(input) hidden.setAttribute(type, hidden) hidden.setAttribute(name, active_flag_hidden_ + ctl) if( dirtyArray[ctl].checked ==

Re: [Web-SIG] html dom like javascript ?

2006-08-17 Thread Chris McDonough
You probably want elementtree (http://effbot.org/zone/element-index.htm). Thanks for the rapid reply. I am familiar with a number of these and have searched the web documentation but for the most part these appear to be parsers or things like: