[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Displaying Unique attribute value

Subject: Re: Displaying Unique attribute value
From: "Ganesh Babu N" <nbabuganesh@xxxxxxxxx>
Date: Mon, 6 Oct 2008 11:05:53 +0530
Re:  Displaying Unique attribute value
Dear Mike,

I have tried with other elements as well but I am unable to get the
result. Please help me.


<xsl:template match="section/title">
<h1><xsl:if test="generate-id(.)=generate-id(key('page',@page-num)[1])"><xsl:value-of
select="generate-id(key('page',@page-num)[1])"/></xsl:if></h1>
<h2><font color="red"><xsl:apply-templates/></font></h2>
</xsl:template>


Regards,
Ganesh


On 10/4/08, Michael Kay <mike@xxxxxxxxxxxx> wrote:
>>
>> I have used your statements as follows:
>> <xsl:key name="page" match="*[@page-num]" use="@page-num"/>
>>
>> <xsl:template match="/">
>> <h1><xsl:if
>> test="generate-id(.)=generate-id(key('page',@page-num)[1])"><x
> sl:value-of
>> select="generate-id(key('page',@page-num)[1])"/></xsl:if></h1>
>> </xsl:apply-templates/>
>> </xsl:template>
>>
>
> David already pointed out to you that the document node (/) doesn't have any
> attributes, so referring to @page-num in the template that matches "/" is
> pointless. This code is clearly intended to go in the template rule for an
> element that has a page-num attribute.
>
> Michael Kay
> http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.