In The Source: Use of Weapons
.. you've surly seen it coming...
no time, no time... but:
I've spend a little time in HTMLSpellCHeck. The choice of weapons is:
- full quick html parser (as suggested by Kevin) versus shortcut (I need only "lang" atributte for this!).
- recursion versus some logic loop (to get the language right when leaving language sick tags).
Minimalistic, as I am, I go for shortcut (for now).
My modest experience with parsing html bodies tells me the recursion is the answer. But... recursion is something you do not do at home... will try logic for now.
But I have to go back to SpellCheck and SpellCheckEditor....
tbc...?
Last edited by varlog; 07-15-2016 at 08:24 PM.
Reason: wrong word
|