View Single Post
Old 11-10-2019, 04:59 AM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,735
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by DiapDealer View Post
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.

Last edited by Doitsu; 11-10-2019 at 05:03 AM.
Doitsu is offline   Reply With Quote