Mercurial > pub > Impl
annotate _test/Resources/types.xml @ 148:e6447ad85cb4
DOM objects now have a schema and schemaSource properties
RegExp now can launder data
Improved post to DOM transformation (multiple values a now supported)
Added new axes to navigation queries: ancestor and descendant
minor changes and bug fixes
author | wizard |
---|---|
date | Mon, 16 Aug 2010 08:26:44 +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> |