> -----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]

Reply via email to