218
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
219
|
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 ">
|
218
|
3 <root>
|
|
4 <get>
|
220
|
5 <bind text="model"/>
|
|
6 <result xsi:type="redirectResult">
|
219
|
7 <locator>
|
220
|
8 <var name="id" text="model.id"/>
|
|
9 <var name="parent" text="parent.location"/>
|
219
|
10 <template>$parent/$id</template>
|
|
11 </locator>
|
220
|
12 </result>
|
218
|
13 </get>
|
|
14 </root>
|
|
15 <typeMap>
|
219
|
16 <item></item>
|
|
17 <item></item>
|
218
|
18 </typeMap>
|
220
|
19 <locators>
|
|
20 </locators>
|
218
|
21 </resources> |