Hi, i did it , how you said. But i get this error:
internal-destination or external-destination must be specified in basic-link So i tried it with the extension fox, but i also get an error: fox:destination requires an internal-destination Does anybody know the reason for this? Thanks Sven Andreas L. Delmelle wrote: >>-----Original Message----- >>From: Sven Waibel [mailto:[EMAIL PROTECTED] >> > > > Hi, > > Oh, but you already have id attributes you can use... I think the following > would do it (rough sketch, supposing that the combination nodes are on the > same level as the tables node) > > <xsl:template match="combination/parameter/equival"> > <fo:basic-link internal-destination="{../../../tables/tb[ > description=current()]/@id}"> > <fo:block> > <xsl:apply-templates /> > </fo:block> > </fo:basic-link> > </xsl:template> > > <xsl:template match="tables/tb"> > <fo:block id="[EMAIL PROTECTED]"> > <xsl:apply-templates /> > </fo:block> > </xsl:template> > > > HTH! > > Greetz, > > Andreas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
