Simple XML Resume



Problem Statement

Resume Features
My name is Lisa Whitten and I am from Montgomery County, Maryland. I am a Civil Engineering student at the University of Maryland, College Park, and plan on graduating in 2012.




Keyword Design

XML Tag Description
<name> </name> Name
<haddress> </haddress> Home Address
<saddress> </saddress> School Address
<major> </major> Major
<education> </education> Education to date
<employment> </employment> Past / Present Employment


Example of XML Mark up


<resume>
	<name> Lisa Whitten </name>
	<haddress> Olney, Maryland 20832 </haddress>
	<saddress> 2133 Montgomery Hall, College Park, MD 20742 
</saddress>
	<major> Civil Engineering </major>
	<education> expected class UMD 2012 </education>
	<employment> none </employment>
</resume> 



Heirarchy