summaryrefslogtreecommitdiff
path: root/info/beginlatex/src/test.xml
blob: 009bfe9e7c07323570abf9e5bf4646af89346c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!DOCTYPE music [
<!ELEMENT music (rock|pop*)>
<!ELEMENT rock EMPTY>
<!ELEMENT pop EMPTY>
]>
<music>
  <pop/>
  <pop/>
</music>
<music>
   <pop/>
   <rock/>
   <pop/>
</music>