xsl-list
[Top] [All Lists]

Removing space from attribute before comparing

2003-05-28 23:23:55
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



<Prev in Thread] Current Thread [Next in Thread>