git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git]
/
examples
/
form
/
xml-form-data.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<message success="true">
3
<contact>
4
<name>
5
<first>Aaron</first>
6
<last>Conran</last>
7
</name>
8
<company>Ext JS</company>
9
<email>support@sencha.com</email>
10
<state>OH</state>
11
<dob>04/15/2007</dob>
12
</contact>
13
</message>