AProPowerRanger
New Member
There is radio button like next, \[code\]<input type="radio" name="test" value="http://stackoverflow.com/questions/15489856/false" checked/>No\[/code\]After tidy's parsing I have node just with 3 attributes, and its problem.How to configure tidy to parse boolean attributes ?Thanks.P.S.My Tidy configuration:\[code\]tidy.setXHTML(USE_XHTML);tidy.setDocType(DOCTYPE);tidy.setQuoteAmpersand(USE_QUOTE_AMPERSAND);tidy.setQuoteNbsp(USE_QUOTE_NBSP);tidy.setFixBackslash(FIX_BACKSLASH);tidy.setFixComments(FIX_COMMENTS);tidy.setSmartIndent(USE_SMART_INDENT);tidy.setCharEncoding(USE_CHAR_ENCODING);\[/code\]Thanks!