Single quoted attributes pre-tidy

Jeff Harris <[email protected]>
Newsgroups gmane.comp.web.html-tidy.user
Message-ID <[email protected]>
I'm passing the output of some CMS through tidy to make sure that it is
completely compliant. The package wraps most of the html tag attributes
in single quotes. When TIDY gets them, it wraps the single quotes inside
double quotes.

<select name='cid'>
<option value='0'>----</option>
<option value='2'> BOD & Committees</option>
<option value='15'>--&nbsp;Chapter Officers&#039; Reports</option>
</select>

turns into
       <select name="'cid'">
        <option value="'0'">
         ----
        </option>
        <option value="'2'">
         BOD &amp; Committees
        </option>
        <option value="'15'">
         --&nbsp;Chapter Officers' Reports
        </option>

Is there a configuration option that will fix/change the single quotes
into double quotes or should I look for some other quote conversion option?

-- 
Jeff Harris
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.