psiegman / epublib

a java library for reading and writing epub files
http://www.siegmann.nl/epublib
1.04k stars 314 forks source link

null of resource #89

Closed nxycdl closed 7 years ago

nxycdl commented 8 years ago

When ncx file using a relative path, such as:

<navPoint id = "navpoint-1" playOrder = "1"

coer

When I use List tmp; TableOfContents toc = book.getTableOfContents (); tmp = toc.getTocReferences (); I find that the title is correct, but the resource is null If I change the absolute path so titie and resource are correct, I do not know this is wrong it? thank you.

psiegman commented 8 years ago

Hi nxycdl,

Can you send me an example epub with this problem ?

regards, Paul