Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / xml-form-data.xml
diff --git a/examples/form/xml-form-data.xml b/examples/form/xml-form-data.xml
new file mode 100644 (file)
index 0000000..2e755c0
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<message success="true">
+<contact>
+    <name>
+        <first>Aaron</first>
+        <last>Conran</last>
+    </name>
+    <company>Ext JS</company>
+    <email>support@sencha.com</email>
+    <state>OH</state>
+    <dob>04/15/2007</dob>
+</contact>
+</message>