[xsl] basic-link FOPException

Subject: [xsl] basic-link FOPException
From: "Basch, Susan (REPP-GPG)" <SBasch@xxxxxxxxxxxxx>
Date: Thu, 18 Oct 2001 17:38:11 -0400
Hi,

I'm trying to create an internal-destination link and get this error:
org.apache.fop.apps.FOPException: internal-destination or
external-destination must be specified in basic-link

IThis is the block that's causing the error, and I can't see what's wrong
with the syntax:

<fo:block font-size="8pt" space-before.optimum="5pt">
<xsl:for-each select="../subjects/topic[string(.)]">
<fo:basic-link color="#0060A0"
internal-destination="{@topicID}"><xsl:value-of select="."/></fo:basic-link>
<xsl:if test="position()!=last()">; </xsl:if>	
</xsl:for-each>		
</fo:block>

With the basic-link tags commented out, the topics display correctly. 

Any help would be much appreciated!

Susan


**********************************************************************
This message is intended only for the use of the 
Addressee and may contain information that is 
PRIVILEGED and CONFIDENTIAL. If you are not the
intended recipient, dissemination of this communication is 
prohibited. If you have received this communication in 
error, please erase all copies of the message 
and its attachments and notify us immediately.

REPP-Greenwood Publishing Group

203-226-3571 x3306 or x3328
**********************************************************************

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


Current Thread