>> Validate the name of manifest attributes. ATM only whitespaces are >> catched, need some help with the regexp version. > >You can't use regexp here since you cannot be sure that a regexp >implementation is around at all.
Oh - right. Thanks. >You'll probably need to check each >character and validate it is part of the allowed set instead. snif .... ok, more work (once). Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]