Quote:
Originally Posted by DiapDealer
Also, I'm unclear what you mean by [...]
|
AFAIK, French speakers often refer to the TOC as the index.
I might have been able to narrow the issue down. If the original NCX TOC contains invalid hrefs, the standardized EPUB will also contain invalid hrefs.
To test this, download the
test epub that I attached to my previous post and do the following:
1. Open the epub.
2. Manually change the following line in the ncx file:
from:
Code:
<content src="txt/Scheer%2CK.-H.%26Darlton%2CClark-%5BPerry%20Rhodan-001%5DOperation%20Astree%20%281961%29_split_006.xhtml"/>
to:
Code:
<content src="test/Scheer%2CK.-H.%26Darlton%2CClark-%5BPerry%20Rhodan-001%5DOperation%20Astree%20%281961%29_split_006.xhtml"/>
3. Select Restructure Epub to Sigil Norm.
The above entry will be changed to:
Code:
<content src="../test/Scheer%2cK.-H.%26Darlton%2cClark-%5bPerry%20Rhodan-001%5dOperation%20Astree%20%281961%29_split_006.xhtml"/>
Ideally, Sigil should make sure that all NCX file hrefs are valid and refuse to run Restructure Epub to Sigil Norm, if invalid hrefs were found.
D.