clickable images

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Minnu
Posts: 22
Joined: Fri Aug 28, 2009 11:39 am

clickable images

Post by Minnu »

Hi
I am using Oxygen XML 9.3 version. I want to create clickable images in my xhtml output. Is it possible to create clickable image using this version of Oxygen, please help me with the details.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: clickable images

Post by sorin_ristache »

Hi,

It depends on the type of XML document you are editing in Oxygen. What is the type of your XML document?

For example in Docbook documents you have the elements link and inlinemediaobject which can use a clickable image:

Code: Select all

<link linkend="target_ID">
<inlinemediaobject>
<imageobject>
<imagedata fileref="images/lake.jpeg"/>
</imageobject>
</inlinemediaobject>
</link>
Please consider upgrading to a new version of Oxygen because all versions 9.x already exceeded the end of life limit.


Regards,
Sorin
Post Reply