<?xml version="1.0" encoding="utf-8"?>
<employees>
	<employee name="Ben Franklin" email="bf@yahoo.com" city="Philadelphia" state="PA" />
	<employee name="John Adams" email="ja@yahoo.com" city="Boston" state="MA" />
	<employee name="George Washington" email="gw@yahoo.com" city="Richmond" state="VA" />
	<employee name="Thomas Jefferson" email="tj@yahoo.com" city="Charlottesville" state="VA" />
</employees>