[xsl] Unique local-name()

Subject: [xsl] Unique local-name()
From: Niklas Gustavsson <niklas@xxxxxxxxxxxxx>
Date: Sun, 23 Feb 2003 03:28:35 +0100
Hi all,

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. And, I have no way of actually knowing the
local-name() when I generate the XPath.

For example:
<root>
	<a />
	<b />
	<b />
	<c />
	<c />
	<d />
</root>

a and d should pass, the b's and c's shouldn't

If my question isn't clear enough I try to clarify my problem some more :-)

Thanks!
/niklas



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


Current Thread