Skip to content

Instantly share code, notes, and snippets.

@pjmagee
Created December 3, 2012 09:11
Show Gist options
  • Select an option

  • Save pjmagee/4193778 to your computer and use it in GitHub Desktop.

Select an option

Save pjmagee/4193778 to your computer and use it in GitHub Desktop.
<?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