<?xml version = "1.0"?>
<!DOCTYPE job-list SYSTEM "job.dtd">
<?xml-stylesheet type = "text/css" href = "job2.css"?>
<job-list>
<job-posting contact = "herb@herbmail.com">
	<title> Job Title: <emphasis> Web Master </emphasis> and Web Site Implementer </title>
	<description> We are looking for a Web master
		      to create and oversee our company&apos;s web pages. 
	</description>
	<skill-list>
		<skill type = "general"> Basic writing skills </skill>
		<skill type = "general"> Good oral skills </skill>
		<skill type = "technical"> Programming experience in web languages </skill>
	</skill-list>
</job-posting>
<job-posting contact = "marv@marvmail.com">
	<title> Job Title: <emphasis> Networking Guru </emphasis> </title>
	<description> An all around networking wizard / genius is needed for various challenging challenges </description>
	<skill-list>
		<skill type = "general"> Basic geniosity </skill>
		<skill type = "technical"> Technical knowledge of all things vast and small </skill>
		<skill type = "general"> Some modicum of common sense </skill>
	</skill-list>
</job-posting>
</job-list>

