English is not my native language. I need a software to spellcheck and correct the HTML source code.
The spellchecking itself is not a problem: I can e.g. publish the asp, then open the web server HTML response in Microsoft word.
However, I'd like to fix the document, too.
With Word 2007 as a spellchecker, the process is tricky and error-prone. I need to correct in word, then copy-paste to asp.net, then repair the HTML tags (tags like <i> and <a href= > may be inside the sentence) - refresh the browser - save - click OK button on the "sharing violation" error box - close word - save - reopen word - recheck.
Is there a text editor for Windows, that can check the document, while being aware of the HTML / ASP.NET markup, ignoring all that , <div >, and <asp:Content > (I'm not even mentioning JavaScript source code), not trying to correct them, but still check the spelling and punctuation of the text?
Or maybe there's an add-on for Visual Studio (I have 3 both 2005, 2008 and 2010 installed) that does what I need?
Thanks in advance!