My Resume in XML

Problem Statement:

In the following page I will give an example of how my resume could be formatted in XML language. I will include my Name, School and Home Address, my Major, and my Education to date. Within these sections I will include a further description for each.





Keyword Design:



XML Tag
Description
< name > ... < /name >
XML tag for my name
< school address> ... < /school address >
XML tag for the location of where
I pursue my studies
< home address > ... < /home address >
XML tag for the location of
where I live
< major > ... < /major >
XML tag for the Major I am pursuing
< education > ... < /education >
XML tag for my Educational progress to date



Example of XML Markup:


< resume >
< name > Alex Ferrufino < /name>
< school address > 6704 Rhode Island Avenue, College Park MD 20740 < /school address >
< home address > 2302 N. 11th Street Apt. 101, Arlington, VA 22201 < /home address >
< major > Civil Engineering, Infrastructure < /major >
< education > Northern Virginia Community College 2006
University of Maryland, expected class of 2010 < /education >
.
.
.
< /resume >




Heirarchy of Keywords and Content: