RE: Different behaviour on windows and linux

Doh!  It seems there was a change from the 15th to the 18th that fixed this
bug.  I usually don't update the windows binaries if the source changes in
that little of time.

I've uploaded new ones: http://tidy.int64.org

-----Original Message-----
From: html-tidy-request@w3.org [mailto:html-tidy-request@w3.org] On Behalf
Of VaibhaV Sharma
Sent: Monday, April 26, 2004 10:09 AM
To: html-tidy@w3.org
Subject: RE: Different behaviour on windows and linux



On Mon, 2004-04-26 at 12:29, Cory Nelson wrote:
> Have an example?
> 
> -----Original Message-----
> From: html-tidy-request@w3.org [mailto:html-tidy-request@w3.org] On 
> Behalf Of VaibhaV Sharma
> Sent: Monday, April 26, 2004 9:09 AM
> To: html-tidy@w3.org
> Subject: Different behaviour on windows and linux
> 
> 
> Hello,
> I am trying to convert a HTML file to an XHTML using tidy. I am using 
> the following commandline -
> 
> tidy -asxhtml -o out.xhtml in.html
> 
> This runs and gives out a lot of warnings and errors regarding 
> unrecognised tags etc. But on windows, the out.xhtml file is created, 
> whereas on linux, it just prints out the errors and warnings and quits.


Pick up source code of any site. I just did this -

lynx --dump --source http://www.yahoo.com > /tmp/yahoo.html

Then ran tidy on it -

tidy -asxhtml -o test.xhtml /tmp/yahoo.html

It prints out a ton of warnings and errors and the test.xhtml file is not
created.

--
VaibhaV
http://vsharma.net

Received on Monday, 26 April 2004 14:43:43 UTC