﻿<?xml version="1.0" encoding="UTF-8"?>
<People xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Quotations.xsd">
	<Person>
		<FirstName>Albert</FirstName>
		<LastName>Einstein</LastName>
		<DOB>1879</DOB>
		<Quotation>Only two things are infinite, the universe and human stupidity, and I&apos;m not sure about the former.</Quotation>
	</Person>
	<Person>
		<FirstName>Woody</FirstName>
		<LastName>Allen</LastName>
		<DOB>1935</DOB>
		<Quotation>When I was kidnapped, my parents snapped into &quot;action&quot;. They rented out my room.</Quotation>
	</Person>
	<Person>
		<FirstName>Mark</FirstName>
		<LastName>Twain</LastName>
		<DOB>1835</DOB>
		<Quotation>A banker is a fellow who lends you his umbrella when the sun is shining, but wants it back the minute it begins to rain.</Quotation>
	</Person>
</People>
