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
> 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" .
>
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
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
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
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
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
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
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
> 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
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
11 matches
Mail list logo