Simple XML Resume



Problem Statement

Resume Features
The purpose of this assignment is to design a simple XML language to describe the entities contained within a resume




Keyword Design

XML Tag Description
<name> </name> Name
<paddress> </paddress> Permanent Address
<laddress> </laddress> Local Address
<major> </major> Major
<education> </education> Education
<employment> </employment> Employment


Example of XML Mark up


<resume>
	<name> Christena Neshawat </name>
	<paddress> Glenwood, Maryland </address>

	<laddress> Montgomery Hall  College Park, MD 20740 
</saddress>
	<major> Civil Engineering, infrastructure tract 
</major>
	<education> University of Maryland class of 2012 
</education>

	<employment> Giant Food </employment>



</resume> 



Heirarchy of Keywords and Content