var spineEntries = doc
.getElementsByTagName("spine")[0]
.getElementsByTagName("itemref");
In this scenario, spineEntries length is always 0 (zero). Contents are loading...but the length is 0. This issue is with only one epub(title: EPub 3) . All other epubs are working fine. Am not sure, why is this.
Could you please provide some thoughts?
Thanks and regards
Rajesh
var spineEntries = doc
.getElementsByTagName("spine")[0]
.getElementsByTagName("itemref");
In this scenario, spineEntries length is always 0 (zero). Contents are loading...but the length is 0. This issue is with only one epub(title: EPub 3) . All other epubs are working fine. Am not sure, why is this.
Could you please provide some thoughts?
Thanks and regards
Rajesh