-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathl6p2.xml
31 lines (31 loc) · 1.05 KB
/
l6p2.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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE catalog SYSTEM "http://webdev.spsu.edu/~salabsa/l6p1.dtd">
<catalog>
<course>
<department>Information Technology </department>
<course_name>Introduction to Web Development</course_name>
<course_number>IT 3203</course_number>
<instructor>Bob Brown </instructor>
<course_type lab="false" lecture="true"> </course_type>
<time>1800 </time>
<room>J-266 </room>
</course>
<course>
<department>Information Technology </department>
<course_name>Data Communication and Networks</course_name>
<course_number>IT 4323</course_number>
<instructor>Steve Prettryman </instructor>
<course_type lab="true" lecture="false"> </course_type>
<time>1500 </time>
<room>J-265 </room>
</course>
<course>
<department>English </department>
<course_name>American Literature Mid 1800's to Present</course_name>
<course_number>Engl 2132</course_number>
<instructor>Terry Carter </instructor>
<course_type lab="false" lecture="true"> </course_type>
<time>1200</time>
<room>J-264</room>
</course>
</catalog>