[xsl] conditional statements

Subject: [xsl] conditional statements
From: "Earl Spencer" <eapencer74@xxxxxxxxxxx>
Date: Thu, 21 Jun 2001 19:42:48 -0000
hi people,
I have been working on a problem which does not get to my mind i have a conditional statement which does not work can anybody suggest me a correction to this


<xsl:template match="M-CONCEPT ">
<xsl:when test="contains($searchList,/S-CONCEPT/@BCID)">

i assume that this statement will check for the BCID'S in all the S-CONCEPT's IN M-CONCEPT am i right in the statment or am i gooing wrong please correct me, any help is greatly appriciated.here searchLIST is the stylesheet parameter which has the BCID's to be selected.

Thanks in Advance
SPENCER
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread