- From: Paul Grosso <pgrosso@arbortext.com>
- Date: Tue, 25 Mar 2003 10:28:57 -0600
- To: "Yoshida, Ken" <kryoshida@sweetheart.com>, "'xsl-editors@w3.org'" <xsl-editors@w3.org>
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 xsl-editors@w3.org 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 www-xsl-fo@w3.org.
Paul Grosso
for the W3C XSL FO SG
Received on Tuesday, 25 March 2003 11:36:33 UTC