Html Tidy does not eliminate duplicates/ eats space
Indu Suyambu <[email protected]> Wed, 25 Aug 2010 18:24:13 +0530
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All, 1. I see that Tidy eliminates space before tags when I try to use it to clean my data up. I see the issues being tracked in http://sourceforge.net/tracker/index.php?func=detail&aid=1365706&group_id=27659&atid=390963 There does not seem to be a reliable solution in place. Is there any? 2. tidyOptSetValue( tdoc, TidyEmptyTags, customTagsG); tidyOptSetValue( tdoc, TidyCharEncoding, "raw"); *tidyOptSetValue( tdoc, TidyDuplicateAttrs,”keep-last”);* The duplicate attributes from my custom tags do not seem to get removed. Please let me know if there are any patches/clitches I am unaware of. Thanks and Regards,