I have an
epub2 with a page-map.xml file. So, in the respective .opf file, I also have the following entries:
1. In the <manifiest> section:
Code:
<item id="map" href="Misc/page-map.xml" media-type="application/oebps-page-map+xml"/>
2. In the <spine> section:
Code:
<spine page-map="map" toc="ncx">
But epubcheck gives me an error for that, the error RSC-005, the attribute page-map="map" is not allowed inside the <spine> tag and I don't know why. Someone here can tell me what I'm doing wrong?
Thanks in advance.