<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="address_book.xsl"?>
<!-- author Tal Broda -->
<address_book>
	<record ID="1">
		<name>
			<first>first name</first>
			<last>last name</last>
			<nick>nick name</nick>
		</name>
		<address>
			<street>street address</street>
			<detail>street address detail</detail>
			<city>city</city>
			<state>state</state>
			<country>country</country>
			<zip>zip code</zip>
		</address>
		<contact>
			<phone>
				<home>800 555 1212</home>
				<work>800 555 1212</work>
			</phone>
			<fax>800 555 1212</fax>
			<email>email address</email>
		</contact>
		<comments>
			<misc_comments>misc comments</misc_comments>
		</comments>
	</record>
	<record ID="2">
		<name>
			<first>first name</first>
			<last>last name</last>
			<nick>nick name</nick>
		</name>
		<address>
			<street>street address</street>
			<detail>street address detail</detail>
			<city>city</city>
			<state>state</state>
			<country>country</country>
			<zip>zip code</zip>
		</address>
		<contact>
			<phone>
				<home>800 555 1212</home>
				<work>800 555 1212</work>
			</phone>
			<fax>800 555 1212</fax>
			<email>email address</email>
		</contact>
		<comments>
			<misc_comments>misc comments</misc_comments>
		</comments>
	</record>
</address_book>

