Resume Features
The purpose of this assignment is to
design a simple XML language to describe the entities contained within
a resume
| XML Tag | Description |
|---|---|
| <name> </name> | Name |
| <paddress> </paddress> | Permanent Address |
| <laddress> </laddress> | Local Address |
| <major> </major> | Major |
| <education> </education> | Education |
| <employment> </employment> | Employment |
<resume> <name> Christena Neshawat </name> <paddress> Glenwood, Maryland </address> <laddress> Montgomery Hall College Park, MD 20740 </saddress> <major> Civil Engineering, infrastructure tract </major> <education> University of Maryland class of 2012 </education> <employment> Giant Food </employment> </resume>
