[xsl] Removing space from attribute before comparing

Subject: [xsl] Removing space from attribute before comparing
From: "rajith r" <ajth_r@xxxxxxxxxxx>
Date: Thu, 29 May 2003 06:23:55 +0000
Hi All

I am currently doing some thing like this.

<xsl:for-each select="row[count(.|key('GId', @vcId)[1])=1]">

But i would like to remove space from the attirbute before comparing

Can i do something like this

<xsl:for-each select="row[count(normalize-space(.)|key('GId', normalize-space(@vcId))[1])=1]">


Regards Rajith

_________________________________________________________________
Race along with NK. The fastest Indian http://server1.msn.co.in/sp03/tataracing/index.asp Feel the thrill!



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread