Re: [xsl] Wildcard problem

Subject: Re: [xsl] Wildcard problem
From: Ragulf Pickaxe <ragulf.pickaxe@xxxxxxxxx>
Date: Thu, 6 Oct 2005 11:37:06 +0200
On 10/6/05, Khorasani, Houman <houman_khorasani@xxxxxxxxxxxxxx> wrote:
> Very interesting idea David.
>
> I forgot to tell you that repetitions aren't allowed.
>
> e.g.
>
> WAAUX01
> WAAUX01
> WAAUXCallerID
> WAAUX03
>
> Should output a 2.
>
> However the translate() funcation eliminates this differences.
> Is that possible or too complicated for XSLT?
>
> Many Thanks,
> Houman

I am not David, but will the following work?
[not(name()=preceding::*/name())]

Ragulf Pickaxe :-)

Current Thread