<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="http://www.cs.cf.ac.uk/User/David.W.Walker/XSLT/addresses.xsl"?>

<addressdatabase>
<person>
	<name title="Dr" called="Omer">
		<firstname>Omer</firstname>
		<surname>Rana</surname>
	</name>
	<affiliation>Cardiff University</affiliation>
	<address>
		<line number="1">Department of Computer Science</line>
		<line number="2">PO Box 916</line>
		<town>Cardiff</town>
		<postcode>CF24 3XF</postcode>
		<country>United Kingdom</country>
	</address>
	<phone type="office">
		<countrycode>44</countrycode>
		<number>029 2087 4812</number>
	</phone>
	<phone type="fax">
		<countrycode>44</countrycode>
		<number>029 2087 4598</number>
	</phone>
	<email>O.F.Rana@cs.cf.ac.uk</email>
	<url>http://www.cs.cf.ac.uk/department/staff/o.f.rana.shtml</url>
</person>
<person>
	<name title="Professor" called="David">
		<firstname>David</firstname>
		<surname>Walker</surname>
	</name>
	<affiliation>Cardiff University</affiliation>
	<address>
		<line number="1">Department of Computer Science</line>
		<line number="2">PO Box 916</line>
		<town>Cardiff</town>
		<postcode>CF24 3XF</postcode>
		<country>United Kingdom</country>
	</address>
	<phone type="office">
		<countrycode>44</countrycode>
		<number>029 2087 4205</number>
	</phone>
	<phone type="fax">
		<countrycode>44</countrycode>
		<number>029 2087 4598</number>
	</phone>
	<email>David.W.Walker@cs.cf.ac.uk</email>
	<url>http://www.cs.cf.ac.uk/User/David.W.Walker/</url>
</person>
<person>
	<name called="Alex">
		<firstname>Alex</firstname>
		<surname>Gray</surname>
	</name>
	<affiliation>Cardiff University</affiliation>
	<address>
		<line number="1">Department of Computer Science</line>
		<line number="2">PO Box 916</line>
		<town>Cardiff</town>
		<postcode>CF24 3XF</postcode>
		<country>United Kingdom</country>
	</address>
	<phone type="office">
		<countrycode>44</countrycode>
		<number>029 2087 4440</number>
	</phone>
	<phone type="fax">
		<countrycode>44</countrycode>
		<number>029 2087 4598</number>
	</phone>
	<email>W.A.Gray@cs.cf.ac.uk</email>
	<url>http://www.cs.cf.ac.uk/department/staff/w.a.gray.shtml</url>
</person>
</addressdatabase>

