This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xsl:if



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.

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]