HTML validation/fix in C# -


i need check if html document correct, if tags , attributes ok (in c#). if not, try fix malformed tags and/or attributes. suggestions library or tool can use?

thanks.

tidy managed solved problems. tool knows repair broken tags , close tags. build tidymanaged app , download libtidy.dll file , place in bin/debug file.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -