Re: XSLT Bookmarks
Paul Grosso <[email protected]>
| Newsgroups | gmane.org.w3c.xsl-editors |
|---|---|
| Message-ID | <[email protected]> |
At 10:57 2003 03 25 -0500, Yoshida, Ken wrote:
>I am new to this so, please, forgive me if I ask anything that should be basic knowledge. I have this
>
>
>
> <xsl:for-each select="/PriceDiscrepancy/Customer">
>
> <xsl:variable name="bookmark">
>
> <xsl:value-of select="CustomerNumber"/>
>
> </xsl:variable>
>
> <fox:outline internal-destination="{$bookmark}">
>
> <fox:label><xsl:value-of select="CustomerNumber"/></fox:label>
>
> </fox:outline>
>
> </xsl:for-each>
>
>
>
>to create bookmarks in my pdf. Problem is, there are multiple records that have the same "CustomerNumber" so I get a bookmark for each line. How can I get one bookmark per customer and not one for each record?
>
>
>
>Thanks in advance!
>
>Ken
Thank you for your interest in XSL.
The [email protected] mailing list is for suggesting potential
errors or shortcomings and/or related comments about the XSL specs.
For requests for help and other questions, please send your email
to a list such as [email protected].
Paul Grosso
for the W3C XSL FO SG