I have been trying to convert the returned html to plain text. So far I have not been able to do this. Using the w3c program I can retrieve the remote file in "text/latex" format but no in "text/x-c" or "text/plain". I have added the extra converters with a call to HTMLInit() and can see that when maximum debug is enabled that the converter is found. It is also clear from the parser output that the converter is running; there just is no output. In short, this works: ./w3c -to "text/latex" http://www.w3.org/ -o w3home.txt this does not: ./w3c -to "text/plain" http://www.w3.org/ -o w3home.txt Anyone know of a fix? Thanks. --- Kent Vander Velden kent@iastate.eduReceived on Saturday, 21 November 1998 01:07:58 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 3 September 2003 17:59:22 EDT