[xsl] If condition

Subject: [xsl] If condition
From: "Earl Spencer" <eapencer74@xxxxxxxxxxx>
Date: Thu, 21 Jun 2001 16:55:32 -0000
Hi Folks,
The below code checks the if condition only for the first SC and omits the rest is there a way to check the if condition for all the SC's in that MC.



<xsl:template match="MC">
<xsl:if test="contains($searchList, concat(normalize-space(SC/@BCID), ','))">
<MC id="{@id}">
<xsl:apply-templates/>
</MC>
</xsl:if>
</xsl:template>


String i pass is 23,23,23, gives a right result
String i pass 23, gives me a wrong result.

ne suggestions

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