Re: [docbook] Nested ItemizedLists with IE and PDF

From
Ray Miller <>
Date
2005-02-07T20:40:50+00:00
ID
Thread
Re: [docbook] Nested ItemizedLists with IE and PDF
XML
               <listitem>
                    <simpara>
                        <emphasis>Any special instructions for packaging and 
handling</emphasis>
                        <inlinemediaobject>
                            <imageobject>
                                <imagedata depth="14pt" scalefit="1" 
fileref="images/checklist.gif"/>
                            </imageobject>
                        </inlinemediaobject>
                    </simpara>
                </listitem>


HTML Code

<span class="emphasis"><em>Any special instructions for packaging and 
handling</em></span>
                        <span class="inlinemediaobject"><img 
src="file:/home/millerray/DocBook/file:/home/millerray/DocBook/images/checklist.gif" 
height="18"></span>


note the src uri.

Problem only occurs with xincludes

Ray Miller