summaryrefslogtreecommitdiff
path: root/ext/dom/tests/books.dtd
blob: b3f03c1c1635ded147209c7e9688fca64e09834b (plain)
1
2
3
4
5
6
7
<!ENTITY entitest "entity is only for test purposes">
<!ATTLIST title 
  default CDATA "default title">
  <!ELEMENT books (book*)>
  <!ELEMENT book (title, author)>
  <!ELEMENT title (#PCDATA)>
  <!ELEMENT author (#PCDATA)>