Re: tidy ingores specified doctype

On 11 Jul 2000, at 17:54, Sebastian Lange wrote:

> When entering following line at the linux console, I should get returned a 
> document with the specified doctype, right?
> 
>      echo "test" | ./tidy8jul00 --doctype "-//IETF//DTD HTML 2.0//EN"

I get the same result with the Windows version. It works if you use 
the config file, though:
 echo doctype: "-//IETF//DTD HTML 2.0//EN" > doctype.cfg
 echo "test" | ./tidy -config doctype.cfg

.. FB

Received on Tuesday, 11 July 2000 13:17:11 UTC