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
Post a Comment