Any python HTML generator libs?

Jarek Zgoda jzgoda at o2.usun.pl
Thu Mar 9 15:52:55 EST 2006


Sullivan WxPyQtKinter napisał(a):

> 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.

I use HTMLTemplate + ElementTree combo to generate static HTML documents
from data in XML files. Other way might be using "object oriented XSL",
as ll-xist is often advertized.

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list