Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / xml-errors.xml
diff --git a/examples/form/xml-errors.xml b/examples/form/xml-errors.xml
deleted file mode 100644 (file)
index 180bcf4..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<message success="false">
-<errors>
-    <field>
-        <id>first</id>
-        <msg><![CDATA[
-            Invalid name. <br /><i>This is a test validation message from the server </i>
-         ]]></msg>
-    </field>
-    <field>
-        <id>dob</id>
-        <msg><![CDATA[
-            Invalid Date of Birth. <br /><i>This is a test validation message from the server </i>
-         ]]></msg>
-    </field>
-</errors>
-</message>
\ No newline at end of file