My name is Daniel Nolan and I am a sophmore studying Civil Engineering at the University of Maryland, College Park. The purpose of creating this XML language is so that I can represent my resume in a different markup language than html. Employers can search through my resume for key words. For example, my online resume states my name, education, address, major, and experience.
| XML Tag | Description |
|---|---|
| <name> </name> | Name |
| <home address> </home address> | Home Address |
| <school address> </school address> | School Address |
| <major> </major> | Major |
| <education> </education> | Education to date |
| <employment> </employment> | Employment |
<resume> <name> Daniel Nolan </name> <home address> Woodbine, Maryland 21797 </home address> <school address> 3101 Elkton Hall, College Park, MD 20742 </school address> <major> Civil Engineering </major> <edcuation> University of Maryland 2008-2012 </education> <employment> Cattail Creek Country Club </employment> </resume>
