documentnode / epub4j

A java library for reading/writing/manipulating EPUB files, with improvements based on epublib. https://documentnode.io/epub4j
Apache License 2.0
21 stars 5 forks source link

please add epub 3.x support,epub 3.x no toc.ncx file #2

Open ag2s20150909 opened 3 years ago

ag2s20150909 commented 3 years ago

please add epub 3.x support,epub 3.x no toc.ncx file

jiakuan commented 3 years ago

@ag2s20150909 Good idea. Will check it

gotson commented 1 year ago

@jiakuan i've experimented with that, but found that working with org.w3c.dom is really painful. Would you consider using JSoup in the project for XHTML parsing ?

gotson commented 1 year ago

or there might be something to salvage from https://github.com/psiegman/epublib/pull/143

jiakuan commented 1 year ago

@gotson Jsoup would definitely be a better option. I will have a look when I get a chance. Pull requests are welcome and appreciated.