PageRenderTime 45ms CodeModel.GetById 31ms app.highlight 9ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/examples/form/xml-form-errors.xml

https://bitbucket.org/srogerf/javascript
XML | 17 lines | 17 code | 0 blank | 0 comment | 0 complexity | a831d277dbe080669fe4ce890d4a7514 MD5 | raw file
 1<?xml version="1.0" encoding="UTF-8"?>
 2<message success="false">
 3<errors>
 4    <field>
 5        <id>first</id>
 6        <msg><![CDATA[
 7            Invalid name. <br /><i>This is a test validation message from the server </i>
 8         ]]></msg>
 9    </field>
10    <field>
11        <id>dob</id>
12        <msg><![CDATA[
13            Invalid Date of Birth. <br /><i>This is a test validation message from the server </i>
14         ]]></msg>
15    </field>
16</errors>
17</message>