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