Yes, this is the invalid mediatype your epub opf used for its page-template file.
Code:
else if (m_MediaType == "application/oebps-page-map+xml") {
routine = "performPageMapUpdates";
Adobe page maps are supposed to use the mediatype as above.
Since, the extension is "xml", Sigil can not use the extension to lookup a mediatype. So if you do a rename or move, Sigil is warning you it has no understanding of what this mediatype is and therefore can not look inside the file to update any links after a rename or move.
You should fix your OPF to use the correct mediatypes especially for .xml files that you can not derive a mediatype.
KevinH
Quote:
Originally Posted by snarkophilus
|