English is not my native language. I need spell checking software and fix HTML source code.
Spell checking itself is not a problem: I can, for example, publish asp, then open the web server HTML server response in the word Microsoft.
However, I would also like to correct the document.
With Word 2007 as a spell checker, this process is complex and error prone. I need to correct the word, then copy-paste in asp.net, and then restore the HTML tags (tags like <i> and <a href = ...> can be inside the sentence) - update the browser - save - click "OK "in the" access violation "field - close the word - save - reopen the word - double-check.
Is there a text editor for Windows that can validate a document with HTML / ASP.NET markup in mind, ignoring all this, <div ...>, and <asp: Content ...> (I don’t even mention the JavaScript source code ) without trying to fix them, but still check the spelling and punctuation of the text?
Or maybe there is an add-on for Visual Studio (I have 3 from 2005, 2008 and 2010) that do what I need?
Thanks in advance!
source
share