Can't open a figure in section of pdf using olink from other

Questions about XML that are not covered by the other forums should go here.
anmol
Posts: 11
Joined: Tue Jan 14, 2014 6:29 pm

Can't open a figure in section of pdf using olink from other

Post by anmol »

Hi,

I used the following syntax:
(abc.pdf)
<section id='abc_gui_9'>
<title>The GUI</title>
<para>The following figure shows:
</para>
<figure id='abc_gui_fig_1'>
<title>Main Window</title>
<mediaobject>
<imageobject>
<imagedata valign="top" fileref="./images/Designer.png" scalefit="1"
width="100%" contentdepth="100%"/>
</imageobject>
</mediaobject>
</figure>
</section>

(123.pdf)
<para>Do one of the following in the <olink targetdoc="book-abc"
targetptr=”abc_gui_fig_1">Main Window</olink> window: </para>

It does not open abc.pdf at Figure directly. Instead it opens the first page of abc.pdf. Is there some way by which I can directly open at the figure of abc.pdf from the other pdf?

Thanks and Regards,
..Anmol
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Can't open a figure in section of pdf using olink from o

Post by sorin_ristache »

Hello,

Did you try to add an olink in Oxygen? Did you use the action for adding an olink? You did not include an olink in your code. You can find the action for adding olinks on the toolbar when you edit the document in Oxygen.


Regards,
Sorin
Post Reply