Apple iBookstore rejects Flare ePub file

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
joy
Propeller Head
Posts: 68
Joined: Thu Feb 02, 2006 4:29 pm
Location: Surrey, BC, Canada

Apple iBookstore rejects Flare ePub file

Post by joy »

I created an ePub target from one of our more popular manuals. The "book" looks great on the iPad/iPhone but it's a bit of a process to get it there (right now I'm using Dropbox to transfer the file).

We wanted to provide it as a free "book" for download, but Apple's iBookstore rejected the file. It listed countless errors, but the messages seem to be mostly related to attributes that are "not allowed". This is just one example:

Code: Select all

   <error>
            <resource>OPS/file.htm</resource>
            <line>20</line>
            <message>attribute "width" not allowed here; expected attribute "abbr", "align", "axis", "char", "charoff", "class", "colspan", "dir", "headers", "id", "rowspan", "scope", "title" or "xml:lang"</message>
            <occurrences>10</occurrences>
         </error>
Running the file through an ePub validator returned similar results.

I don't know a lot about this format in general but I wonder whether it should be considered a true ePub target if it returns so many errors. That said, it's obviously viewable, at least on Apple products, so rejecting the file doesn't make sense to me either.
Post Reply