[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Aspell-user] HTML spell checking compatibility
From: |
Luke |
Subject: |
[Aspell-user] HTML spell checking compatibility |
Date: |
Wed, 24 Jan 2007 20:12:24 +1030 |
User-agent: |
Microsoft-Entourage/11.2.3.060209 |
I am trying to write a crawler that goes through a rather large website and
produces a list of files with misspelt words.
The trouble is that some pages include the text
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
Or similar, which, when present, ends up with a whole lot of incorrect
errors after (for example td, tr tags are detected as errors)
When I run aspell in interactive mode, I don't get this error, however
running it using
aspell -a -H < filename
produces an error. It seems to be dependent on the style tag, removing it
gets rid of the errors.
Am I doing something wrong?
Thanks
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Aspell-user] HTML spell checking compatibility,
Luke <=