USING XML TO MAKE A RESUME

XML Tags Description
< resume>...</resume> Your resume
< name>...</name> Your name
< major>...</major> Your major
<job>...</job> your current job
<address>...</address> Your current address
<activities>...</activities> extra curricular activities
<education>...</education> Current education

EXAMPLE OF XML MARK UP


<resume>
        <name> Ronald Canio Bucci </name>
        <address> 6 Fraternity Row College Park, MD 20742 </address>
        <job> Full-time student </job>
        <major> Civil Engineering </major>
        <education> Univeristy of Maryland (expected graduate 2012) </e
ducation>
        <activities> Member of Delta Chi Fraternity, member of homecoming
committee, A team Frat football and basketball </employment>
</resume>

HIERARCHY