RE: [xsl] Unique local-name()

Subject: RE: [xsl] Unique local-name()
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Sun, 23 Feb 2003 18:32:27 -0000
> I'm really stuck on a XPpath problem that should be fairly simple (I
> think): I need to check if an element that got a unique 
> local-name() among it's siblings. 

test="count(../*[local-name()=local-name(current())]) = 1"

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread