Quote:
Originally Posted by Leonatus
The report of the plugin shows the message as can be seen on the screenshot.
|
This message is usually being displayed if NCX ids don't start with a letter.
For example:
Code:
<navPoint id="7a10b9f2" playOrder="1">
If that's the case with your book, simply search in toc.ncx for:
and replace it with:
Quote:
Originally Posted by Leonatus
In another book, the plugin shows problems that all concern the content of span-tags. [...] I would like to remove them all, including their content, but the content differs from case to case.
|
I'm not very good at regular expressions, but the following expression should remove all span tags:
Code:
<span[^>]*>.*?</span>