Hi,
I use Tidy to clean and make HTML files compliant to HTML/XHTML. However, output contains non-standard attributes values like :
<table id='abc'>...
or
<input type='button' />
(look at the single quotes). How can I configure Tidy to give strict XHTML output? Thank you in advance!