Mercurial > pub > Impl
diff _test/Resources/sample.xml @ 218:358f867712b4
sync
author | sergey |
---|---|
date | Mon, 20 Aug 2012 17:24:48 +0400 |
parents | |
children | c477f24f1980 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_test/Resources/sample.xml Mon Aug 20 17:24:48 2012 +0400 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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 "> + <root> + <get> + <invoke/> + <parameters> + <transform class=""/> + </parameters> + <result></result> + </get> + </root> + <typeMap> + <item model="My::App::Model::User"> + <get></get> + </item> + </typeMap> +</resources> \ No newline at end of file