-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoursecatalog.xml
41 lines (40 loc) · 1.01 KB
/
coursecatalog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="course.xsl"?>
<Course_Catalog>
<Department Code="CS">
<Title>Computer Science</Title>
<Chair>
<Professor>
<First_Name>Jennifer</First_Name>
<Last_Name>Widom</Last_Name>
</Professor>
</Chair>
</Department>
<Department Code="LING">
<Title>Linguistics</Title>
<Chair>
<Professor>
<First_Name>Beth</First_Name>
<Last_Name>Levin</Last_Name>
</Professor>
</Chair>
</Department>
<Department Code="EE">
<Title>Electrical Engineering</Title>
<Chair>
<Professor>
<First_Name>John</First_Name>
<Last_Name>Mark</Last_Name>
</Professor>
</Chair>
</Department>
<Department>
<Title>Computer Science</Title>
<Chair>
<Professor>
<First_Name>Robert</First_Name>
<Last_Name>Steve</Last_Name>
</Professor>
</Chair>
</Department>
</Course_Catalog>