Any python HTML generator libs?
Bruno Desthuilliers
bdesth.quelquechose at free.quelquepart.fr
Thu Mar 9 20:34:03 EST 2006
Sullivan WxPyQtKinter a écrit :
> Hi, everyone. Simply put, what I need most now is a python lib to
> generate simple HTML.
>
> I am now using XML to store my lab report records. I found python
> really convinient to manipulate XML, so I want to make a small on-line
> CGI program to help my colleagues to build their lab report records
> into XML, for storage, HTML display (for others to browse) and search.
>
> With python's standard lib, the DOM object could realize the XML
> storage and search quite easily, but for HTML generation, it is a
> great headache.
You may want to have a look at Kid:
http://kid.lesscode.org/trac/wiki/SimpleXmlDocumentProcessingRecipe
More information about the Python-list
mailing list