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