summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06g.xml
blob: 37b1ee6ae6c0932b3ad92fe809f69844f3626708 (plain)
1
2
3
4
5
6
7
8
<!-- Default values for NOTATION attributes must match one of the enumerated values. -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo a NOTATION (not) "not2">
<!NOTATION not SYSTEM "not">
<!NOTATION not2 SYSTEM "not2">
]>
<foo a="not">junk</foo>