View Single Post
Old 02-01-2023, 01:10 PM   #1
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,830
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Error with page-map.xml

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.
RbnJrg is online now   Reply With Quote