Grand Sorcerer
Posts: 7,094
Karma: 92190113
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
I don't know if this relates to your problem, but EPUB calls for SVG version 1.1 and you appear to have version 1.0 in your file.
Added:
I ran your file though EPUBCHECK 4.0.2 and received the following errors:
Spoiler:
Code:
Validating using EPUB version 2.0.1 rules.
ERROR(OPF-029): progit-svg-xml-img-auto.epub(-1,-1): The file 'cover.jpg' does not appear to match the media type image/jpeg, as specified in the OPF file.
WARNING(PKG-022): progit-svg-xml-img-auto.epub/cover.jpg(-1,-1): Wrong file extension for image. The image is a 'png' file but has the file extension 'jpg'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(129,198): Error while parsing file 'attribute "smudge" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(129,198): Error while parsing file 'attribute "filter" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(129,198): Error while parsing file 'attribute "is" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(129,198): Error while parsing file 'attribute "run" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(129,198): Error while parsing file 'attribute "on" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(129,198): Error while parsing file 'attribute "checkout." not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "clean" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "filter" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "is" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "run" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "when" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "files" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "are" not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/progit_split_053.html(131,213): Error while parsing file 'attribute "staged." not allowed here; expected attribute "class", "dir", "id", "ismap", "lang", "longdesc", "style", "title", "usemap" or "xml:lang"'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/toc.ncx(14,71): Error while parsing file 'value of attribute "id" is invalid; must be an XML name without colons'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/toc.ncx(20,71): Error while parsing file 'value of attribute "id" is invalid; must be an XML name without colons'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/toc.ncx(38,71): Error while parsing file 'value of attribute "id" is invalid; must be an XML name without colons'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/toc.ncx(56,71): Error while parsing file 'value of attribute "id" is invalid; must be an XML name without colons'.
ERROR(RSC-005): progit-svg-xml-img-auto.epub/toc.ncx(62,71): Error while parsing file 'value of attribute "id" is invalid; must be an XML name without colons'.
WARNING(OPF-003): progit-svg-xml-img-auto.epub(-1,-1): Item 'iTunesMetadata.plist' exists in the EPUB, but is not declared in the OPF manifest.
It looks like something went wrong in the file progit_split_053.html. There is content like:
Code:
<img width="100%" height="auto" src="18333fig0702-tn.svg" alt="Figure 7-2. The " smudge="" filter="" is="" run="" on="" checkout.="" title="Figure 7-2. The " class="calibre6"/>
Last edited by jhowell; 07-01-2017 at 07:06 PM.
|