-
I had the same need.
I'm not on this project,
but a work-around would be
to use regular expressions on the raw html to eliminate duplicate attributes before calling Tidy.
I went with the last attribute value, ala CSS.
After some doing,
I came up with (Visual Basic):
<code>
Dim Html As String = "<a title='b' id='myanchor' title='c' />"
Html =...
2009-04-14 05:05:52 UTC by toddmo
-
crocgod committed patchset 6 of module src to the Tidy.NET CVS repository, changing 1 files.
2005-06-28 14:14:06 UTC by crocgod
-
Have just released the first version of the native .NET port of HTML Tidy. This was ported from JTidy originally and have made many modifications to provide a clean native .NET library.
2005-05-14 13:04:03 UTC by crocgod
-
crocgod committed patchset 5 of module src to the Tidy.NET CVS repository, changing 4 files.
2005-05-14 12:48:34 UTC by crocgod
-
crocgod committed patchset 4 of module src to the Tidy.NET CVS repository, changing 99 files.
2005-05-14 12:25:31 UTC by crocgod
-
crocgod committed patchset 3 of module src to the Tidy.NET CVS repository, changing 1 files.
2005-05-09 10:37:50 UTC by crocgod
-
crocgod committed patchset 2 of module src to the Tidy.NET CVS repository, changing 1 files.
2005-05-08 15:28:00 UTC by crocgod
-
crocgod committed patchset 1 of module src to the Tidy.NET CVS repository, changing 72 files.
2005-05-08 14:24:07 UTC by crocgod
-
crocgod committed patchset 4 of module CVSROOT to the Tidy.NET CVS repository, changing 1 files.
2005-05-08 13:45:00 UTC by crocgod
-
crocgod committed patchset 3 of module CVSROOT to the Tidy.NET CVS repository, changing 1 files.
2005-05-08 13:40:56 UTC by crocgod