Mercurial > pub > Impl
comparison _test/Resources/sample.xml @ 219:c477f24f1980
sync
author | sergey |
---|---|
date | Tue, 21 Aug 2012 17:13:47 +0400 |
parents | 358f867712b4 |
children | 5c82c15b25b1 |
comparison
equal
deleted
inserted
replaced
218:358f867712b4 | 219:c477f24f1980 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <resources xmlns="uri:impl-web-application/resources" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="uri:impl-web-application/resources resources.xsd "> | 2 <resources xmlns="http://implab.org/schemas/resources" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://implab.org/schemas/resources resources.xsd "> |
3 <root> | 3 <root> |
4 <get> | 4 <get> |
5 <invoke/> | 5 <bind invoke="."/> |
6 <parameters> | 6 <parameters></parameters> |
7 <transform class=""/> | 7 <redirect> |
8 </parameters> | 8 <locator> |
9 <result></result> | 9 <bind invoke="id"/> |
10 <template>$parent/$id</template> | |
11 </locator> | |
12 </redirect> | |
10 </get> | 13 </get> |
11 </root> | 14 </root> |
12 <typeMap> | 15 <typeMap> |
13 <item model="My::App::Model::User"> | 16 <item></item> |
14 <get></get> | 17 <item></item> |
15 </item> | |
16 </typeMap> | 18 </typeMap> |
17 </resources> | 19 </resources> |