<?xml version="1.0" standalone="yes"?>
<!DOCTYPE GAME [
<!ELEMENT GAME (team1, team2, score)>
<!ELEMENT team1 (#PCDATA)>
<!ELEMENT team2 (#PCDATA)>
<!ELEMENT score (#PCDATA)>
]>
<GAME>
<team1>SA</team1>
<team2>UK</team2>
<score>2-0</score>
</GAME>
Comments
No comments have been made yet.
Please login to leave a comment. Login now