[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: inlinegraphic going away... (Was Re: DOCBOOK: 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/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC