1
2
3
4
5
6
7
8
9
10
11
12
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>
|
|