OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]