comparison _test/Resources/sample.xml @ 220:5c82c15b25b1

sync, updated schema
author sergey
date Thu, 23 Aug 2012 17:44:31 +0400
parents c477f24f1980
children e997e6fbac0b
comparison
equal deleted inserted replaced
219:c477f24f1980 220:5c82c15b25b1
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
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 "> 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 <bind invoke="."/> 5 <bind text="model"/>
6 <parameters></parameters> 6 <result xsi:type="redirectResult">
7 <redirect>
8 <locator> 7 <locator>
9 <bind invoke="id"/> 8 <var name="id" text="model.id"/>
9 <var name="parent" text="parent.location"/>
10 <template>$parent/$id</template> 10 <template>$parent/$id</template>
11 </locator> 11 </locator>
12 </redirect> 12 </result>
13 </get> 13 </get>
14 </root> 14 </root>
15 <typeMap> 15 <typeMap>
16 <item></item> 16 <item></item>
17 <item></item> 17 <item></item>
18 </typeMap> 18 </typeMap>
19 <locators>
20 </locators>
19 </resources> 21 </resources>