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/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--