I want to confirm that users of my WPF application put the correct XHTML in their TextBox control.
I found that the API for W3C is a markup validator .
The web page says:
Building libraries used to interact with the authentication API is encouraged. & Hellip;
and it lists the famous Perl, PHP / PEAR, and ColdFusion libraries.
Does anyone know about the .NET library for the W3C markup parser API? Does it already exist?
source share