I just wonder whether I can do the following in my xsl :

The field validation can trigger 2 types of errors :
1. the field is null -> show message 1
2. the field is not null but has wrong regex syntx -> show message 2.

I just have troubles to find the documentation again... For now I have 2
error tags but both messages appear despite
<xsl:attribute name="when">is-null</xsl:attribute> or <xsl:attribute
name="when">no-match</xsl:attribute>...

Thanks


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to