summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06c.xml
blob: bd0fd5351d205efe13d9eb15a58f3813040413d0 (plain)
1
2
3
4
5
6
7
<!-- Default values for IDREFS attributes must match Names. -->
<!DOCTYPE foo [
<!ELEMENT foo EMPTY>
<!ATTLIST foo id ID #IMPLIED>
<!ATTLIST foo a IDREFS "34">
]>
<foo id="g0034" a="g0034"/>