summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06i.xml
blob: dd79ee2899bc43df8b97d85a36be4b8c04f9a772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Non-syntactic validity errors in default attributes only happen if the attribute is in fact defaulted. -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo id ID #IMPLIED>
<!ATTLIST foo ref IDREF "undef">
<!ATTLIST foo ent ENTITY "undef">
<!-- can't test NOTATION attribute, because if it's undeclared then we'll
     get an error for one of the enumerated values being undeclared. -->
<!ENTITY ent SYSTEM "foo" NDATA not>
<!NOTATION not SYSTEM "not">
]>
<foo id="g0034" ref="g0034" ent="ent"/>