Back to Web Page

XML Format of Amado's Resume

Problem Statement

Resume Features
My name is Amado Carsky, I am currently enrolled in Civil Engineering at the University of Maryland, College Park

Over the summer of 2009, I interned at the D.C. Water and Sewer Authority, within the department of Wastewater Treatment



Keywords

XML Tag Description
<nm> .... </nm> Name
<hmadd> .... </hmadd> Home address
<scadd> .... </scadd> School Address
<mjr> .... </mjr> Major
<edu> .... </edu> Current education and status
<emp> .... </emp> Most recent employment

Table 1. This table relates the keywords used in the language

Example of XML Markup


<resume>
	<nm> Amado Carsky </nm>
	<hmadd> Rockville, Maryland </hmadd>
	<scadd> 8204 Baltimore Ave. College Park, MD, 20740 </scadd>
	<mjr> Civil Engineering </mjr>
	<edu> University of Maryland, expected class of 2010 </edu>
	<emp> Department of Wastewater Treatment at the D.C. Water and Sewer Authority </emp>
</resume>



Heirarchy