AW: Validator: Using "<" and ">" in a mask

2004-10-14 Thread Niebert, Tanja
mask Thu, 14 Oct 2004 08:13:21 +0200, "Niebert, Tanja" <[EMAIL PROTECTED]> wrote: > Hi, > > I want to create a mask validation where I allow alphanumeric > characters plus the "<" and ">" signs. Using "\<" and "\>&

Validator: Using "<" and ">" in a mask

2004-10-13 Thread Niebert, Tanja
Hi, I want to create a mask validation where I allow alphanumeric characters plus the "<" and ">" signs. Using "\<" and "\>" doesn't work. I get an exception saying, that the XML-File is not well formed. This is how my expression looks like: mask ^[0-9a-zA-Z\<\>]*$ Thanks for your