object(SimpleXMLElement)#1 (1) {
  ["Contact"]=>
  array(3) {
    [0]=>
    object(SimpleXMLElement)#2 (5) {
      ["@attributes"]=>
      array(2) {
        ["Date"]=>
        string(8) "1/1/2004"
        ["ID"]=>
        string(2) "55"
      }
      ["FirstLast"]=>
      string(8) "John Doe"
      ["StreetAddress"]=>
      string(8) "123 Pine"
      ["CityStateZip"]=>
      string(17) "Seattle, WA 98111"
      ["Phone"]=>
      string(14) "(206) 645 7890"
    }
    [1]=>
    object(SimpleXMLElement)#3 (5) {
      ["@attributes"]=>
      array(2) {
        ["Date"]=>
        string(8) "1/2/2004"
        ["ID"]=>
        string(2) "56"
      }
      ["FirstLast"]=>
      string(10) "Jane Smith"
      ["StreetAddress"]=>
      string(17) "6733 Baker Street"
      ["CityStateZip"]=>
      string(20) "Bellingham, WA 98635"
      ["Phone"]=>
      string(14) "(360) 346 7394"
    }
    [2]=>
    object(SimpleXMLElement)#4 (5) {
      ["@attributes"]=>
      array(2) {
        ["Date"]=>
        string(8) "1/3/2004"
        ["ID"]=>
        string(2) "57"
      }
      ["FirstLast"]=>
      string(9) "Bud Black"
      ["StreetAddress"]=>
      string(15) "3453 Elm Avenue"
      ["CityStateZip"]=>
      string(17) "Olympia, WA 95675"
      ["Phone"]=>
      string(14) "(360) 368 4462"
    }
  }
}