2007-07-22 12:46:32 UTC
Dear developers,
The option repeated-attributes which is present in the original HTML Tidy library, is missing in the .NET port.
This forms an issue when the input html contains e.g. the string <td align="top" align="middle">. When I try to let the .NET library convert this html string to well-formed xml this results in the error "xml element already contains attribute 'align'".
Can this feature be added to a new version of tidynet?
Or is there a work-around available?
Kind regards,
Carl