constprt / epub-tools

Automatically exported from code.google.com/p/epub-tools
0 stars 0 forks source link

epub-gen doesn't support the 'guide' section in the OPF Package Document #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Instanciating new publication with an epub file containing an OPF Package 
Document with a section "guide" (or "Tours", but this one is not as important 
for it is deprecated)

What is the expected output? What do you see instead?
A new instance of Publication but get a NullPointerException

What version of the product are you using? On what operating system?
version 0.1.0 of EPUBGen

Please provide any additional information below.
Specification of the OPF Package Document mention a 'guide' section wich is not 
supported (see : 
http://www.idpf.org/doc_library/epub/OPF_2.0.1_draft.htm#Section2.0)
NullPointerException appens in the com.adobe.dp.epub.opf.OPFResource class on 
line 132

Original issue reported on code.google.com by antoine....@gmail.com on 21 Sep 2010 at 10:05