Epub parsing too strict? #128
-
|
Hello. I have been developing a new ebook reader and I have an issue with missing files in some of epubs. I have not been able to configure the Reader options to ignore this. If anyone knows how I can ignore errors and handle them myself? If I switch to a different library to parse epubs I can open and read this book. I simply want to ignore the error as I have code to handle the null response for the missing files. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
I have tried: I have tried this also: |
Beta Was this translation helpful? Give feedback.
-
|
I figured out a solution: I guess if I want to ignore errors I need to use OpenBook and not ReadBook. |
Beta Was this translation helpful? Give feedback.
-
|
This error: means that the table of contents (NCX) is referencing the |
Beta Was this translation helpful? Give feedback.
-
|
Forgot to mention, |
Beta Was this translation helpful? Give feedback.
I figured out a solution:
I guess if I want to ignore errors I need to use OpenBook and not ReadBook.