summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06d.xml
blob: 0671b7466f6a82760a748a58426bccc97bcf7420 (plain)
1
2
3
4
5
6
7
8
<!-- Default values for ENTITIES attributes must match Names. -->
<!DOCTYPE foo [
<!ELEMENT foo EMPTY>
<!ATTLIST foo a ENTITIES "34">
<!ENTITY ent SYSTEM "foo" NDATA not>
<!NOTATION not SYSTEM "not">
]>
<foo a="ent"/>