Looking for:
If 'these words' are entered in this text box
Disable the submit button
Otherwise, submit.
This works for empty required fields:
<xsl:if test="@Required='TRUE'">
<span style="color:#FF0000;font-size:14px;"> *</span>
</xsl:if>
But can't seem to make it work to test for unwanted words.