psiegman / epublib

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

problem with epub3 #99

Open jamesvanhallen opened 8 years ago

jamesvanhallen commented 8 years ago

E/n.s.e.e.NCXDocument: Attempt to invoke interface method 'org.w3c.dom.NodeList org.w3c.dom.Element.getChildNodes()' on a null object reference

Excaption in this line(only in epub3)

book = (new EpubReader()).readEpub(fis);