[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Know repeated values
Subject: Re: [xsl] Know repeated values
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 30 May 2008 13:54:21 +0200
|
IZASKUN GUTIERREZ GUTIERREZ wrote:
I have this template:
<xsl:template match="/">
<xsl:value-of select="file/entry/@id"/>
</xsl:template>
I need know if in the result there are repeated values and what they are.
Do you use XSLT 2.0 or 1.0?
--
Martin Honnen
http://JavaScript.FAQTs.com/
|