D
Doug
I've been researching the answer to this without luck. I need to use
<xsl:when and use an OR condition. Either it can't be done or I just haven't
figured out the syntax.
<xsl:when test="xyz = 'hello1' OR xyz='hello2' ">
Do something...
Can someone please let me know the right way to write this?
Thanks!
<xsl:when and use an OR condition. Either it can't be done or I just haven't
figured out the syntax.
<xsl:when test="xyz = 'hello1' OR xyz='hello2' ">
Do something...
Can someone please let me know the right way to write this?
Thanks!