Html Tidy does not eliminate duplicates/ eats space

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,

Received on Wednesday, 25 August 2010 13:05:50 UTC