Hello [EMAIL PROTECTED],

Once you wrote about "Re: Mailcap":
> Martin Schweizer wrote:
> : Hello 
> : 
> : I convert with xlHtml and pptHtml (both on www.xlhtml.org) Microsofts .xls and 
>.ppt 
> : to .html files. This program send the result to standart output and not in a 
> : file.
> : My .mailcap:
> : -snip-
> : application/x-msexcel; xlHtml %s > test.html
> : -snip-
> : How can start lynx to read test.html directly (on the same line)?
> 
> In this way for example:
>     application/x-msexcel; xlHtml %s > %s.html && lynx -dump %s.html && rm -f 
>%s.html; copiousoutput
> 
> But lynx is not best browser for viewing tables.

you can try using w3m instead... also I have heard that links is not bad...

-- 
 Best regards,
 Leonid Mamtchenkov
 E-mail: [EMAIL PROTECTED]
 URL: http://www.leonid.maks.net

Reply via email to