initial import
[roojs1] / examples / form / xml-errors.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <response success="false">
4     <errors>
5       <field>
6         <id>last</id>
7         <msg><![CDATA[ something wrong with the last name]]></msg>
8       </field>
9           <field>
10         <id>company</id>
11         <msg><![CDATA[ you can put some <B>HTML</B> in the error ]]></msg>
12       </field>
13     
14    </errors>
15 </response>