Quote:
Originally Posted by KevinH
Just how large is this single html file? Using regex once to insert split markers and then splitting all at once works even on very large files. How much memory do you have?
Splitting it is the best approach for everyone. Why are you against splitting the file?
If you do not want anything to be "checked" then close the Preview Window as it is WebEngine preview window that is generating that error, not Sigil itself.
|
I will try to close the preview window. Thank for your reply.
As for your questions, it's because large file always have many characters like < & > which should be replace before spliting. And after simple replacement of this characters, the xhtml's beginning and ending will be destroyed, so replacement about them also need to be done. So it will use replace more than ones, and looking that slow changing make me anxious.