xsl-list
[Top] [All Lists]

Unique local-name()

2003-02-22 19:28:35
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



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