Page 1 of 1

clickable images

Posted: Wed Jun 19, 2013 8:52 am
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.

Re: clickable images

Posted: Wed Jun 19, 2013 10:18 am
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