Mercurial > pub > Impl
annotate _test/Resources/sample.xml @ 219:c477f24f1980
sync
author | sergey |
---|---|
date | Tue, 21 Aug 2012 17:13:47 +0400 |
parents | 358f867712b4 |
children | 5c82c15b25b1 |
rev | line source |
---|---|
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> | |
219 | 5 <bind invoke="."/> |
6 <parameters></parameters> | |
7 <redirect> | |
8 <locator> | |
9 <bind invoke="id"/> | |
10 <template>$parent/$id</template> | |
11 </locator> | |
12 </redirect> | |
218 | 13 </get> |
14 </root> | |
15 <typeMap> | |
219 | 16 <item></item> |
17 <item></item> | |
218 | 18 </typeMap> |
19 </resources> |