<?xml version="1.0"?>
<!DOCTYPE courses [
  <!ENTITY NSCU 'http://www.nscu.edu'>
]>
<p:Courses xmlns:p="&NSCU;"
           xmlns:xlink="http://www.w3.org/1999/xlink">
   <Course id="CS101" xlink:href="&NSCU;/courses/CS1"/>
   <Course id="CS102" xlink:href="&NSCU;/courses/CS2"/>
   <Course id="CS201" xlink:href="&NSCU;/courses/DataStruc"/>
   <Course id="CS202" xlink:href="&NSCU;/courses/ProgLang"/>
</p:Courses>
