javaguy1007
04-14-2009, 07:40 PM
Hi frinds
I am trying to test condition somethiing like
<xsl:when test="contains(string,'stringA' || 'stringB'|| 'stringC')">
<xsl:value-of select="'abcd" />
But I am getting syntax error, can anyone help me how to test more than one string in one condition
Thanks
I am trying to test condition somethiing like
<xsl:when test="contains(string,'stringA' || 'stringB'|| 'stringC')">
<xsl:value-of select="'abcd" />
But I am getting syntax error, can anyone help me how to test more than one string in one condition
Thanks