Pasted by goleldar on Sunday, March 07, 2010 5:59 PM
Syntax: Batch File C# CSS HTML INI Java Javascript Perl PHP Plain Text Python SQL VB 6 VB Script VB.NET XML Show Line Numbers
1 <?xml version="1.0" encoding="UTF-8"?> 2 <people type="array"> 3 <person> 4 <id type="integer"></id> 5 <first_name></first_name> 6 <last_name></last_name> 7 <title></title> 8 <company></company> 9 <tags> 10 </tags> 11 <locations> 12 <location primary="false" label="work"> 13 <email></email> 14 <website></website> 15 <phone></phone> 16 <cell></cell> 17 <fax></fax> 18 <street_1/> 19 <street_2/> 20 <city/> 21 <state/> 22 <postal_code/> 23 <country/> 24 </location> 25 </locations> 26 <notes></notes> 27 <created_at></created_at> 28 <updated_at></updated_at> 29 </person> 30 <person> 31 <id type="integer"></id> 32 <first_name></first_name> 33 <last_name></last_name> 34 <title></title> 35 <company></company> 36 <tags> 37 </tags> 38 <locations> 39 <location primary="false" label="work"> 40 <email></email> 41 <website></website> 42 <phone></phone> 43 <cell></cell> 44 <fax></fax> 45 <street_1/> 46 <street_2/> 47 <city/> 48 <state/> 49 <postal_code/> 50 <country/> 51 </location> 52 </locations> 53 <notes></notes> 54 <created_at></created_at> 55 <updated_at></updated_at> 56 </person> 57 </people>