RE: [xsl] Displaying Unique attribute value

Subject: RE: [xsl] Displaying Unique attribute value
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 6 Oct 2008 11:32:48 +0100
> Dear Mike,

It's not a good idea to ask for help from a specific individual.
> 
> 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])"><x
> sl:value-of
> select="generate-id(key('page',@page-num)[1])"/></xsl:if></h1>
> <h2><font color="red"><xsl:apply-templates/></font></h2>
> </xsl:template>
> 

I can't see what's wrong with this without seeing it in context. What's the
input, what's in the rest of the stylesheet, how does the output differ from
what's required?

Michael Kay
http://www.saxonica.com/

Current Thread