Links behavior for PDFs

Here should go questions about transforming XML with XSLT and FOP.
josecotes
Posts: 23
Joined: Wed Nov 18, 2015 6:43 pm

Links behavior for PDFs

Post by josecotes »

Right now, when I produce my PDFs, the links are like these:

Code: Select all

See Chapter 5 (page 50) for more info.
The clickable part will be "Chapter 5".

How do I modify my links.xsl so that everything, including (page 50) is clickable?

Thanks,
radu_pisoi
Posts: 404
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: Links behavior for PDFs

Post by radu_pisoi »

Hi,

A solution is to modify the named template topic.xref and to move the last xsl:if block inside the fo:basic-link element above it.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply