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.

-- 
Andrew W. Nosenko    ([EMAIL PROTECTED])

Reply via email to