Re: [xsl] Trouble removing dup elements based on attributes

Subject: Re: [xsl] Trouble removing dup elements based on attributes
From: "Al Bean" <albean88@xxxxxxxxxxx>
Date: Mon, 27 Jun 2005 13:58:51 +0000
not(preceding-sibling::row
    [@firstname=current()/@firstname]
    [@ln=current()/@ln])

sdc

Thanks Sam. That works fine.


And, also, thanks for point everything else out (namespaces, element tags, logic ...) in the previous posts.

Cheers,
Alex

_________________________________________________________________
Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Current Thread