<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="phonecatalog.xsl"?>
<catalog>
	<phone>
		<manufacturer>Motorola</manufacturer>
		<model>RAZR V8</model>
		<type>clamshell</type>
		<camera>2MP</camera>

		<memoryslot>No</memoryslot>
		<wlan>No</wlan>
		<bluetooth>Yes</bluetooth>
		<infrared>No</infrared>
	</phone>
	<phone>
		<manufacturer>Nokia</manufacturer>

		<model>6500</model>
		<type>slider</type>
		<camera>3.2MP</camera>
		<memoryslot>Micro SD</memoryslot>
		<wlan>No</wlan>
		<bluetooth>Yes</bluetooth>

		<infrared>No</infrared>
	</phone>
	<phone>
		<manufacturer>Sony Ericsson</manufacturer>
		<model>W960</model>
		<type>bar</type>
		<camera>3.15MP</camera>

		<memoryslot>Memory Stick</memoryslot>
		<wlan>No</wlan>
		<bluetooth>Yes</bluetooth>
		<infrared>No</infrared>
	</phone>
</catalog>