Hi Everyone,
I am facing this issues i don't know how to resolve this issue any help me out of this as soon as possible.
null(0:0): could not parse OEBPS/Text/7-Ch3.html: duplicate id: x7-Ch3.html
null(0:0): could not parse OEBPS/Text/8-Ch4.html: duplicate id: x8-Ch4.html
null(0:0): image file OEBPS/Images/Screenshot2012-08at-17.png is missing
Sincerly,
Narinder
Subscribe to IDPF feed
Follow IDPF
Hi Everyone,
I am facing this issues i don't know how to resolve this issue any help me out of this as soon as possible.
null(0:0): could not parse OEBPS/Text/7-Ch3.html: duplicate id: x7-Ch3.html
null(0:0): could not parse OEBPS/Text/8-Ch4.html: duplicate id: x8-Ch4.html
null(0:0): image file OEBPS/Images/Screenshot2012-08at-17.png is missing
Sincerly,
Narinder
Each id attribute in a xhtml content document must have a unique value, and ideally they should be unique across the publication. If you look in 7-Ch3.html, you'll find two id attributes have the identical value 'x7-Ch3.html' (and similarly for the other document). Changing the duplicates to unique values will fix those errors.
You also appear to be referencing a PNG file that is not in the container. Check the OEBPS/Images directory and verify that you've actually included the file 'Screenshot2012-08at-17.png'.