Re: [xsl] xsl:if

Subject: Re: [xsl] xsl:if
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Tue, 24 Apr 2001 17:36:19 +0200
On Thu, May 24 '01 at 20:46, anilbisht wrote:
> <xsl:if test="@att1[.=@att2]"> dosent work  so how do i get this ???
What about:

<xsl:it test="@att1 = @att2">

    Goetz.

Attachment: pgp00009.pgp
Description: PGP signature

Current Thread