Mercurial > pub > Impl
annotate _test/Resources/types.xml @ 144:b56ebc31bf18
Empty nodes no more created while transforming a post request to the DOM document
minor speed improvements to the object CTOR caching
Added support for a secure processing (and 'laundering' ) a CGI parameters
Many minor fixes
author | wizard |
---|---|
date | Tue, 13 Jul 2010 02:05:38 +0400 |
parents | c289ed9662ca |
children | d1676be8afcc |
rev | line source |
---|---|
99
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff
changeset
|
1 <schema> |
103 | 2 <SimpleType type="email"> |
100 | 3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp> |
4 </SimpleType> | |
103 | 5 <SimpleType type="scalar"/> |
6 <SimpleType type="date" inflate="DateTime"> | |
101 | 7 <Property name="timezone" optional="1"/> |
8 <Property name="locale" optional="1"/> | |
9 </SimpleType> | |
99
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff
changeset
|
10 </schema> |