summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id02.xml
blob: e0e3576cefb0eac9b3255e34f4848bb0aafc21ba (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE root SYSTEM "../valid/sa.dtd">

<!-- a name must not appear more than once as a value of type id -->

<root>
    <attributes id="a42"/>
    <attributes id="a42"/>
</root>