View Single Post
Old 02-22-2013, 07:46 PM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Pierre Menard View Post
I believe I've been seeing the same thing as the OP. I don't read in calibre, and I don't get the error anywhere else, so I've pretty much just been ignoring it so far.

But I can tell you it started with either version 0.9.7 or 0.9.8. Books that had shown no errors before that started showing the error when viewed in those versions and later--and it's a LOT of books, all from retail copies. It's always on the cover page. Epubcheck it says they validate, fwiw.

Here's an example. I don't really know what to look for as far as problems.

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en-gb">
<head>
<title>A Book Title</title>
<link href="../styles/0000000000000.css" rel="stylesheet" type="text/css"/>
<meta content="urn:uuid:00000000-0000-0000-0000-000000000000" name="Adept.expected.resource"/>
</head>
<body>
<div>
<svg:svg viewBox="0 0 1243 1600">
<svg:image height="1600" transform="translate(0 0)" width="1243" xlink:href="../images/0000000000000.jpg"/>
</svg:svg>
</div>
</body>
</html>
Here is Calibre's code
Code:
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 316 477" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
      <image height="477" width="316" xlink:href="../Images/cover.jpeg"></image>
    </svg>
what you see did not COME from a calibre conversion.

I don't know if the (colored red) colon syntax is valid SVG
theducks is offline   Reply With Quote