Project

General

Profile

1
<?xml version="1.0"?>
2
<!DOCTYPE note [
3
<!ELEMENT note (to,from,heading,body)>
4
<!ELEMENT to (#PCDATA)>
5
<!ELEMENT from (#PCDATA)>
6
<!ELEMENT heading (#PCDATA)>
7
<!ELEMENT body (#PCDATA)>
8
]>
9
<note>
10
<to>Tove</to>
11
<from>Jani</from>
12
<heading>Reminder</heading>
13
<body>Don't forget me this weekend</body>
14
</note>
(7-7/60)