Re: text representation of HTML

2006-09-21 Thread Ksenia Marasanova
t; > I guess stripogram would be more pythonic : > http://sourceforge.net/project/showfiles.php?group_id=1083 > > Regards, > > Laurent > > Diez B. Roggisch wrote: > > > Ksenia Marasanova wrote: > > > >> Hi, > >> > >> I am looking for a li

Re: text representation of HTML

2006-07-20 Thread Tim Williams
On 20 Jul 2006 15:12:27 GMT, Duncan Booth <[EMAIL PROTECTED]> wrote: > Ksenia Marasanova wrote: > > i want to send plain text alternative of html email, and would prefer > > to do it automatically from HTML source. > > Any hints? > > Use htmllib: > > >>> import htmllib, formatter, StringIO > >>> de

Re: text representation of HTML

2006-07-20 Thread Duncan Booth
Ksenia Marasanova wrote: > I am looking for a library that will give me very simple text > representation of HTML. > For example >TitleThis is a test > > will be transformed to: > > Title > > This is a > test > > > i want to send plain text alternati

Re: text representation of HTML

2006-07-20 Thread garabik-news-2005-05
Ksenia Marasanova <[EMAIL PROTECTED]> wrote: > Hi, > > I am looking for a library that will give me very simple text > representation of HTML. > For example > TitleThis is a test > > will be transformed to: > > Title > > This is a > test > &g

Re: text representation of HTML

2006-07-19 Thread Laurent Rahuel
Hi, I guess stripogram would be more pythonic : http://sourceforge.net/project/showfiles.php?group_id=1083 Regards, Laurent Diez B. Roggisch wrote: > Ksenia Marasanova wrote: > >> Hi, >> >> I am looking for a library that will give me very simple text >>

Re: text representation of HTML

2006-07-19 Thread Diez B. Roggisch
Ksenia Marasanova wrote: > Hi, > > I am looking for a library that will give me very simple text > representation of HTML. > For example > TitleThis is a test > > will be transformed to: > > Title > > This is a > test > > > i want to send

text representation of HTML

2006-07-19 Thread Ksenia Marasanova
Hi, I am looking for a library that will give me very simple text representation of HTML. For example TitleThis is a test will be transformed to: Title This is a test i want to send plain text alternative of html email, and would prefer to do it automatically from HTML source. Any hints