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]

conditional statements


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


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