- From: Ed Martin <edman007x@mac.com>
- Date: Sat, 31 Jan 2004 16:54:40 -0500
- To: Bjoern Hoehrmann <derhoermi@gmx.net>
- Cc: www-validator@w3.org
nope not helping, but i now get some stuff by doing "cat file.html | onsgmls blah" looks like this: ...blah.... )style -\n\012\011 )head -\n\012\011 Abgcolor CDATA black (body -\n\012\011\011 Aid CDATA text ...blah... On Saturday, January 31, 2004, at 04:35 PM, Bjoern Hoehrmann wrote: > * Ed Martin wrote: >> i took out the -R and it doesn't generate that error when i run the >> command from the command line (it just sits there doing nothing) but > > It waits for stdin input, use > > cat file.html | onsgmls ... > > or something similar. > >> the validator still doesn't work, it does exactly what it did before, >> only show the source, give no errors, and say it isn't valid > > Then it is likely that it did not read onsgmls' output properly. On > Win32 / Perl 5.8.2 I had to add > > binmode($spout, ':crlf'); > > after > > # Rewind temporary filehandles. > seek $_, 0, 0 for $spout, $sperr; > > Not sure whether this will work for you aswell. >
Received on Saturday, 31 January 2004 16:54:59 UTC