Mercurial > pub > Impl
view _test/Resources/sample.xml @ 220:5c82c15b25b1
sync, updated schema
author | sergey |
---|---|
date | Thu, 23 Aug 2012 17:44:31 +0400 |
parents | c477f24f1980 |
children | e997e6fbac0b |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <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 "> <root> <get> <bind text="model"/> <result xsi:type="redirectResult"> <locator> <var name="id" text="model.id"/> <var name="parent" text="parent.location"/> <template>$parent/$id</template> </locator> </result> </get> </root> <typeMap> <item></item> <item></item> </typeMap> <locators> </locators> </resources>