I want to be able to check to see if a the message contains the text dropped and then change the background color of the cell that contains the message to red.
This is the xslt I have so far.
xsl:if test="Message [contains(self::, "dropped")] then ???