summaryrefslogtreecommitdiff
path: root/ext/dom/tests/dom.ent
blob: 987ff9dc0fab6ce59a76b011fd3c687cc843980b (plain)
1
2
3
4
5
6
7
8
<!ENTITY amp     "&#38;#38;">
<!ENTITY gt      "&#62;">
<!ENTITY % coreattrs "title CDATA #IMPLIED">
<!ENTITY % attrs "%coreattrs;">
<!ATTLIST foo bar CDATA #IMPLIED>
<!ELEMENT foo (#PCDATA)>
<!ELEMENT root (foo)+>
<!ATTLIST th %attrs; >