<?xml version="1.0" encoding="UTF-8"?>

<states>

    <object>
	<int>africa</int>
	<country>Africa</country>
	</object>
	
	 <object>
	<int>canada</int>
		<country>Canada</country>

	</object>
	
	<object>
	<int>central_asia</int>
		<country>Central Asia</country>

	</object>
	
	<object>
	<int>central_america</int>
		<country>Central America</country>

	</object>
	
	<object>
	<int>east_asia</int>
		<country>East Asia</country>

	</object>
	
	<object>
	<int>europe</int>
		<country>Europe</country>

	</object>
	
	<object>
	<int>mexico</int>
		<country>Mexico</country>

	</object>
	
	<object>
	<int>middle_east</int>
		<country>Middle East</country>

	</object>
	
	<object>
	<int>oceania</int>
		<country>Oceana</country>

	</object>
	
	<object>
	<int>south_asia</int>
		<country>South Asia</country>

	</object>
	
	<object>
	<int>south_america</int>
	</object>
	

	
	<object>
	<int>souteast_asia</int>
	</object>
	
	
	
	
	
	</states>
