the new versions of latex2html including version 99.1 beta produce empty html documents on MSWin32. After tracking down this problem, i found that the the while loop in "slurp_input_and_partition_and_pre_process" calls indirect "do_write_string_out" and this function closes the SINPUT stream. In case of noforking this causes the INPUT stream to be not opened for the next call! close (SINPUT) unless $NOFORK; on line 1876 will fix this problem. Thoralf
