﻿<?xml version="1.0" encoding="utf-8" ?> 
<root>
   <states>
      <state val="NY" text="New York" />
      <state val="CT" text="Connecticut" />
      <state>
		<val>NJ</val>
		<text>New Jersey</text>
      </state>
   </states>
   <countries>
      <country>
		<countryCode>USA</countryCode>
		<countryText>United States</countryText>
      </country>
      <country countryCode="CA" countryText="Canada" />
   </countries>
</root>

