Created
December 3, 2012 09:11
-
-
Save pjmagee/4193778 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="us-ascii"?> | |
| <!DOCTYPE people SYSTEM "people.dtd"> | |
| <people> | |
| <staff:lecturers> | |
| <lecturer> | |
| <name title="Professor" first="Peter" last="Quirk" /> | |
| <teaching> | |
| <course code="CO3070">XML and the Web</course> | |
| <course code="CO3300">Web Server Architectures</course> | |
| </teaching> | |
| <research>The application of Web protocols to Biology</research> | |
| </lecturer> | |
| <lecturer> | |
| <name title="Dr" first="Christos" last="Monopoulos" /> | |
| <teaching> | |
| <course code="CO3070">XML and the Web</course> | |
| <course code="CO1234">Ethical Hacking</course> | |
| </teaching> | |
| <research>None</research> | |
| </lecturer> | |
| </staff:lecturers> | |
| <stud:students> | |
| <student> | |
| <name first="Sanket" last="Patel" /> | |
| <study> | |
| <course code="CO3070">XML and the Web</course> | |
| <course code="CO9999">Computer Hacking</course> | |
| </study> | |
| <hobby>Ice skating</hobby> | |
| </student> | |
| </stud:students> | |
| </people> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment