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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -