Re: [docbook-apps] Using FOP with figures

From
<>
Date
2003-12-19T12:18:06+00:00
ID
Thread
Re: [docbook-apps] Using FOP with figures
>> <graphic fileref="images/logo.gif"/>

I have success using FOP with the following:

            <figure id="M0063199416726822000008088610">
               <title>Blah</title>
               <mediaobject>
                  <imageobject>
                     <imagedata align="center" format="JPG" 
fileref="blah.jpg"/>
                  </imageobject>
               </mediaobject>
            </figure>

Must you use <graphic/>?

Norm's TDG states for the graphic element:

"Future Changes
In DocBook V5.0, Graphic will be discarded. At that time, graphics will 
have to be incorporated using MediaObject or InlineMediaObject. "

So you might want to "future-proof" your docs now...

Mart