This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

inlinegraphic going away... (Was Re: image with link)


Bob,

> This works with the XSL stylesheets:
> 
> <link linkend="mytarget">
> <inlinegraphic fileref="mygraphic.gif" format="GIF"/>
> </link>

Just a sanity check (on *my* sanity)... the way I read the most recent
version of DocBook:TDG, <inlinegraphic> will go away in 5.0 and be
replaced with <inlinemediaobject>, correct?  See:

  http://www.docbook.org/tdg/en/html/inlinegraphic.html

So for future compliance, the best way to write that would really be:

  <link linkend="mytarget">
  <inlinemediaobject>
    <imageobject>
      <imagedata fileref="mygraphic.gif" format="GIF"/>
    </imageobject>
  </inlinemediaobject>
  </link>

Which is *far* more verbose (thankfully macros can be created!).

Do I read that correctly?

Regards,
Dan

-- 
Dan York, Director of Training        dyork@e-smith.com
Ph: +1-613-751-4401 Cell: +1-613-263-4312 Fax: +1-613-564-7739 
Mitel Network Corporation Network Server Solutions Group 
150 Metcalfe St., Suite 1500, Ottawa,ON K2P 1P1 Canada
http://www.e-smith.com/            http://www.mitel.com/           

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]