Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] Displaying Unique attribute value

From: "Ganesh Babu N" <nbabuganesh@--------->
To:
Date: 10/6/2008 5:36:00 AM
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/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent