xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Making picture "clickable" in PDF using FOP


Subject: RE: [xsl] Making picture "clickable" in PDF using FOP
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Thu, 2 Oct 2003 17:05:15 +0200

> -----Original Message-----
> From Aleksandar Zivkovic
>
> Next example doesn't make picture "clickable" in FOP.
>
> <fo:basic-link external-destination="{@href}">
>   <fo:external-graphic src="images/download.gif"/>
> </fo:basic-link>
>

Difficult to tell just from this snippet...
(Which FOP-version?)

Try:

<fo:basic-link>
  <xsl:attribute name="external-destination">
	<xsl:value-of select="@href"/>
  </xsl:attribute>
  <fo:external-graphic src="images/download.gif">
</fo:basic-link>

Provided that the @href is defined correctly, this *should* definitely work
with FOP 0.20.5.


Greetz,

Andreas Delmelle


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor