Is there a program (such as Dreamweaver, Visual Studio.NET, etc) that will parse my HTML code and make it XHTML complient?
For example, I'd like to throw at it all of the pages of TechTalk forums and have it automatically convert, for example
<input type=submit name=submit value=Go>
to
<input type="submit" name="submit" value="Go" />