1<?xml version="1.0" encoding="UTF-8"?> 2<out> 3<Families> 4<Smith> 5<Parents> 6<Father>Lew Smith</Father> 7<Mother>Ruth Smith</Mother> 8</Parents> 9<Children number="5"> 10<Male name="Andy" wife="Suzie" kids="2"> 11<Kids> 12<Grandkid>Julie</Grandkid> 13<Grandkid>Daniel</Grandkid> 14</Kids>Andy</Male> 15<Male name="Thomas" wife="Margaret" kids="2"> 16<Kids> 17<Grandkid>Joshua</Grandkid> 18<Grandkid>Lauren</Grandkid> 19</Kids>Thomas</Male> 20<Male name="Henry" wife="Elizbeth" kids="2"> 21<Kids> 22<Grandkid>Nathaniel</Grandkid> 23<Grandkid>Samual</Grandkid> 24</Kids>Henry</Male> 25<Male name="Bruce" wife="Betsy" kids="3"> 26<Kids> 27<Grandkid>Benjamin</Grandkid> 28<Grandkid>Lucy</Grandkid> 29<Grandkid>Jake</Grandkid> 30</Kids>Bruce</Male> 31<Male name="Joseph" wife="Lilla" kids="0">Joseph</Male> 32</Children> 33</Smith> 34</Families> 35The Smith 36The parents are: Lewis and Ruth Smith 37They have 9 grandchildren: Julie, Nathaniel, Joshua, Daniel, Samual, Lauren, Benjamin, Lucy, and Jake 38 Andy Smith's phone number is 483-23-5432. 39He is 45. Andy is married to Suzie. 40Their children are Jules:9, and Daniel:8 41 Bruce Smith's phone number is 213.457.2190. 42He is 38. Bruce is married to Betsy. 43Their children are Ben:5, Lucy:2, and Jake:1 44 Henry Smith's phone number is 417.645.4954. 45He is 40. Henry is married to Beth. 46Their children are Nate:8, and Sam:7 47 Joe Smith's phone number is 781.665.0539. 48He is 34. Joseph is married to Lilla. 49They have no kids 50 51 Tom Smith's phone number is 508.257.2754. 52He is 30. Thomas is married to Maggy. 53Their children are Joshua:7, and Lauren:5 54<Families> 55<Westons> 56<Parents> 57<Father>Melvin Weston</Father> 58<Mother>Liz Harris</Mother> 59</Parents> 60<Children number="2"> 61<Female name="Caroline" husband="" kids="0">Caroline</Female> 62<Female name="Betsy" husband="Bruce" kids="3"> 63<Kids> 64<Grandkid>Benjamin</Grandkid> 65<Grandkid>Lucy</Grandkid> 66<Grandkid>Jake</Grandkid> 67</Kids>Betsy</Female> 68</Children> 69</Westons> 70</Families> 71The Westons 72The parents are: Melvin and Liz Harris 73They have 3 grandchildren: Benjamin, Lucy, and Jake 74 Betsy Weston's phone number is 213.457.2190. 75She is 34. Betsy is married to Bruce. 76Their children are Ben:5, Lucy:2, and Jake:1 77 Caroline Weston's phone number is 715.264.8205. 78She is 37. Caroline is not married. 79 80 </out> 81