If you have source like the following in your input DocBook:
<mediaobject>
<imageobject role="html">
<imagedata fileref="figures/xyz.jpg"/>
</imageobject>
<imageobject role="fo">
<imagedata fileref="figures/xyz.svg"/>
</imageobject>
</mediaobject>
When the stylesheets generate the <item> elements in the package.opf file, they will include the attribute properties="svg" even though the svg file is not in the output epub files. This causes a problem with epubcheck (3.0b5). Otherwise, the stylesheets do exactly the right thing. They select the file specified in the imageobject element with role="html" and drop the other one, and all the links and file references are correct.
Robert Stayton
ePub
output: ePub
Public
|
Date: 2012-10-22 15:43:20 PDT A fix for this issue has been added to the current codebase. |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2012-10-22 15:43:20 PDT | bobstayton |
| resolution_id | None | 2012-10-22 15:43:20 PDT | bobstayton |
| close_date | - | 2012-10-22 15:43:20 PDT | bobstayton |