<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE product-list>

<product-list>
	<product pid = "1" name = "airplanes">
		<item iid = "1" name = "Airbus Crashbox">
			<cost>5,000 (Euro)</cost>
			<desc>The people's plane.</desc>
		</item>
		<item iid = "2" name = "Airbus Eurosmoker">
			<cost>1,200,199 (Euro)</cost>
			<desc>Smoking, from passengers or plane, allowed.</desc>
		</item>
		<item iid = "3" name = "Boeing Jumbo Yanker">
			<cost>45,000,000 (USD)</cost>
			<desc>Boeing's "Aero-SUV".</desc>
		</item>
		<item iid = "4" name = "Boeing Whale Yanker">
			<cost>85,000,000 (USD)</cost>
			<desc>Boeing's entry into the luxury "Aero-SUV" space.  3,000 (USD) MFR in April 2003.</desc>
		</item>
		<item iid = "5" name = "Boeing Wrenchless Series">
			<cost>112,000,000 (USD)</cost>
			<desc>Boeing's Safe-Smart Series, guaranteed to have fewer wrenches left in the fuselage than the other leading brands.</desc>
		</item>
	</product>
	<product pid = "2" name = "automobiles">
		<item iid = "1" name = "Audi .99">
			<cost>.99 (USD)</cost>
			<desc>What is there to say about a new car for ninety-nine cents (USD)?</desc>
		</item>
		<item iid = "2" name = "BMW COM-3">
			<cost>115,000 (Euro)</cost>
			<desc>A BMW powered by Microsoft COM components.</desc>
		</item>
		<item iid = "3" name = "Mercedes Cernel">
			<cost>210,000 (Euro)</cost>
			<desc>Competitive entry against the BMW COM-3, powered by a Linux kernel.</desc>
		</item>
		<item iid = "4" name = "Ford Natural">
			<cost>20,000 (USD)</cost>
			<desc>No high-tech parts anywhere in this beauty, though the 2 MPG might scare away those on a budget.</desc>
		</item>
	</product>
	<product pid = "3" name = "boats">
		<item iid = "1" name = "Bayliner Bob">
			<cost>250 (USD)</cost>
			<desc>A molded plastic shell with no seats, motor, oars, sail.  It's nothing but a floating tub, perfect for weekend outings.</desc>
		</item>		
		<item iid = "2" name = "Apple iBoat">
			<cost>750,000 (USD)</cost>
			<desc>An extremely clever design with all the same functional features of the Bayliner Bob.</desc>
		</item>		
	</product>
	<product pid = "4" name = "submarines">
		<item iid = "1" name = "Bubbles">
			<cost>250,000,000 (USD)</cost>
			<desc>The new stealth sub designed by Disney artists and currently featured in the latest 'The Little Mermaid' movie.</desc>
		</item>
		<item iid = "2" name = "Rusty Bolts Under Water">
			<cost>1,500 (Euro)</cost>
			<desc>High-tech Iraqi-made entry into the submarine market.</desc>
		</item>
	</product>
	<product pid = "5" name = "trains">
		<item iid = "1" name = "Ho Train">
			<cost>25,000,000,000 (USD)</cost>
			<desc>Commuter train for Seattle, Washington (HO Scale).</desc>
		</item>		
		<item iid = "2" name = "US Normandy">
			<cost>571,000,000,000 (USD)</cost>
			<desc>US Marine Corps. Amphibious assault train utilizing the latest stealth technology.  In a recent demonstration, the Commandant of the Marine Corps. drove three laps around the Oval Office before President Bush noticed.</desc>
		</item>		
	</product>
</product-list>


