<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="template.xsl"?>
<employees>
	<employee id="123">
		<name>Roberts</name>
		<salary payperiod="weekly">23500</salary>
		<department>Development</department>
		<title>Developer</title>
	</employee>
	<employee id="124">
		<name>Freestone</name>
		<salary payperiod="weekly">51000</salary>
		<department>Human Resources</department>
		<title>Recruiter</title>
	</employee>
	<employee id="125">
		<name>Philips</name>
		<salary payperiod="bi-weekly">45000</salary>
		<department>Development</department>
		<title>Tester</title>
	</employee>
	<employee id="126">
		<name>Smith</name>
		<salary payperiod="monthly">72000</salary>
		<department>User Education</department>
		<title>Editor</title>
	</employee>
</employees>
