View Single Post
Old 03-06-2016, 12:32 AM   #18
Psymon
Chief Bohemian Misfit
Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.Psymon ought to be getting tired of karma fortunes by now.
 
Psymon's Avatar
 
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
Yaaaay! Success! I got it working, with 289 warnings (still), but NO errors!

Re all those SVG link errors, earlier you'd written this...

Quote:
Originally Posted by KevinH View Post
Your book has many sections like the following in its code:

Code:
  <div class="svg_outer">
    <div class="svg_inner">
      <svg height="94%" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1800" preserveAspectRatio="xMidYMid meet" width="94%" xmlns:xlink="http://www.w3.org/1999/xlink"><image height="1800" id="title-original" width="1200" xlink:href="../Images/walden-titlepage.jpg"/></svg>
    </div>
  </div>
It is just a warning that says your need to add an xlink:title="Walden-TitlePage-Image" attribute (or something along those lines).

This has nothing to do with epub3-itizer operation. And they are just warnings and can be ignored.
I couldn't figure out where to put that xlink:title bit -- I tried within the above <image> part, and that didn't validate, and then put it in the <svg> part before that, and that's wrong, too (I just did a quick search & replace and inserted xlink:title="image" in there for now, without getting more descriptive).

In any case, I'll take your word for it that I can ignore all those warnings -- I guess it's just always nice when you run it through epubcheck and get that lovely (and brief) "No errors or warnings detected" report back. But I guess I can live with all those warnings -- I'm certainly far from perfect, too, and I've lived with myself for all these years just fine.

Thanks so much once again, Kevin -- you rock!
Psymon is offline   Reply With Quote