Footnote hyperlink PDF2

Here should go questions about transforming XML with XSLT and FOP.
DitaNewbie
Posts: 6
Joined: Thu Nov 26, 2015 12:51 pm

Footnote hyperlink PDF2

Post by DitaNewbie »

Hi,

Is there way to get live/working/active footnote link in DITA-OT 1.8.4/pdf2 plugin. Below is markup I am using for used-by-reference.

Code: Select all

<p>Top up the windshield washer fluid. I like pets. <fn id="reuse-fn">This is the name of an animal.</fn> At my house, I have a dog<xref href="#changeoil/reuse-fn" type="fn"/>, a cat.</p>
The footnote renders correctly in PDF but the footnote reference is not a hyperlink.

Please help.
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: Footnote hyperlink PDF2

Post by Radu »

Hi,

I've already answered you on the DITA Users List, I'm attaching my reply below. I'm afraid we do not have any idea how to make this work.

The DITA to PDF output uses XSL-FO to generate the PDF content.
The XSL-FO has the proper footnote structure inside it but from what I tested with both the open source Apache FOP processor, RenderX XEP processor and Antenna House, none of the processors generated a link to the bottom of the page.
So I don't think this can be done.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply