Hi,
Is it possible to use regular expressions or wildcards in <xsl:if> tests?
Psuedo code:
I want to match the word 'Some' or any variation (eg 'Something' to also match)Code:<xsl:if test="$variable = '[wildcard value]Some[wildcard value]'"> <p>Display results</p> </xsl:if>
Is this possible?
Cheers, Des




Bookmarks