Re: [docbook-apps] Admonitions in .epub documents?

From
Glenn McDonald <>
Date
2010-07-13T23:20:53+00:00
ID
Thread
Re: [docbook-apps] Admonitions in .epub documents?
Hi Keith,

The html files that are generated for .epub have no links to the images 
themselves.

For example, in my (working) html book, in a particular generated html 
file I get:

<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" 
src="images/note.png"></td><th align="left">Note</th>

Whereas for the epub conversion, in the generated html file I get:

<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 
0.5in;"><h3 class="title">Note</h3>

Note the img src is completely missing.

Glenn

On 14/07/2010 7:07 AM, Keith Fahlgren wrote:
> On Mon, Jul 12, 2010 at 11:15 PM, Glenn McDonald<>  wrote:
>>   I've been trying to get admonitions working in Docbook 5 / epub output
>> files without any success. All that I get in .epub files is a blank space
>> where the admonition should be.
> What is an example of some of the markup that's being dropped?
>
>
> Keith