* Marc Sprecher wrote: >I try to call htmltidy from a java program. JTidy is no option due to its >bugs. > >My prog reads the html in a inputstream that I'd like to pass to htmltidy. I >do not want to create a file that htmltidy will read. > >Is it possilbe to use another Input for htmltidy? Tidy will read from STDIN if no file is specified, output HTML (if any) to STDOUT and errors/warnings/etc. to STDERR. Dunno what means for inter-process communication Java actually provides.Received on Monday, 4 November 2002 16:36:40 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:31 GMT