how do you serialize html in c sharp?
I think I know how to use XSD.exe to create C Sharp classes from XML that can be used with the XmlSerializer class to serialize and verify the xml document.
Is there a way to do the same sort of thing with an HTML document? I have tried but the xsd command line says that the remote name www.w3.org cannot be resolved.
At a minimum, is there a way to use C Sharp to find out if an HTML file is valid?