Re: Any python HTML generator libs?

2006-03-10 Thread Matt Goodall
Steve Holden wrote: > Sullivan WxPyQtKinter wrote: > >>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 pr

Re: Any python HTML generator libs?

2006-03-09 Thread Michael
> HTMLTemplate + ElementTree works for me too. Additionally I use CSS > (Cascading Style Sheets) to add style (e.g. fonts, colors and spacing). The > CSS also allows for different styles for display/print (e.g. not printing > menus). If you want to see artistic CSS google for "css Zen Garden" . >

Re: Any python HTML generator libs?

2006-03-09 Thread Stephen D Evans
Jarek Zgoda wrote: > 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. HTMLTemplate + ElementTree works for me too. Additionally I use CSS (Cascading Style Sheets) to

Re: Any python HTML generator libs?

2006-03-09 Thread Bruno Desthuilliers
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 colle

Re: Any python HTML generator libs?

2006-03-09 Thread Gerard Flanagan
Sullivan WxPyQtKinter wrote: > 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 colleag

Re: Any python HTML generator libs?

2006-03-09 Thread Sullivan WxPyQtKinter
That lib can help. But still, I have to code a lot using that lib. Maybe my program is quite strange, far from common. Thank you, after all~! -- http://mail.python.org/mailman/listinfo/python-list

Re: Any python HTML generator libs?

2006-03-09 Thread Sullivan WxPyQtKinter
Sorry I am completely a green-hand in HTML. What is HTMLTemplate and ElementTree? Would you please post some source code as an example? Of course I would Google them to find out more. Thank you so much. -- http://mail.python.org/mailman/listinfo/python-list

Re: Any python HTML generator libs?

2006-03-09 Thread Steve Holden
Sullivan WxPyQtKinter wrote: > 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 colleagu

Re: Any python HTML generator libs?

2006-03-09 Thread Jarek Zgoda
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 co

Re: Any python HTML generator libs?

2006-03-09 Thread Michael
> Will XSTL be useful? Is my problem somewho related with XML-SIG? > Looking forward to your precious suggestion. > XSLT is powerful but a royal pain in the arse. Just writing some Python to generate your HTML would probably be a lot easier for you. -- Michael McGlothlin, tech monkey Tub Monk

Any python HTML generator libs?

2006-03-09 Thread Sullivan WxPyQtKinter
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