Simple XML Resume



Problem Statement


My name is Bradley Clements, and I am a Civil Engineering major. The reason behind creating this XML language is so employers looking through my resume can easily find whatever section of it they are looking for. My resume includes:



XML Tag Description
<resume></resume> Resume Information
<name></name> Name
<address></address> Mailing address and Contact Info
<work></work> Work Experience
<education></education> Education
<skills></skills> Computer Skills
<activities></activities> Activities



Example of XML Mark Up



<resume>
<name>Bradley Clements</name>
<address> 7109 Hagerstown Hall College Park, MD 20740 Phone: 301-751-4912 </address>
<work>Capt. Billy's Seafood Restaurant</work>
<education> High School: St. Mary's Ryken (2004-2008)
College: University of Maryland (2008-2012)</education>
<skills> MATLAB, JAVA </skills>
<activities>American Society of Civil Engineers, Engineers Without Borders</activities>
</resume>


Heirarchy