Fully managed HTML validator/reformator
-
Anyone know of one? cheers, Chris Maunder
-
Anyone know of one? cheers, Chris Maunder
No, but maybe someone could port Tidy http://www.w3.org/People/Raggett/tidy/[^] to managed code. Source code and binaries found here
R.Bischoff | C++ .NET, Kommst du mit?
-
Anyone know of one? cheers, Chris Maunder
Chris Lovett posted a C# SGML reader to GotDotNet a while back: http://www.gotdotnet.com/userarea/keywordsrch.aspx?keyword=SgmlReader[^] "SgmlReader is an XmlReader API over any SGML document. A command line utility is also provided which outputs the well formed XML result. HTML is an SGML grammar, so you can use this tool to convert HTML into well-formed XML."
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Anyone know of one? cheers, Chris Maunder
-
No, but maybe someone could port Tidy http://www.w3.org/People/Raggett/tidy/[^] to managed code. Source code and binaries found here
R.Bischoff | C++ .NET, Kommst du mit?
I've got one that I wrote a while ago using straight C++ so I was thinking of porting either it or Tidy - but was hoping someone else had done the legwork before me. cheers, Chris Maunder