|
Subject: Re: [xsl] Internal Linking From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx> Date: Tue, 24 Apr 2007 07:08:48 -0400 |
I am doing something that I would consider fairly simple. However, it is not working for me. I am trying to link from a cover page to chapters inside of some PDF documents; this is using XSL-FO. The problem that I am having is that links on the cover page are not jumping to their destinations. Can anyone see what I am doing wrong? I have included snippets below.
<xsl:template match="CoProdId">
<fo:table-and-caption>
...
<fo:block border-style="solid" border-bottom="1pt"
border-top="none" border-left="none" padding-top="2mm"
padding-bottom="1.5mm" border-right="none"
id="{generate-id(.)}">
...
<xsl:template match="descpara">
...
<xsl:for-each select="//CoProdId/ProdName">
<xsl:if test="@id = $xref">
<fo:basic-link internal-destination="{generate-id(.)}">
-- World-wide corporate, govt. & user group XML, XSL and UBL training RSS feeds: publicly-available developer resources and training G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) Male Cancer Awareness Aug'05 http://www.CraneSoftwrights.com/s/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Internal Linking, Horace Burke | Thread | Re: [xsl] Internal Linking, Horace Burke |
| Re: [xsl] Testing if all child node, Mark Anderson | Date | Re: [xsl] XSLT Text Processing: Fun, Dimitre Novatchev |
| Month |