M
Michael Hill
I have a xslt stylesheet where I need to test for not one item, but
many.
I know I can do:
<xsl:test="field='one'">
but if I have a list to check like:
'one', 'two', 'three' how would I check those.
This does not work:
<xsl:test="field='one|two|three'">
Mike
many.
I know I can do:
<xsl:test="field='one'">
but if I have a list to check like:
'one', 'two', 'three' how would I check those.
This does not work:
<xsl:test="field='one|two|three'">
Mike