On Mon, Nov 27, 2000 at 04:25:10AM +0200, [EMAIL PROTECTED] wrote:
> 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

Does not
 
application/x-msexcel; xlHtml %s | lynx -dump; copiousoutput

work?

> But lynx is not best browser for viewing tables.
> 
> -- 
> Andrew W. Nosenko    ([EMAIL PROTECTED])

-- 
Associate Professor Brian Salter-Duke (Brian Duke) [EMAIL PROTECTED]  
Chemistry, School of BECS, SITE, NT University, Darwin, NT 0909, Australia.
Phone 08-89466702.     Fax 08-89466847.     http://www.smps.ntu.edu.au/
Get PGP2 Key:- http://www.smps.ntu.edu.au/chemistry/duke.key.html

Reply via email to